forked from plannerstack/PTDS.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.64 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": "PTDS.js",
"version": "0.0.1",
"description": "Public Transport Decision Support D3.js Frontend",
"main": "src/js/app.js",
"scripts": {
"start": "webpack-dev-server --hot --inline --progress",
"build": "webpack -p --config webpack.config.js --hide-modules"
},
"repository": {
"type": "git",
"url": "git+https://github.com/plannerstack/PTDS.js.git"
},
"keywords": [
"d3js"
],
"author": "Plannerstack B.V.",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"clean-webpack-plugin": "^1.0.1",
"css-loader": "^0.28.9",
"eslint": "^5.15.1",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-loader": "^2.1.2",
"eslint-plugin-import": "^2.16.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3",
"imports-loader": "^0.8.0",
"node-sass": "^4.14.1",
"sass-loader": "^10.0.3",
"style-loader": "^0.20.1",
"webpack": "^4.0.0",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.1.11"
},
"dependencies": {
"@ctrlmaniac/simpler-sidebar": "^2.4.1",
"d3-array": "^1.2.1",
"d3-axis": "^1.0.8",
"d3-brush": "^1.0.4",
"d3-queue": "^3.0.7",
"d3-request": "^1.0.6",
"d3-scale": "^2.0.0",
"d3-selection": "^1.3.0",
"d3-shape": "^1.2.0",
"d3-time": "^1.0.8",
"d3-time-format": "^2.1.1",
"d3-timer": "^1.0.9",
"d3-zoom": "^1.7.1",
"dat.gui": "^0.7.0",
"jquery": "^3.3.1",
"lodash": "^4.17.5",
"loglevel": "^1.6.1"
}
}