forked from Turtle-Hwan/LinKU
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 2.14 KB
/
Copy pathpackage.json
File metadata and controls
65 lines (65 loc) · 2.14 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
{
"name": "linku",
"private": true,
"version": "1.5.0",
"type": "module",
"scripts": {
"dev": "vite --mode development",
"build": "node scripts/updateVersion.js && tsc -b && vite build --mode production",
"build:local": "tsc -b && vite build --mode development",
"watch": "node scripts/updateVersion.js && tsc -b && vite build --watch --mode production",
"watch:local": "tsc -b && vite build --watch --mode development",
"build:gh-pages": "tsc -b && vite build --mode gh-pages",
"lint": "eslint .",
"preview": "vite preview",
"deploy": "git subtree push --prefix gh-pages origin gh-pages"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@radix-ui/react-avatar": "^1.1.11",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tabs": "^1.1.13",
"@tailwindcss/vite": "^4.1.17",
"@types/chrome": "^0.0.304",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"embla-carousel-autoplay": "^8.6.0",
"embla-carousel-react": "^8.6.0",
"lucide-react": "^0.475.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-error-boundary": "^6.0.0",
"react-router-dom": "^7.9.6",
"sonner": "^2.0.7",
"tailwind-merge": "^3.4.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@tailwindcss/postcss": "^4.1.17",
"@types/node": "^22.19.1",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react-swc": "^3.11.0",
"autoprefixer": "^10.4.22",
"eslint": "^9.39.1",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.24",
"globals": "^15.15.0",
"install": "^0.13.0",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.17",
"typescript": "~5.7.3",
"typescript-eslint": "^8.48.0",
"vite": "^6.4.1",
"vite-plugin-svgr": "^4.5.0"
}
}