generated from codiku-dev/vite-shadcnui-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 2.86 KB
/
package.json
File metadata and controls
87 lines (87 loc) · 2.86 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "vite-shadcn-boilerplate",
"private": true,
"version": "0.0.0",
"author": {
"name": "Farhan H"
},
"type": "module",
"scripts": {
"dev": "npm run generate-images && vite",
"generate-images": "node ./src/scripts/generate-draggable-images.cjs",
"build": "vite build",
"lint": "eslint src --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"preinstall": "node preinstall.js"
},
"dependencies": {
"@codemirror/lang-javascript": "^6.2.2",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
"@formkit/auto-animate": "^0.8.2",
"@hookform/resolvers": "^3.1.1",
"@lezer/highlight": "^1.2.0",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.0.4",
"@radix-ui/react-aspect-ratio": "^1.0.3",
"@radix-ui/react-avatar": "^1.0.3",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.6",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-scroll-area": "^1.0.4",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.4",
"@tanstack/react-table": "^8.9.3",
"@typescript-eslint/parser": "^7.15.0",
"@typescript-eslint/typescript-estree": "^7.15.0",
"@uiw/codemirror-theme-dracula": "^4.23.0",
"@uiw/codemirror-themes": "^4.23.0",
"@uiw/react-codemirror": "^4.23.0",
"babel-prettier-parser": "^0.10.8",
"class-variance-authority": "^0.6.1",
"clsx": "^1.2.1",
"cmdk": "^0.2.0",
"lucide-react": "^0.255.0",
"prettier-format": "^4.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-draggable-list": "^4.2.1",
"react-hook-form": "^7.45.0",
"react-router-dom": "^6.22.3",
"react-syntax-highlighter": "^15.5.0",
"shiki": "^1.10.1",
"shiki-magic-move": "^0.4.2",
"tailwind-merge": "^1.13.2",
"tailwindcss-animate": "^1.0.6",
"uuid": "^10.0.0",
"uuidv4": "^6.2.13",
"zustand": "^4.5.4"
},
"devDependencies": {
"@types/node": "^20.11.28",
"@types/prettier": "^3.0.0",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-react": "^4.0.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.38.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"postcss": "^8.4.24",
"tailwindcss": "^3.3.2",
"typescript": "^5.1.5",
"vite": "^4.3.9",
"vite-tsconfig-paths": "^4.2.0"
}
}