-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
62 lines (62 loc) · 1.74 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
54
55
56
57
58
59
60
61
62
{
"name": "shako",
"type": "module",
"version": "0.2.1",
"packageManager": "[email protected]",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"check": "astro check",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"up": "taze major -I"
},
"dependencies": {
"@astrojs/react": "4.2.1",
"@astrojs/tailwind": "6.0.0",
"@fontsource/geist-mono": "^5.2.5",
"@fontsource/geist-sans": "^5.2.5",
"@iconify-json/simple-icons": "^1.2.29",
"@iconify/react": "^5.2.0",
"@radix-ui/react-avatar": "^1.1.3",
"@radix-ui/react-slot": "^1.1.2",
"astro": "^5.5.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.483.0",
"motion": "^12.5.0",
"p5i": "^0.6.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"use-lanyard": "^1.5.2"
},
"devDependencies": {
"@antfu/eslint-config": "^4.10.2",
"@astrojs/check": "0.9.4",
"@astrojs/ts-plugin": "^1.10.4",
"@eslint-react/eslint-plugin": "^1.37.0",
"@playform/compress": "^0.1.7",
"@types/bun": "^1.2.5",
"@types/react": "^19.0.12",
"@types/react-dom": "^19.0.4",
"astro-eslint-parser": "^1.2.2",
"c12": "^3.0.2",
"eslint": "^9.23.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-format": "^1.0.1",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"eslint-plugin-tailwindcss": "^3.18.0",
"prettier": "^3.5.3",
"prettier-plugin-astro": "^0.14.1",
"taze": "^19.0.2",
"typescript": "^5.8.2",
"zod": "^3.24.2"
}
}