-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.29 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
{
"name": "cartosvg",
"version": "1.0.0",
"description": "Design gorgeous SVG map easily ",
"main": "index.js",
"start": "sirv public -s",
"scripts": {
"dev": "npx webpack --mode=development --watch ",
"build": "npx webpack --mode=production",
"start": "webpack serve --open --no-client-overlay"
},
"author": "Quentin Pinçon",
"license": "ISC",
"devDependencies": {
"html-webpack-plugin": "^5.5.0",
"sass": "^1.53.0",
"svelte": "^3.49.0",
"svelte-loader": "^3.1.3",
"svelte-preprocess": "^5.0.0",
"svelte-preprocess-sass": "^2.0.1",
"webpack": "^5.73.0",
"webpack-cli": "^5.0.1"
},
"dependencies": {
"@popperjs/core": "^2.11.6",
"bootstrap": "^5.2.0",
"css-loader": "^6.7.1",
"d3": "^7.6.1",
"d3-geo-projection": "^4.0.0",
"fit-curve": "^0.2.0",
"inline-style-editor": "^1.3.7",
"lodash-es": "^4.17.21",
"node-polyfill-webpack-plugin": "^2.0.1",
"parse-svg-path": "^0.1.2",
"sass-loader": "^13.0.2",
"save-svg-as-png": "^1.4.17",
"style-loader": "^3.3.1",
"svelte-router-spa": "^6.0.3",
"svgo": "^3.0.2",
"svgo-loader": "^3.0.1",
"terser": "^5.16.2",
"text-to-svg": "^3.1.5",
"topojson-client": "^3.1.0",
"topojson-simplify": "^3.0.3",
"vanilla-picker": "^2.12.1"
}
}