-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.02 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
{
"name": "daimond113-com-new",
"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.5",
"@astrojs/rss": "4.0.11",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "5.1.4",
"@fontsource-variable/dm-sans": "^5.1.1",
"@tailwindcss/typography": "^0.5.16",
"astro": "5.1.6",
"lucide-astro": "^0.471.0",
"simple-icons": "^14.2.0",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^3.4.17"
},
"devDependencies": {
"eslint": "^9.18.0",
"eslint-plugin-tailwindcss": "^3.17.5",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-astro": "^1.3.1",
"typescript-eslint": "^8.20.0",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"typescript": "^5.7.3",
"prettier-plugin-tailwindcss": "^0.6.9"
}
}