-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
53 lines (53 loc) · 1.42 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
{
"name": "qcgsecret",
"version": "0.0.1",
"type": "module",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "node ./dist/server/entry.mjs",
"build": "astro build",
"preview": "astro preview",
"sync": "astro sync",
"astro": "astro",
"check": "pnpm biome check --no-errors-on-unmatched --files-ignore-unknown=true --fix",
"prepare": "pnpm husky"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@commitlint/cli": "^19.4.1",
"@commitlint/config-angular": "^19.4.1",
"husky": "^9.1.5",
"lint-staged": "^15.2.10",
"typescript": "^5.5.4"
},
"dependencies": {
"@ariakit/react": "^0.4.10",
"@astrojs/check": "^0.9.3",
"@astrojs/mdx": "^3.1.5",
"@astrojs/node": "^8.3.3",
"@astrojs/react": "^3.6.2",
"@astrojs/tailwind": "^5.1.0",
"@fontsource/inter": "^5.0.20",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@react-icons/all-files": "^4.1.0",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"astro": "^4.15.2",
"astro-compress": "^2.3.1",
"astro-critters": "^2.2.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"hast-util-to-string": "^3.0.0",
"lucide-astro": "^0.438.0",
"lucide-react": "^0.438.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-use": "^17.5.1",
"tailwind-merge": "^2.5.2",
"tailwindcss": "^3.4.10",
"tailwindcss-animate": "^1.0.7"
}
}