-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.38 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
{
"name": "Art-Sphere-Inc",
"version": "1.0.0",
"main": "index.ts",
"repository": "[email protected]:hack4impact-upenn/Art-Sphere-Inc.git",
"author": "joshchen984 <[email protected]>",
"license": "MIT",
"scripts": {
"dev": "nodemon index.ts",
"start": "node index.ts"
},
"dependencies": {
"@prisma/client": "^5.11.0",
"@types/bcrypt": "^5.0.2",
"@types/express-session": "^1.18.0",
"@types/passport": "^1.0.16",
"@types/passport-local": "^1.0.38",
"bcrypt": "^5.1.1",
"express": "^4.18.3",
"express-session": "^1.18.0",
"express-validator": "^7.0.1",
"passport": "^0.7.0",
"passport-local": "^1.0.0"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/node": "^20.11.30",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.0",
"eslint-plugin-react-hooks": "^4.6.0",
"nodemon": "^3.1.0",
"prettier": "^3.2.5",
"prisma": "^5.11.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.2"
},
"packageManager": "[email protected]"
}