-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.87 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 1.87 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
{
"name": "preblocks",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"r:build": "shadcn build"
},
"dependencies": {
"@astrojs/mdx": "^4.3.9",
"@astrojs/partytown": "^2.1.4",
"@astrojs/react": "^4.4.1",
"@astrojs/sitemap": "^3.6.0",
"@astrojs/vue": "^5.1.1",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tabs": "^1.1.13",
"@tabler/icons-react": "^3.35.0",
"@tailwindcss/vite": "^4.1.14",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@vueuse/core": "^14.0.0",
"astro": "^5.14.6",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dotenv": "^17.2.3",
"lucide-react": "^0.552.0",
"lucide-vue-next": "^0.548.0",
"mdast-util-to-string": "^4.0.0",
"nanostores": "^1.0.1",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"reka-ui": "^2.6.0",
"shadcn": "^3.5.0",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.14",
"vue": "^3.5.22"
},
"devDependencies": {
"@antfu/eslint-config": "^6.0.0",
"@eslint-react/eslint-plugin": "^2.3.1",
"@iconify-json/tabler": "^1.2.23",
"@iconify/tailwind4": "^1.1.0",
"@tailwindcss/typography": "^0.5.19",
"astro-eslint-parser": "^1.2.2",
"eslint": "^9.38.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-format": "^1.0.2",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
"prettier-plugin-astro": "^0.14.1",
"tw-animate-css": "^1.4.0",
"unplugin-icons": "^22.5.0",
"unplugin-vue-components": "^30.0.0"
},
"eslintIgnore": [
"/public/*.json"
]
}