-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.32 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": "hand_bank",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node_modules/.bin/webpack-dev-server",
"prod": "./node_modules/webpack/bin/webpack.js --progress && node src/server/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bogdanned/hand_bank.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bogdanned/hand_bank/issues"
},
"homepage": "https://github.com/bogdanned/hand_bank#readme",
"dependencies": {
"assets-webpack-plugin": "^3.5.1",
"babel-cli": "^6.26.0",
"babel-eslint": "^6.1.2",
"babel-loader": "^7.1.2",
"babel-plugin-styled-components": "^1.1.7",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2017": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-types": "^6.26.0",
"base-64": "^0.1.0",
"body-parser": "^1.17.2",
"compression-webpack-plugin": "^1.0.0",
"css-loader": "^0.28.7",
"eslint": "^3.19.0",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-react": "^6.9.0",
"express": "^4.16.2",
"express-reloadable": "^2.0.2",
"firebase": "^4.6.2",
"firebase-admin": "^5.5.1",
"history": "^4.7.2",
"html-webpack-plugin": "^2.30.1",
"js2xmlparser": "^3.0.0",
"lodash": "^4.17.4",
"node-fetch": "^1.7.3",
"react": "^16.1.1",
"react-dom": "^16.1.1",
"react-fontawesome": "^1.6.1",
"react-hot-loader": "^3.1.3",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-transition-group": "^2.2.1",
"recharts": "^1.0.0-beta.2",
"recompose": "^0.26.0",
"redux": "^3.7.2",
"redux-devtools-extension": "^2.13.2",
"redux-first-router": "0.0.16-next",
"redux-form": "^7.1.2",
"semantic-ui-react": "^0.76.0",
"styled-components": "^2.1.2",
"uglifyjs-webpack-plugin": "^1.1.0",
"webpack": "2.6.1",
"webpack-dev-server": "^2.7.1",
"xml2js": "^0.4.19",
"xml2json": "^0.11.0",
"file-loader": "^1.1.5",
"url-loader": "^0.6.2",
"style-loader": "^0.19.0"
}
}