-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.33 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
{
"name": "leo.works",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"check": "astro check",
"prepare": "husky install",
"lint": "eslint ."
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "4.0.3",
"@astrojs/react": "^4.1.2",
"@astrojs/rss": "4.0.11",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.4",
"@eslint/js": "^9.5.0",
"@iconify-json/octicon": "^1.1.55",
"@tailwindcss/typography": "^0.5.13",
"@types/eslint__js": "^8.42.3",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"astro": "5.1.2",
"astro-icon": "^1.1.0",
"husky": "^8.0.3",
"prettier": "^3.3.2",
"prettier-plugin-astro": "^0.14.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sass": "^1.77.6",
"sharp": "^0.33.4",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.2",
"typescript-eslint": "^7.14.1",
"vite": "^5.3.1"
},
"packageManager": "[email protected]+sha256.e1f9e8d1a16607a46dd3c158b5f7a7dc7945501d1c6222d454d63d033d1d918f",
"devDependencies": {
"eslint": "^8.57.0",
"eslint-plugin-astro": "^1.2.2",
"eslint-plugin-tailwindcss": "^3.17.4",
"knip": "^5.40.0"
}
}