forked from ONSvisual/robo-scrolly
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.4 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
{
"name": "@onsvisual/robo-embed",
"homepage": "http://onsvisual.github.io/robo-embed",
"version": "0.3.2",
"scripts": {
"dev": "vite dev",
"build": "vite build && node ./scripts/js-fix",
"build:preview": "cross-env APP_ENV=preview vite build",
"build:data": "node ./scripts/build-data",
"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": {
"@onsvisual/robo-utils": "^0.3.3",
"@onsvisual/svelte-charts": "^0.3.19",
"@onsvisual/svelte-components": "^0.1.79",
"@sveltejs/adapter-static": "^2.0.2",
"@sveltejs/kit": "^1.30.4",
"cross-env": "^7.0.3",
"d3-dsv": "latest",
"d3-format": "^3.1.0",
"gh-pages": "^6.2.0",
"html2canvas": "^1.4.1",
"node-html-parser": "^6.1.5",
"parse-color": "^1.0.0",
"prettier": "^2.4.1",
"prettier-plugin-svelte": "^2.4.0",
"pug": "^3.0.2",
"simple-statistics": "^7.8.3",
"svelte": "^4.2.2",
"svelte-select": "^4.4.7",
"topojson-client": "^3.1.0",
"vite": "^4.3.3"
},
"dependencies": {
"@onsvisual/svelte-maps": "^1.2.19",
"@turf/bbox": "^6.5.0",
"sirv-cli": "^1.0.0"
},
"type": "module"
}