-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.39 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
{
"name": "Budget.me",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"dependencies": {
"axios": "^0.19.1",
"body-parser": "^1.19.0",
"chart.js": "^2.9.3",
"chartist": "^0.11.4",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"mongoose": "^5.8.7",
"react": "^16.12.0",
"react-chartist": "^0.14.2",
"react-dom": "^16.12.0",
"react-modal": "^3.11.1",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2"
},
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@babel/preset-react": "^7.8.3",
"babel-loader": "^8.0.6",
"css-loader": "^3.4.2",
"style-loader": "^1.1.2",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-node-externals": "^1.7.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.config.js --mode=production",
"build:dev": "webpack --config webpack.config.js --mode=development -w",
"start": "node ./server/src/index.js",
"start:dev": "nodemon ./server/src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brycechampaign/Budget.me.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/brycechampaign/Budget.me/issues"
},
"homepage": "https://github.com/brycechampaign/Budget.me#readme"
}