-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·32 lines (32 loc) · 851 Bytes
/
package.json
File metadata and controls
executable file
·32 lines (32 loc) · 851 Bytes
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
{
"name": "jmsite",
"version": "0.1.0",
"private": true,
"dependencies": {
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.4.2",
"@react-three/postprocessing": "^3.0.4",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"framer-motion": "^12.23.26",
"postprocessing": "^6.38.0",
"react": "^19.2.1",
"react-content-loader": "^7.1.1",
"react-dom": "^19.2.1",
"react-router-dom": "^7.10.1",
"sass": "^1.94.2",
"three": "^0.181.2"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"@babel/plugin-transform-private-property-in-object": "^7.27.1",
"@vitejs/plugin-react": "^5.1.1",
"sharp": "^0.34.5",
"vite": "^7.2.6"
}
}