-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.46 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.46 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
{
"name": "cinema-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"@react-three/drei": "^9.105.6",
"@react-three/fiber": "^8.16.3",
"@reduxjs/toolkit": "^2.2.3",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"bootstrap": "^5.3.3",
"d3": "^7.9.0",
"r3f-perf": "^7.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^9.1.2",
"react-router-dom": "^6.23.0",
"redux-thunk": "^3.1.0",
"sass": "^1.55.0",
"three": "^0.164.1",
"typescript": "^4.7.4",
"vite-tsconfig-paths": "^4.3.2",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "vite --host",
"build": "vite build",
"serve": "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"
]
},
"devDependencies": {
"@types/d3": "^7.4.3",
"@types/node": "^20.12.11",
"@types/three": "^0.164.0",
"@types/webpack": "^5.28.5",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"@vitejs/plugin-react": "^4.3.0",
"ts-node": "^10.9.2",
"vite": "^5.2.12"
}
}