-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.25 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": "personal-space",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"prepare": "husky install",
"test": ""
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/react": "^4.1.0",
"@astrojs/rss": "^4.0.10",
"@astrojs/tailwind": "^5.1.4",
"@fontsource/donegal-one": "^5.1.0",
"@fontsource/noto-sans": "^5.1.0",
"@types/react": "^19.0.2",
"@types/react-dom": "^18.3.1",
"astro": "^5.1.1",
"astro-expressive-code": "^0.38.3",
"astro-heroicons": "^2.1.5",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"framer-motion": "^11.15.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwind-merge": "^2.5.5",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"xml2json": "^0.12.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"eslint-config-prettier": "^9.1.0",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.9"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
}
}