forked from Railly/beifong-front
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 972 Bytes
/
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
{
"name": "beifong-front",
"private": true,
"scripts": {
"dev": "next dev -p 3002",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@floating-ui/react-dom": "0.3.3",
"@headlessui/react": "1.4.2",
"@hookform/resolvers": "2.8.4",
"@popperjs/core": "^2.11.0",
"next": "12.0.7",
"next-auth": "4.0.5",
"next-themes": "0.0.15",
"rangy": "^1.3.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "7.21.2",
"react-popper": "^2.2.5",
"react-toastify": "^8.1.0",
"yup": "0.32.11"
},
"devDependencies": {
"autoprefixer": "10.4.0",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
"eslint-config-standard": "16.0.3",
"eslint-plugin-import": "2.25.3",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "5.2.0",
"eslint-plugin-react": "7.27.1",
"postcss": "8.4.5",
"tailwindcss": "3.0.7"
}
}