-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.24 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.24 KB
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
{
"name": "gitmap-frontend",
"version": "1.0.0",
"description": "Gitmap frontend project",
"main": "index.js",
"scripts": {
"prestart": "npm install",
"start": "node ./node_modules/webpack-dev-server/bin/webpack-dev-server --host 0.0.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coding-jam/gitmap-frontend.git"
},
"keywords": [
"gitmap"
],
"author": "gitmap team",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/coding-jam/gitmap-frontend/issues"
},
"homepage": "https://github.com/coding-jam/gitmap-frontend#readme",
"devDependencies": {
"babel-loader": "6.2.1",
"babel-plugin-transform-runtime": "6.8.0",
"babel-preset-es2015": "6.3.13",
"babel-preset-react": "6.3.13",
"babel-preset-stage-0": "6.3.13",
"babel-root-import": "3.2.2",
"react-hot-loader": "1.3.0",
"url-loader": "0.5.7",
"webpack": "1.12.11",
"webpack-dev-server": "1.14.1"
},
"dependencies": {
"axios": "0.11.0",
"lodash": "4.11.1",
"material-ui": "0.15.0",
"react": "15.0.2",
"react-dom": "15.0.2",
"react-tap-event-plugin": "1.0.0",
"react-redux": "4.4.5",
"redux": "3.4.0",
"redux-logger": "2.6.1",
"redux-saga": "0.10.2"
}
}