-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.57 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.57 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
{
"name": "tim-simms-tamagotchi",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"cy:open-e2e": "cypress open --e2e --browser chrome",
"cy:open-unit": "cypress open --component --browser chrome",
"cy:run-e2e": "cypress run --e2e",
"cy:run-unit": "cypress run --component",
"cy:e2e": "start-server-and-test start http-get://localhost:5173 cy:open-e2e"
},
"dependencies": {
"@react-three/drei": "^9.120.5",
"@react-three/fiber": "^8.17.10",
"@testing-library/react": "^16.2.0",
"@types/node": "^22.10.5",
"@types/three": "^0.171.0",
"gsap": "^3.12.7",
"lil-gui": "^0.20.0",
"lucide-react": "^0.475.0",
"r3f-perf": "^7.2.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"styled-components": "^6.1.14",
"three": "^0.172.0",
"usehooks-ts": "^3.1.1",
"vite-plugin-glsl": "^1.3.1"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@types/jest": "^29.5.14",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"cypress": "^14.2.0",
"eslint": "^9.17.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^15.14.0",
"install": "^0.13.0",
"npm": "^11.2.0",
"start-server-and-test": "^2.0.11",
"typescript": "~5.6.2",
"typescript-eslint": "^8.18.2",
"vite": "^6.0.5",
"vitest": "^3.0.9",
"vitest-canvas-mock": "^0.3.3"
}
}