-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
89 lines (89 loc) · 2.81 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
{
"name": "task-pro-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --open",
"build": "tsc && vite build",
"lint": "eslint ./src --fix -f mo && tsc --noemit",
"preview": "vite preview",
"format": "prettier --write ./src",
"format:check": "prettier --check ./src",
"prepare": "husky",
"typecheck": "tsc --noemit"
},
"dependencies": {
"@dnd-kit/core": "^6.2.0",
"@dnd-kit/sortable": "^9.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@hookform/resolvers": "^3.3.4",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@react-oauth/google": "^0.12.1",
"@reduxjs/toolkit": "^2.1.0",
"@tanstack/react-query": "^5.32.1",
"@vercel/analytics": "^1.3.2",
"@vercel/speed-insights": "^1.0.14",
"axios": "^1.6.8",
"axios-auth-refresh": "^3.3.6",
"date-fns": "^3.3.1",
"react": "^18.2.0",
"react-day-picker": "^8.10.0",
"react-dom": "^18.2.0",
"react-edit-text": "^5.1.1",
"react-hook-form": "^7.50.1",
"react-hotkeys-hook": "^4.5.0",
"react-icons": "^5.0.1",
"react-modal-state": "^1.1.1",
"react-redux": "^9.1.0",
"react-responsive": "^10.0.0",
"react-responsive-modal": "^6.4.2",
"react-router-dom": "^6.22.0",
"redux-persist": "^6.0.0",
"sonner": "^1.4.0",
"valibot": "^0.30.0"
},
"devDependencies": {
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
"@tanstack/eslint-plugin-query": "^5.60.1",
"@tanstack/react-query-devtools": "^5.40.1",
"@types/node": "^20.11.17",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@types/react-edit-text": "^5.0.4",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.17",
"clsx": "^2.1.0",
"eslint": "^8.0.1",
"eslint-formatter-mo": "^1.2.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-tailwindcss": "^3.14.2",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"postcss": "^8.4.34",
"prettier": "^3.2.5",
"prettier-plugin-classnames": "^0.6.6",
"prettier-plugin-merge": "^0.6.0",
"prettier-plugin-tailwindcss": "^0.6.1",
"tailwind-merge": "^2.2.1",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-text-fill": "^0.2.0",
"tsc-files": "^1.1.4",
"tw-colors": "^3.3.1",
"typescript": "*",
"vite": "^5.0.8",
"vite-bundle-visualizer": "^1.2.1",
"vite-plugin-minify": "^1.5.2",
"vite-tsconfig-paths": "^4.3.1"
}
}