-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 849 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
{
"name": "ogle",
"version": "0.0.1",
"description": "Template for web shaders with ogl",
"//": {
"main": "index.js"
},
"source": "src/index.html",
"browserslist": "> 0.5%, last 2 versions, not dead",
"scripts": {
"start": "parcel",
"build": "parcel build"
},
"repository": "/~https://github.com/jeffawang/ogle",
"author": "Jeff Wang <jeffawang@gmail.com>",
"license": "MIT",
"devDependencies": {
"@parcel/transformer-glsl": "2.3.2",
"@types/node": "^17.0.21",
"buffer": "^6.0.3",
"parcel": "^2.3.2",
"parcel-reporter-static-files-copy": "^1.3.4",
"path-browserify": "^1.0.1",
"process": "^0.11.10"
},
"dependencies": {
"monaco-editor": "0.31.0",
"monaco-tree-sitter": "^0.0.5",
"ogl-typescript": "^0.1.40",
"regl": "^2.1.0",
"web-tree-sitter": "^0.20.5"
}
}