forked from aliyun/alibabacloud-alfa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.02 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
{
"name": "root",
"private": true,
"scripts": {
"ci": "lerna bootstrap && lerna run lint && lerna run prepare && npm run cov",
"cov": "jest --coverage",
"lint": "eslint packages/",
"test": "jest packages/",
"pre-commit": "npm run lint",
"install:example": "lerna bootstrap --scope \"@alicloud/demo-*\"",
"pub:canary": "lerna publish --exact --npm-tag=canary --canary=canary"
},
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/jest": "^23.3.13",
"@typescript-eslint/eslint-plugin": "^1.11.0",
"@typescript-eslint/parser": "^1.11.0",
"eslint": "^5.16.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-react": "^7.7.0",
"eslint-plugin-react-hooks": "^1.1.0-alpha.1",
"husky": "^1.1.2",
"jest": "24.7.1",
"lerna": "^3.6.0",
"nyc": "^13.1.0",
"ts-jest": "^23.10.5",
"tslint": "^5.8.0",
"typescript": "^3.0.3"
},
"dependencies": {
"@types/webpack": "^4.41.0",
"single-spa-react": "^2.10.2",
"webpack-merge": "^4.2.2"
}
}