-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
99 lines (99 loc) · 3.07 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "liny",
"version": "0.0.1-alpha",
"private": true,
"scripts": {
"commit": "gacp",
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "npx prisma generate",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate",
"prepare": "lefthook install"
},
"dependencies": {
"@auth/prisma-adapter": "^2.4.2",
"@hookform/resolvers": "^3.9.0",
"@prisma/client": "5.19.1",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@react-aria/ssr": "3.9.4",
"@react-aria/visually-hidden": "3.8.12",
"@tailwindcss/typography": "^0.5.15",
"@tanstack/react-query": "^5.53.2",
"@tiptap/react": "^2.6.6",
"@tiptap/starter-kit": "^2.6.6",
"@uidotdev/usehooks": "^2.4.1",
"class-variance-authority": "^0.7.0",
"clsx": "2.1.1",
"cmdk": "1.0.0",
"date-fns": "4.0.0-beta.1",
"framer-motion": "~11.1.1",
"geist": "^1.3.1",
"intl-messageformat": "^10.5.0",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"lucide-react": "^0.437.0",
"next": "14.2.11",
"next-auth": "^4.24.7",
"next-themes": "^0.2.1",
"node-html-parser": "^6.1.13",
"nodemailer": "^6.9.14",
"numify": "^1.0.3",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.53.0",
"recharts": "^2.12.7",
"sonner": "^1.5.0",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.23.8"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^1.8.1",
"@types/jsonwebtoken": "^9.0.6",
"@types/lodash": "^4.17.7",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "7.2.0",
"@typescript-eslint/parser": "7.2.0",
"all-contributors-cli": "^6.26.1",
"autoprefixer": "10.4.19",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.4",
"eslint-config-stylistic": "^0.0.0-0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-unused-imports": "^4.1.4",
"gacp": "^3.0.3",
"lefthook": "^1.7.18",
"lint-staged": "^15.2.10",
"postcss": "^8",
"prisma": "^5.19.0",
"tailwind-variants": "0.1.20",
"tailwindcss": "3.4.3",
"typescript": "^5"
},
"packageManager": "[email protected]+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1",
"gacp": {
"add": false,
"push": false,
"emoji": "emoji",
"editor": false
}
}