-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
53 lines (53 loc) · 1.36 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
{
"name": "Mr.Hood",
"version": "1.0.0",
"description": "This README would normally document whatever steps are necessary to get the application up and running.",
"main": "webpack.config.js",
"directories": {
"lib": "lib",
"test": "test"
},
"engines": {
"node": "8.9.0",
"npm": "5.6.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"webpack": "webpack --mode=development --watch",
"postinstall": "webpack --mode=development"
},
"dependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"halogenium": "^2.2.3",
"jquery": "^3.3.1",
"jquery-ujs": "^1.2.2",
"lodash": "^4.17.10",
"react": "^16.4.1",
"react-addons-css-transition-group": "^15.6.2",
"react-dom": "^16.4.1",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"recharts": "^1.0.1",
"redux": "^4.0.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"webpack": "^4.15.1"
},
"devDependencies": {
"webpack-cli": "^3.0.8"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BR1K/Mr.Hood.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/BR1K/Mr.Hood/issues"
},
"homepage": "https://github.com/BR1K/Mr.Hood#readme"
}