forked from umijs/sula
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
47 lines (47 loc) · 1.43 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
45
46
47
{
"private": false,
"scripts": {
"start": "npm run dev",
"dev": "dumi dev",
"build": "dumi build",
"compile": "father-build && node ./scripts/clean-build.js",
"postinstall": "npm run bootstrap",
"bootstrap": "lerna bootstrap",
"test": "npm run test:unit",
"test:unit": "umi-test 'test.(j|t)s' --coverage",
"test:update": "umi-test 'test.(j|t)s' --coverage --updateSnapshot",
"test:watch": "umi-test 'test.(j|t)s' --coverage --watch",
"predeploy": "npm run build",
"doc:dev": "cross-env DOC_ENV=dev dumi dev",
"doc:build": "cross-env DOC_ENV=prod dumi build",
"deploy": "now deploy ./dist -n sula --prod",
"publish": "npm run compile && lerna publish -m \"chore: publish\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/bitsun-front/sula.git"
},
"bugs": {
"url": "https://github.com/bitsun-front/sula/issues"
},
"devDependencies": {
"@ant-design/icons": "^4.1.0",
"@sula/charts": "^1.0.0-alpha.0",
"@umijs/fabric": "^2.0.8",
"@umijs/plugin-locale": "^0.10.9",
"antd": "4.3.4",
"babel-plugin-import": "^1.13.0",
"cross-env": "^7.0.2",
"del": "^5.1.0",
"dumi": "^1.0.15",
"enzyme-to-json": "^3.4.4",
"eslint": "^6.8.0",
"father-build": "^1.19.1",
"lerna": "^3.20.2",
"mockdate": "^2.0.5",
"mockjs": "^1.1.0",
"react-live": "^2.2.2",
"umi-request": "^1.3.5",
"umi-test": "^1.9.6"
}
}