-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.47 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
{
"name": "seren.dev",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier -wu .",
"postinstall": "is-ci || husky"
},
"dependencies": {
"@octokit/rest": "^21.1.0",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-separator": "^1.1.2",
"@radix-ui/react-slot": "^1.1.2",
"astro": "^5.2.5",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.475.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"simple-icons-astro": "^14.6.0",
"tailwind-merge": "^3.0.1"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/react": "^4.2.0",
"@astrojs/sitemap": "^3.2.1",
"@commitlint/cli": "^19.7.1",
"@commitlint/config-conventional": "^19.7.1",
"@tailwindcss/vite": "^4.0.5",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"husky": "^9.1.7",
"is-ci": "^4.1.0",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.11",
"pretty-quick": "^4.0.0",
"tailwindcss": "^4.0.5",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.7.3"
},
"packageManager": "yarn@4.6.0"
}