forked from FC-SharedOffice-5/fe_sharedoffice
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.76 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.76 KB
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
{
"name": "fe_sharedoffice",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"change:svg": "npx @svgr/cli --no-prettier --out-dir ./src/assets/icons --filename-case kebab --ext tsx -- ",
"change:all-svg": "npx @svgr/cli --no-prettier --out-dir ./src/assets/icons --filename-case kebab --ext tsx -- ./public/icons",
"prepare": "husky"
},
"dependencies": {
"@headlessui/react": "^2.0.3",
"@hookform/resolvers": "^3.4.2",
"@tanstack/react-query": "^5.40.0",
"@use-gesture/react": "^10.3.1",
"@vis.gl/react-google-maps": "^1.0.2",
"date-fns": "^3.6.0",
"hangul-js": "^0.2.6",
"next": "14.2.3",
"next-auth": "^5.0.0-beta.18",
"path-to-regexp": "^6.2.2",
"qrcode.react": "^3.1.0",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.51.5",
"tailwind-merge": "^2.3.0",
"uuid": "^10.0.0",
"zod": "^3.23.8",
"zustand": "^4.5.2"
},
"devDependencies": {
"@mswjs/data": "^0.16.1",
"@svgr/webpack": "^8.1.0",
"@tanstack/eslint-plugin-query": "^5.35.6",
"@tanstack/react-query-devtools": "^5.40.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.19",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-unused-imports": "^3.2.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"msw": "^2.3.0",
"postcss": "^8",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss": "^3.4.1",
"typescript": "^5"
},
"msw": {
"workerDirectory": [
"public"
]
}
}