-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.04 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
{
"name": "d3signer",
"version": "1.1.0",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "next",
"build": "next build",
"export": " next export",
"start": "next start",
"deploy": "npm run build && firebase deploy",
"clean": "sudo npm install node-gyp -g && npm cache clean -f && rm -rf node_modules && pnpm install",
"cleancache": "npm install node-gyp -g && npm cache clean -f && pnpm install"
},
"dependencies": {
"@material-ui/core": "4.11.3",
"@material-ui/icons": "4.11.2",
"@next/bundle-analyzer": "^12.1.5",
"@react-three/drei": "^7.25.5",
"@react-three/fiber": "^7.0.21",
"axios": "^0.26.1",
"chartist": "0.10.1",
"classnames": "2.2.6",
"file-saver": "^2.0.5",
"history": "5.0.0",
"list-react-files": "^0.2.0",
"mongo": "^0.1.0",
"mongodb": "^4.8.1",
"next": "^12.1.5",
"next-absolute-url": "^1.2.2",
"next-compose-plugins": "2.2.1",
"next-images": "^1.8.4",
"next-redux-wrapper": "^7.0.5",
"path": "0.12.7",
"perfect-scrollbar": "1.5.0",
"prop-types": "15.7.2",
"react": "17.0.1",
"react-alert": "^7.0.3",
"react-alert-template-basic": "^1.0.2",
"react-chartist": "0.14.3",
"react-collapsed": "^3.3.1",
"react-confirm-alert": "2.7.0",
"react-dom": "17.0.1",
"react-modal": "^3.15.1",
"react-redux": "^7.2.8",
"react-swipeable-views": "0.13.9",
"react-three-gui": "0.4.2",
"react-useanimations": "^2.0.8",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.4.1",
"three": "^0.135.0",
"webfontloader": "^1.6.28"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"optionalDependencies": {
"node-sass": "^7.0.1",
"typescript": "4.1.3"
},
"devDependencies": {
"eslint": "^8.14.0"
}
}