-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.08 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
{
"name": "daat-hamakom",
"version": "0.0.2",
"description": "Da'at Hamakom Maps",
"main": "index.js",
"scripts": {
"start": "babel-node server.js",
"dist": "webpack --config ./webpack.config.js --colors",
"postinstall": "npm run dist",
"lint": "./node_modules/eslint/bin/eslint.js src",
"repl": "babel-node"
},
"engines": {
"node": "5.x"
},
"dependencies": {
"babel-cli": "^6.3.17",
"babel-core": "^6.2.1",
"babel-loader": "^6.2.0",
"babel-polyfill": "^6.3.14",
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.1.18",
"babel-preset-stage-0": "^6.3.13",
"browserify": "^12.0.1",
"compression": "^1.6.0",
"css-loader": "^0.23.0",
"d3": "^3.5.12",
"es6-promise": "^3.0.2",
"exports-loader": "^0.6.2",
"express": "^4.13.3",
"history": "^1.13.1",
"imports-loader": "^0.6.5",
"mapbox-gl": "^0.20.0",
"moment": "^2.11.1",
"node-bourbon": "^4.2.3",
"node-sass": "^3.4.2",
"react": "^0.14.8",
"react-bootstrap": "^0.30.8",
"react-cookie": "^0.4.8",
"react-dom": "^0.14.8",
"react-dotdotdot": "^1.0.17",
"react-faux-dom": "^2.1.1",
"react-onclickoutside": "^6.4.0",
"react-redux": "^4.0.6",
"react-router": "^2.6.0",
"react-select": "^1.0.0-beta13",
"redux": "^3.0.5",
"redux-logger": "^2.3.2",
"redux-thunk": "^1.0.3",
"respinner": "^2.2.1",
"sass-loader": "^3.1.2",
"script-loader": "^0.6.1",
"style-loader": "^0.13.0",
"webpack": "^1.12.9",
"whatwg-fetch": "^0.10.1"
},
"devDependencies": {
"babel-eslint": "^4.1.6",
"eslint": "^1.10.3",
"eslint-config-standard": "^4.4.0",
"eslint-plugin-babel": "^3.0.0",
"eslint-plugin-react": "^3.11.3",
"eslint-plugin-standard": "^1.3.1",
"webpack-dev-server": "^1.14.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/daat-hamakom/maps.git"
},
"author": "Yuval Adam",
"license": "ISC",
"bugs": {
"url": "https://github.com/daat-hamakom/maps/issues"
},
"homepage": "https://github.com/daat-hamakom/maps#readme"
}