-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
43 lines (43 loc) · 1.18 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": "adonde.kr",
"version": "1.0.0",
"description": "comprehensive travel search engine, adonde.kr",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon -r dotenv/config server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/forrestpark/adonde.kr.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/forrestpark/adonde.kr/issues"
},
"homepage": "https://github.com/forrestpark/adonde.kr#readme",
"dependencies": {
"axios": "^0.21.1",
"connect-session-sequelize": "^7.1.1",
"cookie-session": "^1.4.0",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-session": "^1.17.2",
"nodemon": "^2.0.12",
"passport": "^0.4.1",
"passport-facebook": "^3.0.0",
"passport-google-oauth2": "^0.2.0",
"passport-google-oauth20": "^2.0.0",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.4",
"pg": "^8.6.0",
"pg-hstore": "^2.3.4",
"qs": "^6.11.0",
"sequelize": "^6.6.5",
"sequelize-cli": "^6.2.0",
"v-google-translate": "^0.1.10",
"vue-google-translate": "0.0.10"
}
}