-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.15 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.15 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
43
44
45
{
"name": "@elfsquad/forge-viewer",
"version": "1.3.3",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"watch": "webpack --watch",
"docs": "typedoc src/elfsquad-forge-viewer.ts --excludeInternal --excludePrivate --excludeExternals"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Elfsquad/forge-viewer.git"
},
"author": "Elfsquad",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/Elfsquad/forge-viewer/issues"
},
"homepage": "https://github.com/Elfsquad/forge-viewer#readme",
"dependencies": {
"@elfsquad/configurator": "3.6.1"
},
"devDependencies": {
"@types/forge-viewer": "7.89",
"@types/three": "0.138.0",
"css-loader": "^6.7.1",
"css-modules-typescript-loader": "^4.0.1",
"raw-loader": "^4.0.2",
"svg-inline-loader": "^0.8.2",
"ts-loader": "^9.2.8",
"typedoc": "^0.22.15",
"typescript": "4.6.3",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2"
}
}