-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1009 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 1009 Bytes
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
{
"name": "@dragon-fish/blog",
"type": "module",
"version": "0.0.1",
"private": true,
"engines": {
"node": ">=24.10.0"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^5.0.3",
"@astrojs/preact": "^5.1.0",
"@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "^3.7.2",
"@astrojs/vue": "^6.0.1",
"@tabler/icons-vue": "^3.41.0",
"@tailwindcss/typography": "^0.5.19",
"astro": "^6.1.1",
"autoprefixer": "^10.4.27",
"gsap": "^3.14.2",
"preact": "^10.29.0",
"vue": "^3.5.31"
},
"devDependencies": {
"@prettier/plugin-pug": "^3.4.2",
"@tailwindcss/vite": "^4.2.2",
"@vue/language-plugin-pug": "^3.2.6",
"postcss": "^8.5.8",
"prettier": "^3.8.1",
"prettier-plugin-astro": "^0.14.1",
"pug": "^3.0.4",
"sass": "^1.98.0",
"tailwindcss": "^4.2.2",
"typescript": "^6.0.2"
}
}