-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.14 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.14 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "creativedev.particles",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"deploy": "npm run build && firebase deploy --only hosting:labs-particles",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@react-three/drei": "^10.7.6",
"@react-three/fiber": "^9.4.0",
"@react-three/postprocessing": "^3.0.4",
"@types/three": "^0.180.0",
"gl-matrix": "^3.4.4",
"glsl-fxaa": "^3.0.0",
"glsl-noise": "^0.0.0",
"glsl-random": "^0.0.5",
"glslify-loader": "^2.0.0",
"leva": "^0.10.0",
"maath": "^0.10.8",
"mout": "^1.2.4",
"postprocessing": "^6.37.8",
"prettier": "^3.6.2",
"r3f-perf": "^7.2.3",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"styled-components": "^6.1.19",
"three": "^0.180.0",
"three-stdlib": "^2.36.0",
"zustand": "^5.0.8"
},
"devDependencies": {
"@eslint/js": "^9.38.0",
"@types/node": "^24.6.0",
"@types/react": "^19.1.16",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-react": "^5.0.4",
"browserify": "^17.0.1",
"eslint": "^9.38.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.22",
"globals": "^16.4.0",
"glslify": "^7.1.1",
"raw-loader": "^4.0.2",
"typescript": "~5.9.3",
"typescript-eslint": "^8.46.2",
"vite": "^7.1.7",
"vite-plugin-glsl": "^1.5.4"
},
"overrides": {
"minimist": "^1.2.8",
"static-eval": "^2.1.0"
},
"description": "This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.",
"main": "eslint.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Kevinparra535/creativedev.particles.git"
},
"browserify": {
"transform": [
"glslify"
]
},
"keywords": [],
"author": "Kevin Parra Lopez <kevinparra535@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Kevinparra535/creativedev.particles/issues"
},
"homepage": "https://github.com/Kevinparra535/creativedev.particles#readme"
}