This repository has been archived by the owner on Jun 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
80 lines (80 loc) · 2.38 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
{
"name": "sittly",
"private": true,
"version": "0.0.0-alpha.14",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-popover": "^1.0.6",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@supabase/auth-helpers-nextjs": "^0.7.4",
"@supabase/supabase-js": "^2.32.0",
"@swc/wasm-web": "^1.3.76",
"@tauri-apps/api": "^1.2.0",
"@vitejs/plugin-react": "^4.0.0",
"buffer": "^6.0.3",
"chrono-node": "^2.6.5",
"class-variance-authority": "^0.6.1",
"clsx": "^1.2.1",
"cmdk": "^0.2.0",
"dayjs": "^1.11.9",
"file-type": "^18.5.0",
"framer-motion": "^10.12.18",
"lucide-react": "^0.260.0",
"million": "^2.6.4",
"pretty-bytes": "^6.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.11",
"react-icons": "^4.9.0",
"react-qr-code": "^2.0.12",
"react-router": "^6.14.2",
"react-router-dom": "^6.14.2",
"react-virtuoso": "^4.3.10",
"tailwind-merge": "^1.13.2",
"tailwindcss-animate": "^1.0.6",
"unicode-emoji": "^2.4.0",
"unicode-emoji-utils": "^1.1.2",
"use-deep-compare": "^1.1.0",
"usehooks-ts": "^2.9.1",
"validator": "^13.11.0",
"zustand": "^4.3.9"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.22.10",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@chialab/esbuild-plugin-html": "^0.17.3",
"@originjs/vite-plugin-commonjs": "^1.0.3",
"@tauri-apps/cli": "^1.2.2",
"@types/node": "^20.4.2",
"@types/react": "^18.2.12",
"@types/react-dom": "^18.2.5",
"@types/validator": "^13.11.2",
"autoprefixer": "^10.4.14",
"babel-loader": "^9.1.3",
"esbuild": "^0.19.1",
"postcss": "^8.4.24",
"tailwindcss": "^3.3.2",
"typescript": "^4.9.5",
"vite": "^4.0.0",
"vite-plugin-require": "^1.1.10",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"webpack-node-externals": "^3.0.0"
}
}