-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.4 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
52
{
"name": "tiktok_be",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"engines": {
"node": "16.6.0",
"npm": "8.11.0"
},
"scripts": {
"start": "nodemon --inspect src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kanechan25/tiktok_be.git"
},
"keywords": [
"nodejs",
"tiktok",
"backend",
"expressjs"
],
"author": "kanechan",
"license": "ISC",
"bugs": {
"url": "https://github.com/kanechan25/tiktok_be/issues"
},
"homepage": "https://github.com/kanechan25/tiktok_be#readme",
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"escape-string-regexp": "^5.0.0",
"express": "^4.18.1",
"express-handlebars": "^6.0.6",
"google-auth-library": "^7.11.0",
"jquery": "^3.6.0",
"jsdom": "^19.0.0",
"method-override": "^3.0.0",
"mongoose": "^6.3.1",
"mongoose-delete": "^0.5.4",
"mongoose-sequence": "^5.3.1",
"mongoose-slug-generator": "^1.0.4",
"morgan": "^1.10.0",
"nodemon": "^2.0.19",
"prettier": "^2.7.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-google-login": "^5.2.2",
"scheduler": "^0.20.2"
}
}