-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.11 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
{
"name": "root",
"version": "0.0.0",
"workspaces": [
"packages/*"
],
"scripts": {
"start": "dumi dev",
"build": "pnpm --filter \"./packages/*\" build",
"build:core": "pnpm --filter bizify-core build",
"test": "lerna run test --stream",
"test:core": "lerna run test --stream --scope bizify-core",
"test:cov": "lerna run test:cov --stream",
"pub": "npm run build && lerna publish",
"docs:build": "dumi build && node ./scripts/add_base.js",
"docs:deploy": "gh-pages -d docs-dist",
"pub:doc": "npm run docs:build && npm run docs:deploy"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^12.1.5",
"@types/jest": "^27.4.1",
"@types/lodash.set": "^4.3.6",
"@umijs/test": "^3.5.22",
"antd": "^4.19.5",
"bizify": "^0.0.1",
"dumi": "^1.1.40",
"father-build": "^1.22.1",
"gh-pages": "^3.2.3",
"jest": "^27.5.1",
"lerna": "^4.0.0",
"lint-staged": "^10.5.4",
"prettier": "^2.6.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"ts-jest": "^27.1.4",
"typescript": "^4.6.3"
}
}