-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.67 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
{
"name": "nuke",
"version": "1.0.0",
"description": "Visualisation project for FHNW",
"main": "src/index.js",
"license": "MIT",
"scripts": {
"build": "webpack --mode production --env.production",
"serve": "webpack-dev-server --progress --mode development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bierik/nuke.git"
},
"author": "Kevin Bieri, Robin Christen",
"bugs": {
"url": "https://github.com/bierik/nuke/issues"
},
"homepage": "https://github.com/bierik/nuke#readme",
"engines": {
"node": "6.14.1",
"npm": "3.10.10"
},
"dependencies": {
"d3": "^5.0.0",
"flexboxgrid-sass": "^8.0.5",
"lodash": "^4.17.5",
"lodash.groupby": "^4.6.0",
"lodash.mapvalues": "^4.6.0",
"lodash.throttle": "^4.1.1",
"map-range": "^0.1.2",
"mapbox-gl": "^0.44.2",
"normalize.css": "^8.0.0",
"sass-flex-mixin": "^1.0.3",
"url-join": "^4.0.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^0.28.11",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-import-resolver-webpack": "^0.8.4",
"eslint-loader": "^2.0.0",
"eslint-plugin-import": "^2.9.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.1.0",
"node-sass": "^4.8.3",
"sass-loader": "^7.0.1",
"style-loader": "^0.21.0",
"webpack": "^4.3.0",
"webpack-cli": "^2.0.13",
"webpack-dev-server": "^3.1.1"
}
}