-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.06 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
{
"name": "novorender-data-internal",
"private": true,
"version": "0.2.29",
"main": "dist/novorender-data.js",
"type": "module",
"keywords": [
"3D",
"javascript",
"html5",
"webgl"
],
"scripts": {
"build": "rollup -c",
"build:dev": "rollup -c --environment BUILD:development",
"build:ts": "tsc",
"build:watch": "tsc -w"
},
"author": "",
"dependencies": {
"gl-matrix": "^3.3.0",
"tslib": "^2.0.0"
},
"devDependencies": {
"@types/proj4": "^2.5.2",
"@novorender/webgl-api": "^0.4.61",
"@novorender/measure-api": "^0.1.7",
"@rollup/plugin-commonjs": "^13.0.0",
"@rollup/plugin-node-resolve": "^8.0.1",
"proj4": "^2.8.0",
"rollup": "^2.18.0",
"rollup-plugin-consts": "^1.0.2",
"rollup-plugin-copy": "^3.3.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-emit-ejs": "^3.1.0",
"rollup-plugin-generate-package-json": "^3.2.0",
"rollup-plugin-sourcemaps": "^0.6.2",
"rollup-plugin-terser": "^6.1.0",
"typescript": "^4.0.2"
}
}