-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 1.13 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
{
"private": true,
"scripts": {
"watch": "node scripts/build.js --watch",
"build": "node scripts/build.js",
"docs:start": "dumi dev",
"docs:build": "dumi build",
"docs:deploy": "node scripts/docs.js",
"checksum": "node scripts/check.js",
"publish": "node scripts/publish.js",
"symlink": "node scripts/symlink.js",
"symlink:remove": "node scripts/symlink.js remove",
"clean": "node scripts/clean.js"
},
"devDependencies": {
"@types/jest": "^26.0.23",
"@types/node": "^15.12.2",
"@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.0",
"aliyun-oss-deploy": "^0.1.5",
"antd": "^4.16.6",
"babel-eslint": "^10.1.0",
"commander": "^8.1.0",
"concurrently": "^6.2.0",
"dumi": "^1.1.22",
"eslint": "^7.28.0",
"eslint-config-alloy": "^4.1.0",
"fs-extra": "^10.0.0",
"glob": "^7.1.7",
"jest": "^27.0.4",
"lerna": "^4.0.0",
"lodash": "^4.17.21",
"md5-file": "^5.0.0",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
"typescript": "^3.7.7"
},
"dependencies": {
"dumi-theme-default": "^1.1.9"
}
}