-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
59 lines (59 loc) · 1.65 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
{
"name": "merry_money",
"private": true,
"dependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@fortawesome/fontawesome-svg-core": "^1.2.20",
"@fortawesome/free-brands-svg-icons": "^5.10.0",
"@fortawesome/free-regular-svg-icons": "^5.10.0",
"@fortawesome/free-solid-svg-icons": "^5.10.0",
"@fortawesome/react-fontawesome": "^0.1.4",
"babel-loader": "^8.0.6",
"bootstrap": "^4.3.1",
"font-awesome": "^4.7.0",
"jquery": "^1.9.1",
"newsapi": "^2.4.0",
"react": "^16.8.6",
"react-bootstrap": "^1.0.0-beta.10",
"react-dom": "^16.8.6",
"react-number-format": "^4.0.8",
"react-odometerjs": "^2.1.1",
"react-redux": "^7.1.0",
"react-router-dom": "^5.0.1",
"recharts": "^1.6.2",
"redux": "^4.0.4",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"webpack": "^4.38.0",
"webpack-cli": "^3.3.6"
},
"description": "This README would normally document whatever steps are necessary to get the application up and running.",
"version": "1.0.0",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack --watch --mode development",
"postinstall": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ebaek/MerryMoney.git"
},
"engines": {
"node": "10.13.0",
"npm": "6.4.1"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ebaek/MerryMoney/issues"
},
"homepage": "https://github.com/ebaek/MerryMoney#readme"
}