-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.5 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.5 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
{
"name": "exp",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"new": "node ./scripts/newtest.js",
"iter": "node ./scripts/iter.js"
},
"dependencies": {
"@p5-wrapper/react": "^4.2.0",
"@react-three/drei": "^9.88.13",
"@react-three/fiber": "^8.14.6",
"blurhash-wasm": "^0.2.0",
"gl-matrix": "^3.4.3",
"p5": "^1.7.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.17.0",
"three": "^0.157.0"
},
"devDependencies": {
"@types/p5": "^1.7.1",
"@types/react": "^18.2.30",
"@types/react-dom": "^18.2.14",
"@types/react-router": "^5.1.20",
"@types/three": "^0.157.2",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"@vitejs/plugin-react": "^4.1.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.51.0",
"eslint-plugin-glsl": "^0.0.0-wip",
"postcss": "^8.4.31",
"stylelint": "^15.11.0",
"stylelint-config-standard": "^34.0.0",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vite-plugin-glsl": "^1.1.2",
"vite-plugin-top-level-await": "^1.3.1",
"vite-plugin-wasm": "^3.2.2"
},
"packageManager": "yarn@4.0.2+sha256.825003a0f561ad09a3b1ac4a3b3ea6207af2796d54f62a9420520915721f5186"
}