-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.14 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
{
"name": "map",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"css": "postcss styles/browser.css -d dist",
"build": "webpack",
"prepare-images": "optisize --src=images --width=450",
"prepare-deploy": "yarn css && node prepare-deploy.js",
"deploy": "node prepare-deploy.js && node deploy-github.js"
},
"dependencies": {
"@babel/core": "^7.5.4",
"@babel/plugin-transform-runtime": "^7.5.0",
"@babel/preset-env": "^7.5.4",
"@babel/runtime": "^7.5.4",
"@three11/optisize": "^1.0.0",
"autoprefixer": "^9.6.0",
"babel-loader": "^8.0.6",
"babel-preset-hyperdom": "^2.0.0",
"cssnano": "^4.1.10",
"csv-parser": "^2.3.0",
"fs-extra": "^8.1.0",
"gh-pages": "^2.0.1",
"httpism": "^3.23.0",
"hyperdom": "^2.0.0",
"leaflet": "^1.5.1",
"leaflet-gesture-handling": "^1.1.8",
"leaflet.markercluster": "^1.4.1",
"lowscore": "^1.17.0",
"postcss-cli": "^6.1.2",
"postcss-custom-media": "^7.0.8",
"postcss-import": "^12.0.1",
"postcss-simple-vars": "^5.0.2",
"serve": "^11.0.2",
"webpack": "^4.35.2",
"webpack-cli": "^3.3.5"
}
}