-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.52 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
42
43
44
45
46
47
48
49
50
{
"name": "od-map-prototype",
"homepage": "http://onsvisual.github.io/od-map-prototype",
"version": "0.1.0",
"scripts": {
"dev": "vite dev",
"build": "vite build && node ./scripts/js-fix",
"build:preview": "cross-env APP_ENV=preview vite build",
"package": "vite package",
"preview": "vite preview",
"deploy": "gh-pages -d build -t true",
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. .",
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. ."
},
"author": "Ahmad Barclay",
"license": "MIT",
"devDependencies": {
"@mapbox/tilebelt": "^1.0.2",
"@mapbox/vector-tile": "^1.3.1",
"@onsvisual/robo-utils": "^0.2.15",
"@onsvisual/svelte-charts": "^0.2.11",
"@onsvisual/svelte-components": "^0.1.10",
"@onsvisual/svelte-maps": "^1.2.17",
"@sveltejs/adapter-static": "^2.0.3",
"@sveltejs/kit": "^1.25.1",
"@turf/boolean-point-in-polygon": "^6.5.0",
"ckmeans": "^2.1.0",
"compress-csv-to-json": "^0.0.2",
"cross-env": "^7.0.3",
"d3-dsv": "^3.0.1",
"d3-format": "^3.1.0",
"debounce": "^1.2.1",
"gh-pages": "^3.1.0",
"node-html-parser": "^6.1.5",
"parse-color": "^1.0.0",
"pbf": "^3.2.1",
"prettier": "^2.4.1",
"prettier-plugin-svelte": "^2.4.0",
"pug": "^3.0.2",
"regl": "^2.1.0",
"regl-tween": "^1.1.2",
"svelte": "^4.2.1",
"svelte-select": "^4.4.7",
"topojson-client": "^3.1.0"
},
"dependencies": {
"sirv-cli": "^1.0.0"
},
"type": "module"
}