-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.84 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
68
{
"name": "@template-pro/react-ui-library",
"version": "1.0.0",
"private": true,
"packageManager": "pnpm@7.0.0",
"description": "React UI components",
"author": "Wuxh<wxh1220@gmail.com>",
"license": "MIT",
"keywords": [
"react",
"react-component"
],
"scripts": {
"build": "pnpm -r --filter=./packages/* run build",
"build:docs": "dumi build",
"clean": "rimraf 'packages/*/{lib,es,temp}'",
"preinstall": "npx only-allow pnpm",
"start": "dumi dev",
"test": "jest",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@babel/core": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"ahooks": "^3.7.0",
"antd": "4.x",
"antd-mobile": "5.x",
"classnames": "^2.3.1",
"less": "^4.1.3",
"less-plugin-npm-import": "^2.1.0",
"lodash-es": "^4.17.21",
"merge2": "^1.4.1",
"postcss": "^8.4.16",
"rc-util": "^5.27.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@antfu/eslint-config": "^0.34.0",
"@babel/preset-react": "^7.18.6",
"@testing-library/react": "12.1.5",
"@testing-library/react-hooks": "^8.0.1",
"@types/jest": "28.1.3",
"@types/lodash-es": "^4.17.6",
"@types/react": "18.0.26",
"@types/react-color": "^3.0.6",
"@types/react-copy-to-clipboard": "^5.0.4",
"autoprefixer": "^10.4.8",
"babel-plugin-import": "^1.13.5",
"bumpp": "^8.2.1",
"del": "5.1.0",
"dumi": "1.1.47",
"eslint": "^8.29.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-flatten": "^0.4.0",
"gulp-typescript": "6.0.0-alpha.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^28.1.3",
"jest-environment-jsdom": "^28.1.3",
"react-color": "^2.19.3",
"react-copy-to-clipboard": "^5.1.0",
"rimraf": "^3.0.2",
"ts-jest": "^28.0.8",
"typescript": "^4.7.4"
}
}