-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
48 lines (48 loc) · 1.35 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
{
"name": "fft-spectrum",
"version": "1.0.0",
"license": "MIT",
"author": "Andrea Bovo <https://github.com/spleennooname>",
"description": "audio reactive experiment with ThreeJS and Meyda",
"scripts": {
"ngrok": "ngrok http -bind-tls=true --host-header=rewrite https://localhost:3000/",
"build": "vite build",
"preview": "vite preview",
"vite": "vite --host",
"lint": "npx eslint --color src/index.js",
"lint:fix": "npx eslint --fix --color src/index.js",
"lint:watch": "npx esw -w --fix --color src/index.js",
"dev": "concurrently \"npm:lint:watch\" \"npm:vite\""
},
"devDependencies": {
"@originjs/vite-plugin-commonjs": "^1.0.3",
"concurrently": "^7.2.1",
"cross-env": "^7.0.3",
"eslint": "^8.16.0",
"eslint-watch": "^8.0.0",
"sass": "^1.52.1",
"vite": "^2.9.9",
"vite-plugin-eslint": "^1.6.1"
},
"browserslist": [
"> 0.25%, not ie 11, not op_mini all"
],
"dependencies": {
"colormap": "^2.3.2",
"dat.gui": "^0.7.9",
"detect-gpu": "^4.0.24",
"gsap": "^3.10.4",
"javascript-obfuscator": "^4.0.0",
"meyda": "^5.6.3",
"raf-polyfill": "^1.0.0",
"rxjs": "^7.5.5",
"stats.js": "^0.17.0",
"three": "^0.150.0",
"three-instanced-uniforms-mesh": "^0.46.0",
"tweakpane": "^3.0.8"
},
"volta": {
"node": "21.7.3",
"npm": "8.19.4"
}
}