Skip to content

Commit a8c718f

Browse files
authored
Create package.json
1 parent 28ff937 commit a8c718f

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

package.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"name": "web",
3+
"private": true,
4+
"version": "0.0.0",
5+
"type": "module",
6+
"scripts": {
7+
"dev": "vite",
8+
"build": "vite build",
9+
"lint": "eslint .",
10+
"preview": "vite preview"
11+
},
12+
"dependencies": {
13+
"@react-three/drei": "^10.7.7",
14+
"@react-three/fiber": "^9.6.1",
15+
"framer-motion": "^12.40.0",
16+
"i18next": "^26.2.0",
17+
"i18next-browser-languagedetector": "^8.2.1",
18+
"react": "^19.2.6",
19+
"react-dom": "^19.2.6",
20+
"react-helmet-async": "^3.0.0",
21+
"react-i18next": "^17.0.8",
22+
"react-router-dom": "^7.15.1",
23+
"three": "^0.184.0"
24+
},
25+
"devDependencies": {
26+
"@eslint/js": "^10.0.1",
27+
"@types/react": "^19.2.14",
28+
"@types/react-dom": "^19.2.3",
29+
"@vitejs/plugin-react": "^6.0.1",
30+
"eslint": "^10.3.0",
31+
"eslint-plugin-react-hooks": "^7.1.1",
32+
"eslint-plugin-react-refresh": "^0.5.2",
33+
"globals": "^17.6.0",
34+
"vite": "^8.0.12"
35+
}
36+
}

0 commit comments

Comments
 (0)