-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.65 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.65 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest --watch",
"test:ci": "jest --ci"
},
"dependencies": {
"@next-auth/upstash-redis-adapter": "^3.0.4",
"@tanstack/react-query": "^4.2.3",
"@upstash/redis": "^1.20.0",
"@vercel/analytics": "^1.0.2",
"accept-language": "^3.0.18",
"axios": "^0.27.2",
"focus-trap-react": "^10.0.2",
"fuzzy-search": "^3.2.1",
"html-to-image": "^1.10.4",
"i18next": "^23.4.1",
"i18next-browser-languagedetector": "^7.1.0",
"i18next-resources-to-backend": "^1.1.4",
"jotai": "^2.2.0",
"katex": "^0.16.0",
"next": "^13.4.12",
"next-auth": "^0.0.0-manual.d0952342",
"rc-tree": "^5.7.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.0",
"react-i18next": "^13.0.2",
"styled-components": "^6.0.5",
"zod": "^3.18.0"
},
"devDependencies": {
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "13.2.0",
"@testing-library/user-event": "14.2.0",
"@types/katex": "^0.16.0",
"@types/node": "^17.0.29",
"@types/react": "^18.2.17",
"@types/styled-components": "^5.1.25",
"eslint": "^8.21.0",
"eslint-config-next": "^13.4.12",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-testing-library": "^5.6.0",
"jest": "28.1.0",
"jest-environment-jsdom": "28.1.0",
"prettier": "2.8.4",
"start-server-and-test": "^2.0.0",
"typescript": "^5.1.6",
"typescript-styled-plugin": "^0.18.2"
},
"browser": {
"crypto": false,
"stream": false
}
}