-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.23 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
{
"name": "data.pour.paris",
"description": "Visualisations de l'open-data parisienne.",
"version": "0.0.1",
"scripts": {
"dev": "sapper dev",
"build": "sapper export",
"start": "serve __sapper__/export",
"cy:run": "cypress run",
"cy:open": "cypress open",
"test": "run-p --race dev cy:run"
},
"dependencies": {
"@turf/turf": "^5.1.6",
"cheap-ruler": "^2.5.1",
"compression": "^1.7.1",
"d3": "^5.9.7",
"lodash": "^4.17.19",
"lodash.chunk": "^4.2.0",
"lodash.debounce": "^4.0.8",
"mapbox-gl": "^1.1.0",
"node-fetch": "^2.6.1",
"polka": "^0.5.0",
"sirv": "^0.4.0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/runtime": "^7.0.0",
"npm-run-all": "^4.1.5",
"random-points-on-polygon": "^0.0.4",
"rollup": "^1.12.0",
"rollup-plugin-babel": "^4.0.2",
"rollup-plugin-commonjs": "^10.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-svelte": "^6.1.1",
"rollup-plugin-terser": "^7.0.2",
"sapper": "^0.27.11",
"svelte": "^3.29.1"
}
}