-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
101 lines (101 loc) · 2.97 KB
/
package.json
File metadata and controls
101 lines (101 loc) · 2.97 KB
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "yang-template",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "react-app-rewired start",
"start:pre": "cross-env REACT_APP_ENV=pre react-app-rewired start",
"build": "react-app-rewired build",
"build:pre": "cross-env REACT_APP_ENV=pre react-app-rewired build",
"test": "react-app-rewired test",
"prepare": "husky install",
"preinstall": "npx only-allow pnpm"
},
"dependencies": {
"@amap/amap-jsapi-types": "^0.0.13",
"@ant-design/icons": "^5.2.6",
"@antv/x6": "^2.16.1",
"@antv/x6-plugin-clipboard": "^2.1.6",
"@antv/x6-plugin-dnd": "^2.1.1",
"@antv/x6-plugin-history": "^2.2.4",
"@antv/x6-plugin-keyboard": "^2.2.3",
"@antv/x6-plugin-selection": "^2.2.2",
"@antv/x6-plugin-snapline": "^2.1.7",
"@antv/x6-plugin-stencil": "^2.1.5",
"@antv/x6-plugin-transform": "^2.1.8",
"@antv/x6-react-shape": "^2.2.2",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/dat.gui": "^0.7.13",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.58",
"@types/react": "^18.2.25",
"@types/react-dom": "^18.2.11",
"@types/three": "0.132.0",
"ahooks": "^3.7.8",
"antd": "^5.10.0",
"axios": "^1.6.2",
"classnames": "^2.3.2",
"cross-env": "^7.0.3",
"dat.gui": "^0.7.9",
"dayjs": "1.11.10",
"echarts": "^5.4.3",
"echarts-for-react": "^3.0.2",
"i18next": "^23.6.0",
"i18next-browser-languagedetector": "^7.1.0",
"insert-css": "^2.0.0",
"lodash": "^4.17.21",
"mobx": "^6.10.2",
"mobx-persist-store": "^1.1.3",
"mobx-react": "^9.0.1",
"particles-bg": "^2.5.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^13.3.1",
"react-router-dom": "^6.16.0",
"react-scripts": "5.0.1",
"three": "0.132.0",
"typescript": "~4.9.5",
"web-vitals": "^2.1.4"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@commitlint/cli": "^17.7.2",
"@commitlint/config-conventional": "^17.7.0",
"@testing-library/jest-dom": "^5.17.0",
"@types/insert-css": "^2.0.3",
"@types/lodash": "^4.14.200",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"autoprefixer": "^10.4.16",
"chalk": "^4.1.0",
"clear": "^0.1.0",
"compression-webpack-plugin": "^10.0.0",
"customize-cra": "^1.0.0",
"eslint": "^8.51.0",
"eslint-plugin-react": "^7.33.2",
"figlet": "^1.6.0",
"husky": "^8.0.3",
"less": "^4.2.0",
"less-loader": "^11.1.3",
"lint-staged": "^14.0.1",
"loaders.css": "^0.1.2",
"postcss": "^8.4.31",
"react-app-rewired": "^2.2.1",
"react-loaders": "^3.0.1",
"tailwindcss": "^3.3.3",
"typescript-plugin-css-modules": "^5.0.2",
"webpack-bundle-analyzer": "^4.9.1"
}
}