-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
67 lines (67 loc) · 1.91 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
{
"name": "stack-view-3d",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"webpack-dev-server": "webpack-dev-server",
"dev": "webpack serve --mode=development",
"prod": "NODE_ENV=production webpack --mode=production",
"serve": "npm run prod && serve -s dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lisbao1303/stack-view-3d"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"axios": "^0.21.1",
"css-loader": "^5.2.6",
"dotenv": "^10.0.0",
"file-loader": "^6.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-scripts": "5.0.0",
"react-scroll": "^1.8.4",
"style-loader": "^2.0.0",
"three": "^0.136.0",
"web-vitals": "^2.1.3",
"workbox-cacheable-response": "^6.1.5",
"workbox-cli": "^6.4.2",
"workbox-core": "^6.1.5",
"workbox-expiration": "^6.1.5",
"workbox-precaching": "^6.1.5",
"workbox-routing": "^6.1.5",
"workbox-strategies": "^6.1.5",
"workbox-window": "^6.1.5"
},
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/preset-env": "^7.14.4",
"@babel/preset-react": "^7.13.13",
"@svgr/cli": "^5.5.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.2.3",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"copy-webpack-plugin": "^9.0.0",
"dotenv-webpack": "^7.0.2",
"html-webpack-plugin": "^5.3.1",
"path": "^0.12.7",
"sass": "^1.49.9",
"sass-loader": "^12.6.0",
"serve": "^11.3.2",
"webpack": "^5.70.0",
"webpack-cli": "^4.7.0",
"webpack-dev-server": "^3.11.2",
"workbox-webpack-plugin": "^6.1.5"
}
}