-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
54 lines (54 loc) · 1.54 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
{
"name": "project-greenfield",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon server/index.js",
"build-dev": "webpack -d --mode development -w",
"react-dev": "webpack -d --watch",
"clean": "rm dist/bundle.js",
"build-prod": "webpack -p --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Team-Pulsar/project-greenfield.git"
},
"keywords": [],
"author": "David Haines, James Prytherch, Cesar Roman",
"license": "ISC",
"bugs": {
"url": "https://github.com/Team-Pulsar/project-greenfield/issues"
},
"homepage": "https://github.com/Team-Pulsar/project-greenfield#readme",
"dependencies": {
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"bootstrap": "^4.5.0",
"express": "^4.17.1",
"react": "^16.13.1",
"react-bootstrap": "^1.0.1",
"react-bootstrap-icons": "^1.0.3-alpha5",
"react-dom": "^16.13.1",
"react-ratings-declarative": "^3.4.1",
"react-redux": "^7.2.0",
"react-router-dom": "^5.2.0",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"webpack-bundle-analyzer": "^3.8.0"
},
"devDependencies": {
"@babel/core": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"babel-loader": "^8.1.0",
"babel-preset-airbnb": "^5.0.0",
"compression-webpack-plugin": "^4.0.0",
"css-loader": "^3.6.0",
"jest": "^26.1.0",
"morgan": "^1.10.0",
"style-loader": "^1.2.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12"
}
}