-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 895 Bytes
/
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
{
"name": "particles-man",
"author": {
"name": "evanmartiin"
},
"private": true,
"type": "module",
"version": "0.0.0",
"scripts": {
"dev": "vite -m development -c config/vite.config.js",
"build": "vite build -m production -c config/vite.config.js",
"staging": "vite build -m staging -c config/vite.config.js",
"preview": "vite preview -c config/vite.config.js"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
"@tweakpane/plugin-essentials": "^0.1.8",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.4",
"sass": "^1.58.0",
"stats-js": "^1.0.1",
"tweakpane": "^3.1.4",
"typescript": "^4.9.5",
"vite": "^4.1.1"
},
"dependencies": {
"@types/three": "0.149.0",
"three": "^0.149.0",
"three-custom-shader-material": "5.2.1"
}
}