-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.73 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
{
"name": "karte",
"version": "1.0.1",
"description": "Create a printable map",
"main": "webpack.config.js",
"repository": {},
"author": "cernst11 <[email protected]>",
"license": "MIT",
"scripts": {
"build": "webpack --config webpack.prod.js",
"start": "webpack-dev-server --open --config webpack.dev.js",
"watch": "webpack --watch --open --config webpack.dev.js",
"cleanup": "del-cli dist/*"
},
"dependencies": {
"auto-bind": "^1.2.0",
"babel-polyfill": "^6.26.0",
"blueimp-canvas-to-blob": "^3.14.0",
"buffer": "^5.0.7",
"del-cli": "^1.1.0",
"es6-promisify": "^5.0.0",
"fabric": "^2.2.3",
"file-saver": "^1.3.8",
"fontfaceobserver": "^2.0.13",
"html2canvas": "^0.5.0-beta4",
"install": "^0.10.1",
"mapbox": "^1.0.0-beta9",
"mapbox-gl": "^0.43.0",
"npm": "^5.3.0",
"offline-plugin": "^4.9.0",
"web-app-manifest-loader": "^0.1.1",
"worker-loader": "^1.1.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-minify-webpack-plugin": "^0.2.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.0",
"babel-runtime": "^6.26.0",
"clean-webpack-plugin": "^0.1.16",
"css-loader": "^0.28.5",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"file-loader": "^0.11.2",
"html-loader": "^0.5.1",
"html-webpack-plugin": "^2.30.1",
"reload-html-webpack-plugin": "^0.1.2",
"style-loader": "^0.18.2",
"webpack": "^3.6.0",
"webpack-bundle-analyzer": "^2.9.0",
"webpack-dev-server": "^2.7.1",
"webpack-merge": "^4.1.0"
}
}