forked from stephomi/sculptgl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 969 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": "sculpt_ng",
"source": "app/index.html",
"homepage": "https://github.com/stephomi/sculptgl",
"version": "0.9.0",
"description": "A WebGL digital sculpting app",
"author": "Stéphane GINIER",
"contributors": [
"Daniel Joyce"
],
"license": "MIT",
"dependencies": {
"file-saver": "^2.0.2",
"gl-matrix": "^3.1.0",
"hammerjs": "^2.0.8",
"http-server": "^14.1.1",
"raw-loader": "^4.0.2"
},
"devDependencies": {
"@parcel/reporter-bundle-analyzer": "^2.11.0",
"@parcel/transformer-glsl": "^2.11.0",
"@parcel/validator-typescript": "^2.12.0",
"@stylistic/eslint-plugin": "^1.6.0",
"eslint": "^8.56.0",
"parcel": "^2.11.0",
"tsc": "^2.0.4",
"typescript": ">=3.0.0"
},
"scripts": {
"check": "tsc --noEmit"
},
"repository": {
"type": "git",
"url": "https://github.com/Microtome/sculptgl.git"
},
"bugs": {
"url": "https://github.com/stephomi/sculptgl/issues"
}
}