-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.18 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.18 KB
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
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^1.4.0",
"body-parser": "^1.20.2",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"eslint-config-react-app": "^7.0.1",
"express": "^4.18.2",
"express-session": "^1.17.3",
"lodash": "^4.17.21",
"mongoose": "^7.1.0",
"mongoose-findorcreate": "^4.0.0",
"openai-node": "^1.0.5",
"passport": "^0.6.0",
"passport-google-oauth20": "^2.0.0",
"passport-local-mongoose": "^8.0.0",
"react": "^18.2.0"
},
"scripts": {
"start": "node app.js",
"build": "echo 'No build step'"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"description": "\"AeroAutoHub: A user-friendly platform for buying and selling pre-owned vehicles, connecting customers with a diverse range of quality second-hand cars from AeroAuto.\"",
"main": "index.js",
"author": "",
"license": "ISC",
"keywords": []
}