-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.83 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
{
"name": "EduQuest",
"version": "0.1.0",
"private": true,
"types": "./src/types/index.d.ts",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"codegen": "graphql-codegen --watch --config codegen.ts"
},
"dependencies": {
"@apollo/client": "^3.9.7",
"@auth/core": "^0.31.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@nextui-org/react": "^2.4.2",
"@parcel/watcher": "^2.4.1",
"@tremor/react": "^3.16.1",
"@types/node": "20.4.8",
"@types/react": "18.2.18",
"@types/react-dom": "18.2.7",
"@types/uuid": "^10.0.0",
"apollo-cache-persist": "^0.1.1",
"apollo3-cache-persist": "^0.15.0",
"autoprefixer": "10.4.14",
"chart.js": "^4.3.3",
"cookies-next": "^4.2.1",
"dom-to-image": "^2.6.0",
"dom-to-pdf": "^0.3.2",
"eslint": "8.46.0",
"eslint-config-next": "13.4.12",
"framer-motion": "^10.18.0",
"graphql": "^16.8.1",
"immer": "^10.1.1",
"jwt-decode": "^4.0.0",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"next": "^14.2.3",
"next-auth": "^5.0.0-beta.18",
"next-themes": "^0.2.1",
"next13-progressbar": "^1.0.2",
"nextjs-toploader": "^1.4.2",
"postcss": "8.4.27",
"react": "18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.2.1",
"react-query": "^3.39.3",
"react-responsive": "^9.0.2",
"react-use": "^17.5.0",
"swr": "^2.2.1",
"tailwind-merge": "^2.3.0",
"tailwindcss": "3.3.3",
"typescript": "5.1.6",
"use-immer": "^0.10.0",
"usehooks-ts": "^2.9.1",
"uuid": "^10.0.0",
"zustand": "^4.5.2"
},
"devDependencies": {
"@graphql-codegen/cli": "5.0.2",
"@graphql-codegen/client-preset": "4.2.4",
"@graphql-codegen/typescript-operations": "^4.2.0",
"@graphql-codegen/typescript-react-apollo": "^4.3.0",
"@types/lodash": "^4.17.0"
}
}