-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 967 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
{
"name": "@game3dee/view3dn",
"version": "1.0.0",
"description": "Carnivores Tools",
"main": "src/view3dn.js",
"type": "module",
"scripts": {
"start": "webpack serve",
"build": "webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/game3dee/view3dn.git"
},
"keywords": [],
"author": "Ithamar R. Adema <ithamar@game3dee.com>",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/game3dee/view3dn/issues"
},
"homepage": "https://gitlab.com/game3dee/view3dn#readme",
"dependencies": {
"gl-matrix": "^3.4.3",
"kaitai-struct": "^0.10.0",
"nipplejs": "^0.10.1",
"three": "^0.135.0"
},
"devDependencies": {
"filehound": "^1.17.6",
"fluent-ffmpeg": "^2.1.2",
"pngjs": "^7.0.0",
"wav-converter": "^1.0.0",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
}
}