-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.11 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.11 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
{
"name": "ideasprint",
"private": true,
"version": "1.0.2",
"type": "module",
"scripts": {
"dev": "vite",
"lint": "eslint .",
"lint-fix": "eslint . --fix",
"format": "prettier --write .",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@types/node": "^25.5.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"eslint": "^10.2.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.4.0",
"prettier": "^3.8.1",
"typescript": "^6.0.2",
"vite": "^8.0.7"
},
"dependencies": {
"@fontsource/metropolis": "^5.2.5",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.5.0",
"gsap": "^3.14.2",
"motion": "^12.38.0",
"ogl": "^1.0.11",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"three": "^0.183.2"
}
}