-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.87 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "root",
"private": true,
"scripts": {
"start": "lerna run --parallel --scope \"@peersyst/react-components\" start",
"release:version": "lerna version --ignore \"playground\" --no-changelog --no-push --no-git-tag-version",
"release:build": "lerna run --parallel --ignore \"playground\" build",
"release:publish": "lerna publish from-package --dist-tag latest --contents build",
"release:publish:dry-run": "lerna publish from-package --dist-tag latest --contents build --registry=\"http://localhost:4873/\"",
"lint": "eslint . --cache --report-unused-disable-directives --ext .js,.ts,.tsx",
"clean": "rm -rf packages/*/build && rm -rf packages/genesys/packages/*/build"
},
"devDependencies": {
"@babel/cli": "^7.16.8",
"@babel/core": "^7.16.12",
"@babel/plugin-transform-object-assign": "^7.16.7",
"@babel/plugin-transform-react-constant-elements": "^7.16.7",
"@babel/plugin-transform-runtime": "^7.16.10",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"babel-plugin-module-resolver": "^4.1.0",
"eslint": "^8.8.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"fast-glob": "^3.2.11",
"fs-extra": "^10.0.0",
"lerna": "^4.0.0",
"prettier": "2.5.1",
"typescript": "^5.3.2",
"yargs": "^17.3.1"
},
"workspaces": [
"packages/*",
"packages/genesys/packages/*",
"packages/genesys/packages/react-native-components/playground"
],
"dependencies": {},
"version": "0.0.0"
}