forked from K-OProject/GreenField
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.52 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.52 KB
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
{
"name": "greenfield",
"version": "1.0.0",
"description": "greenfield project for RBK",
"main": "index.js",
"scripts": {
"start": "nodemon server/index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ahmedkortas/GreenField.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ahmedkortas/GreenField/issues"
},
"homepage": "https://github.com/ahmedkortas/GreenField#readme",
"dependencies": {
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.12.1",
"@material-ui/core": "^4.11.0",
"axios": "^0.20.0",
"babel": "^6.23.0",
"babel-loader": "^8.1.0",
"body-parser": "^1.19.0",
"bootstrap": "^4.5.2",
"cors": "^2.8.5",
"express": "^4.17.1",
"jquery": "^3.5.1",
"mongoose": "^5.10.9",
"mongoose-unique-validator": "^2.0.3",
"nodemailer": "^6.4.14",
"nodemailer-smtp-transport": "^2.7.4",
"nodemon": "^2.0.5",
"react": "^16.13.1",
"react-bootstrap": "^1.3.0",
"react-dom": "^16.13.1",
"react-slideshow-image": "^3.3.0",
"sass-loader": "^10.0.4",
"underscore": "^1.8.3",
"webpack": "^5.2.0",
"webpack-cli": "^4.1.0"
},
"devDependencies": {
"babel-core": "^6.23.1",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"css-loader": "^5.0.0",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^5.0.0"
}
}