-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
70 lines (70 loc) · 2.03 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "nanogl-gltf",
"version": "0.2.1",
"description": "gltf loader",
"scripts": {
"test": "karma start",
"build": "tsc && ./build/post-build",
"player": "webpack-dev-server --config examples/player/webpack.config.js",
"models": "node examples/player/make-model-list.js",
"docs": "typedoc && del docs/** '!docs/data.json'"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/plepers/nanogl-gltf.git"
},
"keywords": [
"gltf",
"nanogl"
],
"author": "pierre lepers",
"license": "MIT",
"bugs": {
"url": "https://github.com/plepers/nanogl-gltf/issues"
},
"homepage": "https://github.com/plepers/nanogl-gltf#readme",
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/preset-flow": "^7.7.4",
"@types/expect.js": "^0.3.29",
"@types/mocha": "^5.2.7",
"babel-loader": "^8.0.6",
"del-cli": "^5.0.0",
"expect.js": "^0.3.1",
"glob": "^7.1.6",
"json-schema-to-typescript": "^8.0.0",
"karma": "^4.4.1",
"karma-chrome-launcher": "^3.1.0",
"karma-mocha": "^1.3.0",
"karma-sauce-launcher": "^2.0.2",
"karma-typescript": "^5.2.0",
"karma-typescript-es6-transform": "^4.1.1",
"karma-webpack": "^4.0.2",
"mkdirp": "^1.0.3",
"mocha": "^6.2.2",
"nanogl-template": "git+ssh://git@github.com/plepers/nanogl-template.git#develop",
"remove-flow-types-loader": "^1.1.0",
"replace-ext": "^1.0.0",
"ts-loader": "^6.2.1",
"typedoc": "^0.23.24",
"typedoc-plugin-rename-defaults": "^0.6.4",
"typescript": "^4.6.2",
"webpack": "^4.41.4",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.1"
},
"dependencies": {
"@azure/abort-controller": "^1.0.1",
"base64-js": "^1.3.1",
"gl-matrix": "2.3.1",
"nanogl": "^2.3.0",
"nanogl-camera": "^1.1.2",
"nanogl-node": "^1.2.0",
"nanogl-pbr": "3.0.0-beta.16",
"nanogl-pf": "^1.1.1",
"nanogl-state": "^2.1.0",
"nanogl-vao": "^1.1.0",
"save": "^2.4.0"
}
}