-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 907 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
{
"name": "ar_nft",
"version": "1.0.0",
"description": "",
"main": "index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rimraf ./build && tsc",
"test": "echo \"Error: no test specified\" && exit 1",
"start3": "npm run build",
"start": "rimraf ./build && tsc && rollup -c"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babylonjs/core": "^4.2.0",
"@babylonjs/loaders": "^4.2.0",
"@types/node": "^14.14.10",
"rimraf": "^3.0.2",
"typescript": "^4.1.2"
},
"dependencies": {
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.0.0",
"gl-matrix": "^3.3.0",
"rollup": "^2.34.2",
"rollup-plugin-external-globals": "^0.6.1",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.29.0",
"typedoc": "^0.20.1"
}
}