-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
51 lines (51 loc) · 1.34 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
{
"name": "us",
"version": "1.0.0",
"description": "US",
"main": "index.js",
"scripts": {
"start": "node server/index.js",
"backend": "nodemon server/index.js",
"frontend": "npm run start --prefix client",
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "concurrently \"npm run backend\" \"npm run start --prefix client\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/asd3638/US_server.git"
},
"author": "lee daon",
"license": "ISC",
"bugs": {
"url": "https://github.com/asd3638/US_server/issues"
},
"homepage": "https://github.com/asd3638/US_server#readme",
"dependencies": {
"bcrypt": "^5.0.1",
"concurrently": "^6.4.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-session": "^1.17.2",
"moment": "^2.29.1",
"mongoose": "^6.0.12",
"morgan": "^1.10.0",
"multer": "^1.4.3",
"mysql2": "^2.3.2",
"nunjucks": "^3.2.3",
"passport": "^0.5.0",
"passport-google": "^0.3.0",
"passport-google-oauth": "^2.0.0",
"passport-google-oauth2": "^0.2.0",
"passport-kakao": "^1.0.1",
"passport-local": "^1.0.0",
"pug": "^3.0.2",
"sequelize": "^6.8.0",
"sequelize-cli": "^6.2.0"
},
"devDependencies": {
"nodemon": "^2.0.14"
}
}