-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
71 lines (71 loc) · 2.06 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "fastly",
"version": "1.0.0",
"description": "A Chat application with registration and login system built using Express, NextJS (React), PostgreSQL, TypeScript, SCSS, WebSockets and Passport.",
"scripts": {
"start": "NODE_ENV=production node ./build/app.js",
"dev": "ts-node --project tsconfig.server.json app.ts",
"build": "next build && tsc --project tsconfig.server.json"
},
"keywords": [],
"author": "20manas",
"license": "ISC",
"devDependencies": {
"@tsconfig/node12": "^1.0.7",
"@types/express": "^4.17.8",
"@types/express-session": "^1.17.0",
"@types/express-ws": "^3.0.0",
"@types/node": "^14.14.2",
"@types/passport": "^1.0.4",
"@types/pg": "^7.14.5",
"@types/react": "^16.9.53",
"@types/react-dom": "^16.9.8",
"@types/ws": "^7.2.7",
"@typescript-eslint/eslint-plugin": "^4.5.0",
"@typescript-eslint/parser": "^4.5.0",
"eslint": "^7.12.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^6.14.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.5",
"nodemon": "^2.0.6",
"prettier": "^2.1.2",
"ts-node": "^9.0.0",
"typescript": "^4.0.3"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"bufferutil": "^4.0.1",
"connect-redis": "^5.0.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"express-validator": "^6.6.1",
"express-ws": "^4.0.0",
"helmet": "^4.1.1",
"next": "^9.5.5",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"pg": "^8.4.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"redis": "^3.0.2",
"sass": "^1.29.0",
"swr": "^0.3.6",
"utf-8-validate": "^5.0.2",
"ws": "^7.3.1"
},
"optionalDependencies": {
"bufferutil": "^4.0.1",
"utf-8-validate": "^5.0.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/20manas/Fastly.git"
},
"bugs": {
"url": "https://github.com/20manas/Fastly/issues"
},
"homepage": "https://github.com/20manas/Fastly#readme"
}