-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.47 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.47 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
46
47
48
49
50
51
52
53
{
"name": "caveview",
"version": "2.9.0",
"description": "3D Cave Survey Viewer",
"scripts": {
"dev": "concurrently --names \"ROLLUP,HTTP\" -c \"bgBlue.bold,bgGreen.bold\" \"rollup -c -w \" \"serve -L -l 8080 build \"",
"build": "rollup -c",
"graph": "rollup -c rollup.graph.mjs | dot -Tpdf > graph.pdf",
"build-babel": "rollup -c rollup-babel.config.mjs",
"lint": "eslint src",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aardgoose/CaveView.js.git"
},
"keywords": [
"cave",
"survey",
"3d",
"compass",
"webgl",
"browser",
"survex",
"therion"
],
"author": "aardgoose",
"license": "MIT",
"bugs": {
"url": "https://github.com/aardgoose/CaveView.js/issues"
},
"homepage": "https://github.com/aardgoose/CaveView.js#readme",
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.29.0",
"@babel/preset-env": "^7.29.0",
"@rollup/plugin-babel": "^7.0.0",
"@rollup/plugin-commonjs": "^29.0.0",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-terser": "^1.0.0",
"@rollup/pluginutils": "^5.3.0",
"concurrently": "^9.0.0",
"eslint": "^10.0.0",
"postcss": "^8.4.00",
"proj4": "^2.20.0",
"rollup": "^4.9.0",
"rollup-plugin-graph": "^2.0.0",
"serve": "^14.2.0",
"terser": "^5.37.0",
"three": "^0.183.0",
"x18n": "^2.0.3"
}
}