-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.27 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
77
78
79
80
81
82
{
"name": "PokerPlanning",
"version": "0.0.1",
"description": "Yet another PokerPlanning",
"scripts": {
"start": "babel-node server.js",
"build": "rimraf dist && NODE_ENV=production webpack --config ./webpack.production.config.js --progress --profile --colors",
"lint": "eslint src; exit 0",
"clean": "rimraf dist"
},
"repository": {
"type": "git",
"url": "https://github.com/gussi77/PokerPlanning.git"
},
"keywords": [
"react",
"reactjs",
"redux",
"reduxjs",
"react-router",
"bootstrap",
"webpack",
"flux",
"jwt",
"autho0",
"dashboard",
"boilerplate"
],
"author": "Yunjun Mu <yunjun.mu@gmail.com> (http://github.com/cloudmu)",
"license": "MIT",
"bugs": {
"url": "https://github.com/cloudmu/react-redux-starter-kit/issues"
},
"homepage": "https://github.com/cloudmu/react-redux-starter-kit",
"dependencies": {
"body-parser": "^1.14.1",
"classnames": "^2.2.0",
"express": "^4.13.3",
"fixed-data-table": "^0.6.0",
"history": "1.17.0",
"isomorphic-fetch": "^2.1.1",
"jsonwebtoken": "^5.5.4",
"jwt-decode": "^1.5.1",
"lodash": "^3.10.1",
"material-ui": "^0.14.4",
"react": "^0.14.3",
"react-dom": "^0.14.3",
"react-redux": "^4.0.1",
"react-router": "^1.0.3",
"react-tap-event-plugin": "^0.2.2",
"redux": "^3.0.5",
"redux-logger": "^2.3.1",
"redux-thunk": "^1.0.2"
},
"devDependencies": {
"babel-cli": "^6.4.0",
"babel-core": "^6.3.26",
"babel-eslint": "^5.0.0-beta6",
"babel-loader": "^6.2.0",
"babel-polyfill": "^6.3.14",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-plugin-transform-runtime": "^6.3.13",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-react-hmre": "^1.0.1",
"babel-preset-stage-0": "^6.3.13",
"babel-register": "^6.3.13",
"babel-runtime": "^6.3.19",
"style-loader": "^0.13.0",
"raw-loader": "^0.5.1",
"file-loader": "^0.8.4",
"url-loader": "^0.5.6",
"rimraf": "^2.4.3",
"webpack": "^1.12.9",
"webpack-dev-middleware": "^1.4.0",
"webpack-hot-middleware": "^2.6.0",
"stats-webpack-plugin": "^0.2.2",
"eslint": "^1.10.3",
"eslint-config-airbnb": "2.1.1",
"eslint-plugin-react": "^3.13.1"
}
}