-
Notifications
You must be signed in to change notification settings - Fork 655
/
package.json
111 lines (111 loc) · 3.45 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
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
102
103
104
105
106
107
108
109
110
111
{
"name": "visualization-collection",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"dev": "cross-env NODE_ENV=development BABEL_ENV=development webpack serve -c scripts/webpack.dev.js",
"build": "cross-env NODE_ENV=production BABEL_ENV=production webpack -c scripts/webpack.prod.js",
"analyze": "cross-env analyzer=true npm run build",
"lint": "eslint --fix --ext .js,.vue src"
},
"license": "MIT",
"author": "River",
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/core": "^7.19.1",
"@babel/plugin-transform-runtime": "^7.19.1",
"@babel/preset-env": "^7.19.1",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@svgr/webpack": "^6.3.1",
"@types/echarts": "^4.9.16",
"@types/lodash-es": "^4.17.6",
"@types/react": "^18.0.20",
"@types/react-dom": "^18.0.6",
"@types/three": "^0.150.2",
"@types/webpack-env": "^1.18.0",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"autoprefixer": "^10.4.11",
"babel-loader": "^8.2.5",
"copy-webpack-plugin": "^11.0.0",
"cross-env": "^7.0.3",
"css-loader": "^6.7.1",
"cssnano": "^5.1.13",
"eslint": "^8.0.1",
"eslint-config-standard-with-typescript": "^23.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.31.11",
"eslint-webpack-plugin": "^3.2.0",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.6.1",
"optimize-css-assets-webpack-plugin": "^6.0.1",
"postcss-loader": "^7.0.1",
"postcss-preset-env": "^7.8.3",
"react-dev-utils": "^12.0.1",
"react-refresh": "^0.14.0",
"resolve-url-loader": "^5.0.0",
"sass": "^1.57.1",
"sass-loader": "^13.2.0",
"style-loader": "^3.3.1",
"style-resources-loader": "^1.5.0",
"ts-shader-loader": "^2.0.2",
"typescript": "*",
"webpack": "^5.74.0",
"webpack-bundle-analyzer": "^4.8.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.0",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"@ant-design/icons": "^5.3.6",
"@antv/g6": "^4.8.24",
"@mediapipe/pose": "^0.5.1675469404",
"@mediapipe/selfie_segmentation": "^0.1.1675465747",
"@tensorflow-models/body-segmentation": "^1.0.1",
"@tensorflow-models/pose-detection": "^2.0.0",
"@tensorflow/tfjs-backend-webgl": "^4.2.0",
"@tensorflow/tfjs-backend-webgpu": "^4.18.0",
"@tensorflow/tfjs-converter": "^4.2.0",
"@tensorflow/tfjs-core": "^4.2.0",
"ahooks": "^3.7.2",
"antd": "^5.16.5",
"bignumber.js": "^9.1.0",
"browserslist": "^4.21.5",
"caniuse-lite": "^1.0.30001480",
"cannon-es": "^0.20.0",
"d3-geo": "^3.1.0",
"date-fns": "^2.29.3",
"echarts": "^5.4.0",
"gsap": "^3.11.5",
"lodash-es": "^4.17.21",
"pako": "^2.1.0",
"particles.js": "^2.0.0",
"rambda": "^7.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-ga4": "^2.0.0",
"react-intl": "^6.2.8",
"react-router-dom": "^6.4.2",
"react-tilt": "^0.1.4",
"sphere-collision": "^1.1.11",
"swiper": "^9.2.0",
"three": "^0.151.3",
"typed.js": "^2.0.12",
"uzip": "^0.20201231.0"
}
}