-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
134 lines (134 loc) · 4.38 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
{
"name": "gone-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build:dev": "env-cmd -f .env.development.local prisma generate && env-cmd -f .env.development.local next build",
"build": "prisma generate && next build",
"analyze": "ANALYZE=true next build",
"start": "next build && next start",
"pm2:start": "pm2 start pm2.config.js && pm2 save",
"pm2:reload": "pm2 reload pm2.config.js && pm2 save",
"pm2": "yarn pm2:start",
"lint": "next lint --fix",
"prepare": "husky",
"prisma": "cp .env.development.local .env && prisma db pull && prisma generate && rm -rf .env"
},
"dependencies": {
"@ant-design/icons": "^5.5.1",
"@auth/prisma-adapter": "^2.5.3",
"@headlessui/react": "^2.1.8",
"@heroicons/react": "^2.1.5",
"@hookform/resolvers": "^3.9.0",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^5.20.0",
"@radix-ui/react-accessible-icon": "^1.1.0",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-aspect-ratio": "^1.1.0",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-collapsible": "^1.1.0",
"@radix-ui/react-context-menu": "^2.2.1",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-hover-card": "^1.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-menubar": "^1.1.1",
"@radix-ui/react-navigation-menu": "^1.2.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-radio-group": "^1.2.0",
"@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-slider": "^1.2.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-toggle-group": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@rc-component/portal": "^1.1.2",
"ahooks": "^3.8.1",
"bcryptjs": "^2.4.3",
"class-variance-authority": "^0.7.0",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"co-mysql": "^1.0.0",
"dayjs": "^1.11.13",
"easymde": "^2.18.0",
"highlight.js": "^11.10.0",
"html-react-parser": "^5.1.16",
"lodash-es": "^4.17.21",
"lucide-react": "^0.446.0",
"marked": "^14.1.2",
"marked-highlight": "^2.1.4",
"next": "^14.2.13",
"next-auth": "^4.24.8",
"next-themes": "^0.3.0",
"qs": "^6.13.0",
"rc-dialog": "^9.6.0",
"rc-motion": "^2.9.3",
"rc-util": "^5.43.0",
"react": "^18.3.1",
"react-day-picker": "^9.1.3",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.0",
"react-icons": "^5.3.0",
"react-simplemde-editor": "^5.2.0",
"sass": "^1.79.4",
"sharp": "^0.33.5",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.23.8",
"zustand": "^4.5.5"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@next/bundle-analyzer": "^14.2.13",
"@next/eslint-plugin-next": "^14.2.13",
"@tailwindcss/typography": "^0.5.15",
"@types/bcryptjs": "^2.4.6",
"@types/lodash-es": "^4.17.12",
"@types/marked": "^5.0.2",
"@types/node": "22.7.4",
"@types/prismjs": "^1.26.4",
"@types/qs": "^6.9.16",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"@types/simplemde": "^1.11.11",
"@types/yaireo__tagify": "^4.27.0",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.13",
"eslint-config-standard-with-typescript": "^39.0.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-n": "^17.10.3",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-react": "^7.37.0",
"husky": "^9.1.6",
"pm2": "^5.4.2",
"postcss": "^8.4.47",
"prisma": "^5.20.0",
"tailwindcss": "^3.4.13",
"typescript": "*",
"env-cmd": "latest"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"prisma": {
"schema": "lib/prisma/schema.prisma",
"generator": "prisma-client-js"
}
}