-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.29 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
{
"name": "mission-control",
"version": "1.0.0",
"type": "module",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@math.gl/core": "^4.0.0",
"@mui/icons-material": "^5.14.16",
"@mui/material": "^5.14.16",
"@react-three/drei": "^9.88.7",
"@react-three/fiber": "^8.15.8",
"@reduxjs/toolkit": "^1.9.7",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"@vitejs/plugin-react": "^4.2.1",
"gl-matrix": "^3.4.3",
"jmuxer": "^2.0.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-gamepad": "1.0.3",
"react-redux": "^8.1.3",
"react-router-dom": "^6.17.0",
"stream": "0.0.2",
"three": "^0.158.0",
"vite": "^5.0.11",
"vite-tsconfig-paths": "^4.3.1"
},
"scripts": {
"start": "vite",
"build": "tsc && vite build --config vite.config.js",
"preview": "vite preview"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}