-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.4 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
49
50
51
{
"name": "voxel_game",
"version": "0.0.1",
"description": "",
"source": "public/index.html",
"scripts": {
"start": "parcel",
"build": "parcel build --public-url /vox",
"build-dev": "parcel build"
},
"keywords": [],
"author": "Tangerie <[email protected]> (https://github.com/Tangerie)",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.20.12",
"@parcel/resolver-glob": "^2.8.2",
"@parcel/transformer-glsl": "^2.8.2",
"@parcel/transformer-inline-string": "^2.8.2",
"@types/lodash": "^4.14.191",
"@types/minimist": "^1.2.2",
"@types/node": "^18.13.0",
"@types/preval.macro": "^3.0.0",
"@types/stats.js": "^0.17.0",
"buffer": "^5.7.1",
"os-browserify": "^0.3.0",
"parcel": "^2.8.2",
"parcel-resolver-tspaths": "^0.0.9",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"typescript": "^4.9.4",
"util": "^0.12.5"
},
"dependencies": {
"alea": "^1.0.1",
"babel-plugin-codegen": "^4.1.5",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-preval": "^5.1.0",
"codegen.macro": "^4.1.0",
"gl-matrix": "^3.4.3",
"glsl": "^0.0.1",
"lodash": "^4.17.21",
"minimist": "^1.2.7",
"preval.macro": "^5.0.0",
"regl": "github:deluksic/regl",
"regl-atmosphere-envmap": "^1.0.5",
"simplex-noise": "^4.0.1",
"stats.js": "^0.17.0",
"typed-glsl": "^0.11.1"
},
"type": "module"
}