-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 loc) · 1.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
{
"name": "sap-moh",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "babel-node index.js --presets es2015,stage-0",
"start": " babel-node index.js --presets es2015,stage-0"
},
"author": "",
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-eslint": "^7.2.3",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.11.3",
"babel-preset-stage-0": "^6.5.0",
"babel-preset-ui5": "^6.1.0",
"css-loader": "^0.23.1",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^5.0.1",
"eslint-plugin-react": "^7.0.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.11.1",
"leaflet": "^0.7.7",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"style-loader": "^0.13.1",
"ui5-loader": "^1.0.6",
"url-loader": "^0.5.8",
"webpack": "^1.13.1",
"webpack-dev-middleware": "^1.6.1"
},
"dependencies": {
"babyparse": "^0.4.6",
"config": "^1.26.1",
"cross-env": "^5.0.0",
"d3-random": "^1.1.0",
"express": "^4.14.0",
"geolib": "^2.0.22",
"lodash": "^4.17.4",
"mathjs": "^3.12.3",
"moment": "^2.18.1",
"node-csv": "^0.1.2"
},
"license": "ISC"
}