-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 938 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 938 Bytes
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
{
"name": "my-express-app",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon ./bin/www",
"migrate": "node model/database.js"
},
"dependencies": {
"@react-oauth/google": "^0.12.1",
"@vitejs/plugin-react": "^4.2.1",
"aws-sdk": "^2.1471.0",
"bcrypt": "^5.1.1",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-session": "^1.17.3",
"jsonwebtoken": "^9.0.2",
"jwt-decode": "^4.0.0",
"mock-aws-s3": "^4.0.2",
"morgan": "~1.9.1",
"mysql": "^2.18.1",
"nock": "^13.3.3",
"nodemon": "^3.0.1",
"react-google-login": "^5.2.2"
},
"description": "<a name=\"readme-top\"></a>",
"main": "app.js",
"devDependencies": {
"autoprefixer": "^10.4.16",
"postcss": "^8.4.33",
"tailwindcss": "^3.4.1",
"vite": "^5.4.7"
},
"author": "",
"license": "ISC"
}