-
Notifications
You must be signed in to change notification settings - Fork 46
/
package.json
67 lines (67 loc) · 1.87 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
64
65
66
67
{
"license": "Apache-2.0",
"name": "thundersdata-frontend",
"author": "陈杰 <[email protected]>",
"homepage": "https://github.com/thundersdata-frontend/td-design#readme",
"scripts": {
"preinstall": "npx only-allow pnpm",
"prepare": "husky install",
"build": "turbo run build",
"commit": "git-cz",
"test": "jest --passWithNoTests --detectOpenHandles --watch",
"coverage": "jest --coverage",
"prettier": "prettier --write --cache --cache-strategy metadata \"**/*.{tsx,ts,md}\"",
"doc:dev": "dumi dev",
"doc:build": "dumi build",
"changeset": "changeset",
"release": "pnpm build && changeset publish"
},
"config": {
"commitizen": {
"path": "node_modules/cz-customizable"
}
},
"lint-staged": {
"*.{ts,tsx,md}": [
"npm run prettier"
]
},
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"@commitlint/cli": "^17.6.7",
"@commitlint/config-conventional": "^17.6.7",
"@testing-library/react-hooks": "^8.0.1",
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"@types/jest": "^29.5.3",
"@umijs/plugin-esbuild": "^1.4.2",
"antd": "^4.23.6",
"babel-plugin-import": "^1.13.6",
"commitizen": "^4.3.0",
"cz-customizable": "^7.0.0",
"dumi": "^1.1.48",
"file-loader": "^6.2.0",
"husky": "^8.0.3",
"jest": "^29.6.1",
"jest-environment-jsdom": "^29.6.1",
"lint-staged": "^13.2.3",
"prettier": "^3.0.0",
"prettier-plugin-packagejson": "^2.4.5",
"raf": "^3.4.1",
"react": "^17.0.0",
"react-native": "^0.72.9",
"react-test-renderer": "^17.0.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"turbo": "^1.10.9",
"yorkie": "^2.0.0"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=16",
"pnpm": ">=7.0.0"
},
"resolutions": {
"@types/react": "17.0.43"
}
}