-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.07 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
{
"name": "daimond113.com",
"private": true,
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "4.0.8",
"@astrojs/rss": "4.0.11",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "6.0.0",
"@fontsource-variable/dm-sans": "^5.1.1",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.0.4",
"astro": "5.2.5",
"lucide-astro": "^0.473.0",
"simple-icons": "^14.5.0",
"tailwind-merge": "^3.0.1",
"tailwindcss": "^4.0.4"
},
"devDependencies": {
"eslint": "^9.20.0",
"eslint-plugin-tailwindcss": "^3.18.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-astro": "^1.3.1",
"typescript-eslint": "^8.23.0",
"eslint-plugin-prettier": "^5.2.3",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"typescript": "^5.7.3",
"prettier-plugin-tailwindcss": "^0.6.11"
}
}