-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
62 lines (62 loc) · 1.79 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
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "chartographer",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"start": "sirv public --no-clear",
"deploy": "gh-pages -d public",
"prepare": "husky install",
"test": "jest test",
"jest-watch": "jest --watch"
},
"engines": {
"node": ">=16"
},
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/preset-env": "^7.16.11",
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-node-resolve": "^11.0.0",
"@rollup/plugin-replace": "^3.0.0",
"@testing-library/svelte": "^3.1.1",
"babel-jest": "^27.5.1",
"gh-pages": "^3.2.3",
"husky": "^8.0.1",
"jest": "^27.5.1",
"prettier": "^2.7.1",
"prettier-plugin-svelte": "^2.7.0",
"pretty-quick": "^3.1.3",
"rollup": "^2.3.4",
"rollup-plugin-livereload": "^2.0.0",
"rollup-plugin-styles": "^4.0.0",
"rollup-plugin-svelte": "^7.0.0",
"rollup-plugin-terser": "^7.0.0",
"rollup-plugin-web-worker-loader": "^1.6.1",
"svelte": "^3.0.0",
"svelte-jester": "^2.3.2",
"svelte-loading-spinners": "^0.1.7"
},
"dependencies": {
"@fortawesome/free-solid-svg-icons": "^6.0.0",
"@mapbox/mapbox-gl-style-spec": "^13.23.1",
"@maplibre/maplibre-gl-style-spec": "^16.0.0",
"cartesian": "^1.0.1",
"color": "^4.2.3",
"computed-style-to-inline-style": "^3.0.0",
"d3": "^7.1.1",
"file-saver": "^2.0.5",
"html2canvas": "^1.4.1",
"lodash.isequal": "^4.5.0",
"lodash.merge": "^4.6.2",
"lodash.mergewith": "^4.6.2",
"lodash.throttle": "^4.1.1",
"mapbox-expression": "^0.0.3",
"mapbox-gl": "^1.13.2",
"mapbox-gl-style-recurse": "github:stamen/mapbox-gl-style-recurse",
"maplibre-gl": "^2.4.0",
"sirv-cli": "^1.0.0",
"svelte-fa": "^2.4.0"
}
}