-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
38 lines (38 loc) · 1.08 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
{
"name": "xyz_space_invader",
"version": "1.0.0",
"description": "XYZ space and tag visualization and exploration tool",
"main": "index.html",
"scripts": {
"start": "run-p watch serve",
"watch": "rollup -c --watch",
"build": "rollup -c",
"serve": "http-server -p 8001 --cors -c-1"
},
"dependencies": {
"file-saver": "^2.0.2",
"http-server": "^0.11.1",
"js-yaml": "^3.13.1",
"leaflet": "^1.5.1",
"leaflet-hash": "^0.2.1",
"lodash": "^4.17.15",
"npm-run-all": "^4.1.5",
"rollup": "^1.12.3",
"rollup-plugin-commonjs": "^10.0.0",
"rollup-plugin-node-resolve": "^5.0.0",
"rollup-plugin-postcss": "^2.0.3",
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-svelte": "^5.0.3",
"svelte": "^2.16.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/burritojustice/xyz_space_invader.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/burritojustice/xyz_space_invader/issues"
},
"homepage": "https://github.com/burritojustice/xyz_space_invader#readme"
}