-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.36 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
51
52
{
"name": "josef.dev",
"version": "3.0.0",
"private": true,
"type": "module",
"scripts": {
"astro": "astro",
"build": "astro build",
"check": "astro check",
"dev": "astro dev",
"preview": "astro preview",
"start": "astro dev"
},
"prettier": {
"plugins": [
"prettier-plugin-packagejson",
"prettier-plugin-tailwindcss",
"prettier-plugin-astro"
],
"semi": false,
"overrides": [
{
"files": "*.astro",
"options": {
"parser": "astro"
}
}
]
},
"devDependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/mdx": "^3.1.7",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/tailwind": "^5.1.1",
"@biomejs/biome": "^1.9.2",
"@iconify-json/gg": "^1.2.0",
"@iconify-json/simple-icons": "^1.2.4",
"astro": "^4.15.9",
"astro-icon": "1.1.1",
"mdast-util-to-string": "^4.0.0",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-packagejson": "^2.5.2",
"prettier-plugin-tailwindcss": "^0.6.8",
"reading-time": "^1.5.0",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2",
"wrangler": "^3.78.11"
},
"packageManager": "[email protected]+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b"
}