-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.06 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
{
"name": "wetube",
"version": "1.0.0",
"scripts": {
"dev:server": "nodemon",
"dev:assets": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/seobinbang7/wetube-reloaded.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/seobinbang7/wetube-reloaded/issues"
},
"homepage": "https://github.com/seobinbang7/wetube-reloaded#readme",
"dependencies": {
"bcrypt": "^5.0.1",
"connect-mongo": "^4.6.0",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-session": "^1.17.2",
"mongoose": "^6.0.9",
"morgan": "^1.10.0",
"multer": "^1.4.4",
"node-fetch": "^2.6.1",
"pug": "^3.0.2"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/node": "^7.15.4",
"@babel/preset-env": "^7.15.4",
"babel-loader": "^8.2.3",
"css-loader": "^6.5.1",
"mini-css-extract-plugin": "^2.4.6",
"nodemon": "^2.0.12",
"sass": "^1.47.0",
"sass-loader": "^12.4.0",
"style-loader": "^3.3.1",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1"
}
}