-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 2.26 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
72
73
74
75
76
77
78
{
"name": "nighto",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"analyze": "ANALYZE=true next build",
"postinstall": "prisma generate",
"lint": "next lint",
"theme": "chakra-cli tokens /src/theme/theme.ts",
"theme:watch": "chakra-cli tokens /src/theme/theme.ts --watch",
"start": "next start"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.17",
"@chakra-ui/react": "^2.5.1",
"@chakra-ui/theme-tools": "^2.0.16",
"@chakra-ui/utils": "^2.0.14",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@formkit/auto-animate": "^1.0.0-beta.6",
"@next-auth/prisma-adapter": "^1.0.5",
"@next/bundle-analyzer": "^13.2.4",
"@prisma/client": "^4.15.0",
"@tanstack/react-query": "^4.20.0",
"@trpc/client": "^v10.15.0",
"@trpc/next": "^v10.15.0",
"@trpc/react-query": "^v10.15.0",
"@trpc/server": "^v10.15.0",
"@uselessdev/datepicker": "^2.7.0",
"date-fns": "^2.29.3",
"framer-motion": "^6.5.1",
"jotai": "^2.0.3",
"jotai-optics": "^0.3.0",
"keen-slider": "^6.8.5",
"lottie-react": "^2.4.0",
"next": "^13.2.4",
"next-auth": "^4.20.1",
"next-images": "^1.8.4",
"next-themes": "^0.2.1",
"nodemailer": "^6.9.1",
"openai": "^3.2.1",
"optics-ts": "^2.4.0",
"react": "18.2.0",
"react-aria": "^3.22.0",
"react-dom": "18.2.0",
"react-icons": "^4.7.1",
"react-slick": "^0.29.0",
"react-stately": "^3.20.0",
"react-type-animation": "^2.1.2",
"simplebar-react": "^3.2.1",
"slick-carousel": "^1.8.1",
"superjson": "^1.12.2",
"universal-cookie": "^4.0.4",
"usehooks-ts": "^2.9.1",
"zod": "^3.20.2"
},
"devDependencies": {
"@chakra-ui/cli": "^2.3.0",
"@total-typescript/ts-reset": "^0.4.2",
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"@types/react-custom-scroll": "^4.3.2",
"@types/react-dom": "^18.0.10",
"@types/react-slick": "^0.23.10",
"@typescript-eslint/eslint-plugin": "^5.47.1",
"@typescript-eslint/parser": "^5.47.1",
"eslint": "^8.30.0",
"eslint-config-next": "^13.2.4",
"prisma": "^4.15.0",
"typescript": "^4.9.4",
"uid": "^2.0.2"
},
"ct3aMetadata": {
"initVersion": "7.5.1"
}
}