-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
58 lines (58 loc) · 1.62 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
{
"name": "shako",
"type": "module",
"version": "2.0.0",
"packageManager": "bun@1.1.38",
"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/check": "0.9.4",
"@astrojs/react": "^4.0.0",
"@astrojs/tailwind": "^5.1.3",
"@astrojs/ts-plugin": "^1.10.4",
"@fontsource/geist-mono": "^5.1.0",
"@fontsource/geist-sans": "^5.1.0",
"@iconify-json/simple-icons": "^1.2.15",
"@iconify/react": "^5.1.0",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"astro": "5.0.2",
"c12": "^2.0.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.468.0",
"mini-svg-data-uri": "^1.4.4",
"p5i": "^0.5.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwind-merge": "^2.5.5",
"tailwindcss": "^3.4.16",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.7.2",
"use-lanyard": "^1.5.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@eslint-react/eslint-plugin": "^1.19.0",
"@keksiqc/eslint-config": "^3.8.2",
"@types/bun": "^1.1.14",
"eslint": "^9.16.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-format": "^0.1.3",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"eslint-plugin-tailwindcss": "^3.17.5",
"taze": "^0.18.0"
}
}