-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 877 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
35
36
37
38
39
{
"name": "remake003",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"vite": "^3.1.0"
},
"main": "counter.js",
"dependencies": {
"esbuild": "^0.15.7",
"esbuild-darwin-arm64": "^0.15.7",
"fsevents": "^2.3.2",
"function-bind": "^1.1.1",
"has": "^1.0.3",
"is-core-module": "^2.10.0",
"nanoid": "^3.3.4",
"path-parse": "^1.0.7",
"pathe": "^0.3.7",
"picocolors": "^1.0.0",
"postcss": "^8.4.16",
"resolve": "^1.22.1",
"rollup": "^2.78.1",
"source-map-js": "^1.0.2",
"supports-preserve-symlinks-flag": "^1.0.0",
"three": "^0.144.0",
"tweakpane": "^3.1.0",
"vite-plugin-glsl": "^0.4.0"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
}