-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.14 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.14 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
42
{
"name": "webglexamples",
"version": "1.0.0",
"description": "webgl 编程指南 源码",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "parcel src/index.html --no-cache",
"build": "parcel build src/index.html --public-url ./"
},
"staticFiles": {
"staticPath": "resources",
"staticOutPath": "resources/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/prophetw/WebGLTuturialSourceCode.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/prophetw/WebGLTuturialSourceCode/issues"
},
"homepage": "https://github.com/prophetw/WebGLTuturialSourceCode#readme",
"dependencies": {
"@parcel/config-default": "2.3.2",
"axios": "^1.2.1",
"fast-png": "^6.1.0",
"gl-matrix": "^3.4.3",
"parcel": "^2.3.2",
"spectorjs": "^0.9.27",
"ts-node": "^10.9.1",
"tslib": "^2.4.1",
"twgl.js": "^4.23.2",
"typescript": "^4.8.4"
},
"devDependencies": {
"@parcel/transformer-glsl": "2.3.2",
"@parcel/transformer-sass": "2.3.2",
"buffer": "^6.0.3",
"parcel-reporter-static-files-copy": "^1.3.4"
}
}