-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
54 lines (54 loc) · 1.6 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
48
49
50
51
52
53
54
{
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"bootstrap": "lerna bootstrap",
"assets": "GENERATE_ASSRTS='true' dumi assets",
"start": "dumi dev",
"screenshot": "pro screenshot --mobile --dumi",
"build": "dumi build",
"ci": "npm run lint && npm run compile && npm run test",
"entry":"node ./scripts/entry.js",
"compile": "father-build",
"pub": "npm run compile && lerna publish --force-publish=*",
"lint": "prettier packages/**/*.{ts,tsx} --check && stylelint packages/**/*.less",
"format": "prettier packages/**/*.{ts,tsx} --write && stylelint packages/**/*.less --fix",
"test": "umi-test --coverage"
},
"repository": {
"type": "git",
"url": "https://github.com/alitajs/antd-mobile-plus"
},
"gitHooks": {
"pre-commit": "npm run ci",
"commit-msg": "node scripts/verifyCommit.js"
},
"devDependencies": {
"@testing-library/react": "^10.4.7",
"@types/babel__core": "7.1.12",
"@types/babel__traverse": "7.0.15",
"@types/classnames": "^2.2.10",
"@types/jest": "^26.0.15",
"@types/node": "^14.0.27",
"@alita/pro-cli": "^2.1.6",
"@umijs/test": "^3.2.25",
"@umijs/types": "^3.2.25",
"@umijs/utils": "^3.2.25",
"babel-plugin-version": "^0.2.3",
"cnpm": "6.1.1",
"dumi": "1.1.39",
"dumi-theme-mobile": "1.1.22",
"father-build": "1.18.5",
"husky": "^3.1.0",
"lerna": "2.11.0",
"lint-staged": "^10.2.11",
"npm-run-all": "^4.1.5",
"prettier": "^2.1.2",
"rc-form": "^2.4.12",
"react-sticky": "^6.0.3",
"yorkie": "^2.0.0",
"sitemap":"latest"
}
}