-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.99 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.99 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
63
64
65
66
67
68
{
"name": "time2do",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build && rsync -ar src/public/* dist/",
"build-w": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@formkit/auto-animate": "^1.0.0-beta.6",
"@h6s/calendar": "^1.1.0-alpha.2",
"@hookform/error-message": "^2.0.1",
"@radix-ui/react-switch": "^1.0.3",
"@tanstack/react-query": "^4.24.10",
"@tanstack/react-query-devtools": "^4.24.12",
"axios": "^1.3.4",
"class-variance-authority": "^0.6.0",
"classnames": "^2.3.2",
"clsx": "^1.2.1",
"daisyui": "^2.49.0",
"date-fns": "^2.29.3",
"dexie": "^3.2.3",
"dexie-react-hooks": "^1.1.3",
"lucide-react": "^0.241.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.0",
"react-lottie": "^1.2.3",
"react-router-dom": "^6.8.0",
"react-sortablejs": "^6.1.4",
"react-timer-hook": "^3.0.5",
"react-toastify": "^9.1.1",
"react-use": "^17.4.0",
"recoil": "^0.7.6",
"sortablejs": "^1.15.0",
"tailwind-merge": "^1.13.1",
"tailwindcss-animate": "^1.0.6",
"uuid": "^9.0.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@types/chrome": "^0.0.208",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@types/react-lottie": "^1.2.6",
"@types/sortablejs": "^1.15.0",
"@types/uuid": "^9.0.1",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"@vitejs/plugin-react": "^3.0.0",
"autoprefixer": "^10.4.13",
"eslint": "8.32.0",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.1",
"postcss": "^8.4.21",
"prettier": "2.8.3",
"prettier-plugin-tailwindcss": "^0.2.2",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.3",
"vite": "^4.0.0",
"vite-tsconfig-paths": "^4.2.0"
}
}