-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 874 Bytes
/
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
{
"name": "aula17",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "nodemon server.js --ignore public --ignore frontend",
"dev": "webpack -w"
},
"license": "MIT",
"dependencies": {
"bcryptjs": "^2.4.3",
"connect-flash": "^0.1.1",
"connect-mongo": "^4.6.0",
"core-js": "^3.17.3",
"css-loader": "^6.2.0",
"csurf": "^1.11.0",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-session": "^1.17.2",
"helmet": "^4.6.0",
"mongoose": "^6.0.6",
"regenerator-runtime": "^0.13.9",
"style-loader": "^3.2.1",
"validator": "^13.6.0"
},
"devDependencies": {
"@babel/cli": "^7.15.4",
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"babel-loader": "^8.2.2",
"nodemon": "^2.0.12",
"webpack": "^5.53.0",
"webpack-cli": "^4.8.0"
}
}