forked from alijk-fe/universal-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 926 Bytes
/
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
{
"name": "root",
"private": true,
"scripts": {
"bootstrap": "lerna bootstrap",
"lint": "eslint --ext .js --ext .jsx --ext .ts --ext .tsx ./packages/*/src --fix",
"start": "node ./scripts/compile-packages.js --watch",
"build": "node ./scripts/compile-packages.js",
"check-and-publish": "node ./scripts/check-and-publish.js",
"transform:docs": "node scripts/compile-readme.js"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^1.7.0",
"@typescript-eslint/parser": "^1.7.0",
"axios": "^0.19.0",
"babel-eslint": "^10.0.1",
"chalk": "^2.4.2",
"chokidar": "^3.1.0",
"eslint": "^5.15.1",
"eslint-config-rax": "^0.0.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-react": "^7.12.4",
"glob": "^7.1.4",
"lerna": "^3.13.2",
"minimist": "^1.2.0",
"rax-scripts": "^2.0.2",
"semver": "^6.3.0",
"typescript": "^3.6.3"
}
}