-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.82 KB
/
Copy pathpackage.json
File metadata and controls
67 lines (67 loc) · 1.82 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "gitux",
"version": "1.0.0",
"description": "A github api by react + react router + redux + material ui",
"main": "index.js",
"scripts": {
"webpack": "webpack",
"start": "nodemon --exec babel-node src/server/index.js --ignore src/server/public/",
"dev": "webpack -wd",
"prod": "webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/2rajpx/gitux.git"
},
"keywords": [
"react",
"react router",
"redux",
"material ui",
"github api"
],
"author": "Tooraj Khatibi",
"license": "MIT",
"bugs": {
"url": "https://github.com/2rajpx/gitux/issues"
},
"homepage": "https://github.com/2rajpx/gitux#readme",
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.18.2",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.8",
"babel-plugin-transform-class-properties": "^6.19.0",
"babel-plugin-transform-object-rest-spread": "^6.19.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-2": "^6.18.0",
"babel-root-import": "^4.1.5",
"eslint": "^3.12.2",
"eslint-plugin-react": "^6.8.0",
"nodemon": "^1.11.0",
"react-hot-loader": "^1.3.1",
"webpack": "^1.13.3",
"webpack-dev-server": "^1.16.2"
},
"dependencies": {
"axios": "^0.15.3",
"body-parser": "^1.15.2",
"ejs": "^2.5.3",
"es6-promise": "^4.0.5",
"express": "^4.14.0",
"history": "^4.5.0",
"immutable": "^3.8.1",
"material-ui": "^0.16.6",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-redux": "^4.4.6",
"react-router": "^3.0.0",
"react-router-redux": "^4.0.7",
"react-tap-event-plugin": "^2.0.1",
"redux": "^3.6.0",
"redux-form": "^6.4.3",
"redux-thunk": "^2.2.0"
}
}