-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
96 lines (96 loc) · 3.05 KB
/
package.json
File metadata and controls
96 lines (96 loc) · 3.05 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "blind_dating__frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"build:next": "next build",
"build:server": "tsc --project tsconfig.server.json",
"build": "cross-env NODE_ENV=production yarn build:server && cross-env NEXT_BUILD=true node dist/server/index.js",
"dev": "npx cross-env NODE_DEBUG=http,http2 node --trace-warnings --loader ts-node/esm --inspect ./server/index.ts",
"dev:q": "node --loader ts-node/esm --inspect ./server/index.ts",
"serve": "cross-env NODE_ENV=production node dist/server/index.js"
},
"dependencies": {
"@alheimsins/b5-50-ipip-neo-pi-r": "^4.0.2",
"@alheimsins/b5-result-text": "^5.0.5",
"@alheimsins/bigfive-calculate-score": "^3.0.3",
"@chakra-ui/icons": "^2.0.11",
"@chakra-ui/react": "^2.3.5",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mdx-js/loader": "^2.1.5",
"@mdx-js/react": "^2.1.5",
"@next/mdx": "^13.0.1",
"@reduxjs/toolkit": "^1.8.6",
"@tanstack/react-query": "^4.14.1",
"@types/nconf": "^0.10.3",
"@types/passport-oauth2-refresh": "^1.1.1",
"@types/socket.io": "^3.0.2",
"agenda": "5.0.0",
"agendash": "https://github.com/PiRifle/agendash.git",
"ansi-to-html": "^0.7.2",
"babel-loader": "^9.0.1",
"body-parser": "^1.20.1",
"chakra-paginator": "^0.7.3",
"chakra-ui-steps": "^1.8.0",
"compression": "^1.7.4",
"connect-mongo": "^4.6.0",
"cross-env": "^7.0.3",
"dotenv": "^16.0.3",
"eris": "^0.17.1",
"express": "^4.18.2",
"express-session": "^1.17.3",
"express-validator": "^6.14.2",
"form-data": "^4.0.0",
"framer-motion": "^7.5.3",
"glob": "^8.0.3",
"jest": "^29.3.1",
"json-stream-stringify": "^3.0.1",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"mongodb": "4.11.0",
"mongoose": "6.6.5",
"mongoose-findorcreate": "^3.0.0",
"mongoose-paginate-v2": "^1.7.1",
"morgan": "^1.10.0",
"nconf": "^0.12.0",
"next": "12.3.1",
"next-redux-wrapper": "^8.0.0",
"node-fetch": "^3.2.10",
"passport": "^0.6.0",
"passport-discord": "^0.1.4",
"passport-oauth2-refresh": "^2.1.0",
"prompt-sync": "^4.2.0",
"react": "18.2.0",
"react-charts": "^3.0.0-beta.50",
"react-countdown": "^2.3.2",
"react-dom": "18.2.0",
"react-icons": "^4.6.0",
"react-redux": "^8.0.4",
"readable-stream": "^4.2.0",
"redis": "^4.3.1",
"seedrandom": "^3.0.5",
"socket.io": "^4.5.3",
"socket.io-client": "^4.5.3",
"ts-jest": "^29.0.3",
"web-push": "^3.5.0",
"winston": "^3.8.2",
"winston-mongodb": "^5.1.1",
"zod": "^3.19.1"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/register": "^7.18.9",
"@types/express-session": "^1.17.5",
"@types/jest": "^29.2.3",
"@types/node": "18.8.3",
"@types/passport-discord": "^0.1.6",
"@types/react": "18.0.21",
"@types/react-color": "^3.0.6",
"@types/react-dom": "18.0.6",
"eslint": "^8.26.0",
"eslint-config-next": "12.3.1",
"ts-node": "^10.9.1",
"typescript": "4.8.4"
}
}