This repository was archived by the owner on Jun 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.27 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.27 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
{
"name": "glsl-techno-set",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "yarn build-js && yarn build-comp",
"build-js": "vite build --mode prod",
"build-comp": "node bin/compeko.js dist/assets/index.*.js dist/compeko.html",
"lint": "eslint \"src/**/*.ts\"",
"lint-fix": "eslint \"src/**/*.ts\" --fix",
"typecheck": "tsc",
"preview": "vite preview"
},
"devDependencies": {
"@0b5vr/automaton": "^4.3.0-alpha.3",
"@0b5vr/automaton-with-gui": "^4.3.0-alpha.3",
"@0b5vr/experimental": "^0.9.5",
"@0b5vr/imtweakpane": "^0.1.3",
"@0b5vr/tweakpane-plugin-profiler": "^0.3.0",
"@tweakpane/core": "^1.1.2",
"@types/glob": "^7.2.0",
"@types/node-zopfli": "^2.0.2",
"@types/terser": "^3.12.0",
"@types/webxr": "^0.2.3",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"eslint": "^8.14.0",
"eslint-plugin-sort-imports-es6-autofix": "^0.6.0",
"glob": "^8.0.1",
"glob-promise": "^4.2.2",
"node-zopfli": "^2.1.4",
"rollup-plugin-visualizer": "^5.6.0",
"terser": "^5.14.2",
"tweakpane": "^3.1.2",
"typescript": "^4.5.4",
"vite": "^2.9.12",
"vite-plugin-inspect": "^0.6.0",
"webgl-memory": "^1.0.11"
}
}