forked from opendata-stuttgart/feinstaub-map
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.3 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "opendata-feinstaub-api",
"version": "0.6.1",
"private": "true",
"description": "",
"main": "index.js",
"scripts": {
"start": "node build/dev-server.js",
"build": "node build/build.js",
"ghpages": "node build/ghpages.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"autoprefixer-stylus": "^0.11.0",
"axis": "^0.6.1",
"babel-core": "^6.7.6",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.8",
"babel-plugin-transform-runtime": "^6.7.5",
"babel-polyfill": "^6.7.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-0": "^6.5.0",
"babel-preset-stage-3": "^6.17.0",
"babel-runtime": "^6.6.1",
"clean-webpack-plugin": "^0.1.9",
"compression-webpack-plugin": "^0.3.1",
"connect-history-api-fallback": "^1.2.0",
"css-loader": "^0.26.0",
"eslint": "^3.9.0",
"eslint-config-standard": "^6.0.0",
"eslint-friendly-formatter": "^2.0.6",
"eslint-loader": "^1.5.0",
"eslint-plugin-html": "^1.7.0",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.0",
"express": "^4.13.4",
"extract-text-webpack-plugin": "^2.0.0-beta.4",
"file-loader": "^0.9.0",
"fs-extra": "^1.0.0",
"ghpages": "0.0.8",
"html-loader": "^0.4.3",
"html-webpack-plugin": "^2.15.0",
"http-proxy-middleware": "^0.17.1",
"jade": "^1.11.0",
"jade-html-loader": "0.0.3",
"jade-loader": "^0.8.0",
"json-loader": "^0.5.4",
"marked": "^0.3.6",
"nib": "^1.1.0",
"ora": "^0.3.0",
"raw-loader": "^0.5.1",
"rupture": "^0.6.1",
"shelljs": "^0.7.0",
"style-loader": "^0.13.1",
"stylus": "^0.54.2",
"stylus-loader": "^2.0.0",
"svg-url-loader": "^1.1.0",
"url-loader": "^0.5.7",
"vue-hot-reload-api": "^2.0.6",
"vue-html-loader": "^1.2.3",
"vue-loader": "^10.0.0",
"vue-style-loader": "^1.0.0",
"vue-template-compiler": "^2.0.8",
"webpack": "2.1.0-beta.22",
"webpack-dev-middleware": "^1.6.1",
"webpack-hot-middleware": "^2.10.0",
"webpack-merge": "^0.14.1",
"webpack-stream": "^3.2.0"
},
"dependencies": {
"buntpapier": "^0.9.0",
"d3": "^3.5.16",
"d3-hexbin": "^0.2.0",
"d3-tip": "^0.6.7",
"leaflet": "^1.0.0-rc.1",
"lodash": "^4.11.1",
"vue": "^2.1.0",
"whatwg-fetch": "^2.0.1"
}
}