-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.5 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.5 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
{
"name": "smolurl",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"start": "vite",
"build": "vite build"
},
"dependencies": {
"@emotion/css": "11.13.5",
"@fortawesome/fontawesome-svg-core": "6.7.1",
"@fortawesome/free-brands-svg-icons": "6.7.1",
"@fortawesome/free-regular-svg-icons": "6.7.1",
"@fortawesome/free-solid-svg-icons": "6.7.1",
"@fortawesome/react-fontawesome": "0.2.2",
"@headlessui/react": "2.2.0",
"@radix-ui/react-dropdown-menu": "2.1.2",
"@radix-ui/react-icons": "1.3.2",
"@radix-ui/react-label": "2.1.0",
"@radix-ui/react-slot": "1.1.0",
"@radix-ui/react-switch": "1.1.1",
"@rinzai/zen": "^0.0.16",
"@tanstack/react-query": "5.61.5",
"axios": "1.7.8",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-error-boundary": "4.1.2",
"react-router-dom": "7.0.1",
"tailwind-merge": "2.5.5"
},
"devDependencies": {
"@tailwindcss/typography": "0.5.15",
"@types/node": "22.10.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "8.16.0",
"@typescript-eslint/parser": "8.16.0",
"@vitejs/plugin-react-swc": "3.7.2",
"autoprefixer": "10.4.20",
"eslint": "9.15.0",
"eslint-plugin-react-hooks": "5.0.0",
"eslint-plugin-react-refresh": "0.4.14",
"postcss": "8.4.49",
"tailwindcss": "3.4.15",
"tailwindcss-animate": "1.0.7",
"typescript": "5.7.2",
"vite": "6.0.1",
"vite-tsconfig-paths": "5.1.3"
}
}