-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.81 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
55
56
57
58
59
60
61
62
63
{
"name": "free",
"version": "0.0.1",
"description": "",
"private": true,
"keywords": [],
"author": "",
"license": "ISC",
"main": "./src/index.ts",
"packageManager": "[email protected]",
"engines": {
"node": ">=16.19.1",
"pnpm": "^8.7.6",
"changeset": "^2.26.2"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"prepare": "husky install",
"changeset": "changeset",
"npm_publish": "pnpm release; pnpm release:publish; pnpm sync",
"release": "changeset version; git add .; git commit -m 'chore: changeset Version Packages';",
"release:publish": "git push origin main:main; changeset publish;",
"sync": "node ./scripts/sync.js",
"ci:docs": "dumi build",
"yalc_publish": "node ./scripts/yalc_publish.js",
"clean": "rm -rf pnpm-lock.yaml node_modules **/*/node_modules .dumi/tmp",
"dev": "dumi dev"
},
"dependencies": {
"@ant-design/pro-components": "^2.7.15",
"@fe-free/core": "workspace:^",
"@fe-free/tool": "workspace:^",
"@umijs/plugins": "^4.1.2",
"antd": "^5.20.0",
"dayjs": "~1.11.10",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"tailwindcss": "^3.4.1"
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@fe-free/commit-lint": "workspace:^",
"@fe-free/eslint-config-base": "workspace:^",
"@fe-free/style-lint": "workspace:^",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.2.3",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.2",
"dumi": "^2.2.17",
"eslint": "^8.47.0",
"father": "^4.4.0",
"fs-extra": "^11.1.1",
"husky": "^8.0.0",
"lint-staged": "^13.2.0",
"only-allow": "^1.2.1",
"path": "^0.12.7",
"prettier": "^2.8.7",
"resolve-url-loader": "^5.0.0",
"shelljs": "^0.8.5",
"stylelint": "^15.7.0",
"typescript": "^5.1.2"
}
}