-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.79 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
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 4000",
"proxy": "local-ssl-proxy --config proxy.config.json --key localhost-key.pem --cert localhost.pem",
"build": "next build",
"start": "next start",
"lint": "next lint",
"build-api": "openapi-generator-cli generate -i https://dev-api.haenu.dev/openapi.json -g typescript-axios -o ./src/api --skip-validate-spec"
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"@hookform/resolvers": "^3.3.1",
"@types/node": "20.6.3",
"@types/react": "18.2.22",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.16",
"axios": "^1.5.0",
"classnames": "^2.3.2",
"dayjs": "^1.11.10",
"eslint-config-next": "13.5.2",
"next": "13.5.2",
"next-pwa": "^5.6.0",
"nookies": "^2.5.2",
"postcss": "8.4.30",
"preact": "^10.17.1",
"react": "18.2.0",
"react-circular-progressbar": "^2.1.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.46.2",
"react-hot-toast": "^2.4.1",
"swr": "^2.2.2",
"tailwindcss": "3.3.3",
"typescript": "5.2.2",
"zod": "^3.22.2",
"zustand": "^4.4.1"
},
"devDependencies": {
"@openapitools/openapi-generator-cli": "^2.7.0",
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/typography": "^0.5.10",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"eslint": "8.49.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-unused-imports": "^3.0.0",
"local-ssl-proxy": "1.3.0",
"next-compose-plugins": "^2.2.1",
"postcss-import": "^15.1.0",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.4",
"tailwind-scrollbar": "^3.0.5"
},
"packageManager": "^[email protected]"
}