-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.23 KB
/
package.json
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
63
64
65
66
67
68
69
70
71
72
73
{
"name": "r3f-template",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"import": "npx gltfjsx@latest",
"preview": "vite preview",
"prettier": "prettier . --check",
"prettier:write": "prettier . --write",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"test": "vitest",
"test:ui": "vitest --ui",
"coverage": "vitest run --coverage"
},
"dependencies": {
"@react-spring/three": "^9.7.3",
"@react-spring/web": "^9.7.3",
"@react-three/a11y": "^3.0.0",
"@react-three/drei": "^9.106.0",
"@react-three/fiber": "^8.16.8",
"@react-three/postprocessing": "^2.16.2",
"@react-three/uikit": "^0.3.6",
"clsx": "^2.1.1",
"howler": "^2.2.4",
"i18next": "^23.11.5",
"i18next-browser-languagedetector": "^8.0.0",
"leva": "^0.9.35",
"maath": "^0.10.7",
"postprocessing": "^6.35.5",
"r3f-perf": "^7.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^14.1.2",
"react-icons": "^5.2.1",
"three": "^0.165.0",
"three-custom-shader-material": "^5.4.0",
"zustand": "^4.5.2"
},
"devDependencies": {
"@react-three/eslint-plugin": "^0.1.1",
"@react-three/test-renderer": "^8.2.1",
"@tailwindcss/typography": "^0.5.13",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/howler": "^2.2.11",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/ui": "^1.6.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"jsdom": "^24.1.0",
"postcss": "^8.4.38",
"prettier": "^3.3.0",
"prettier-plugin-tailwindcss": "^0.6.1",
"tailwindcss": "^3.4.3",
"typescript": "^5.2.2",
"vite": "^5.2.0",
"vite-plugin-glsl": "^1.3.0",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.6.0"
}
}