-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.69 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.69 KB
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
53
54
55
{
"name": "new-blog",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build && jampack ./dist",
"preview": "astro preview",
"sync": "astro sync",
"astro": "astro",
"format:check": "prettier --check .",
"format": "prettier --write .",
"lint": "eslint ."
},
"dependencies": {
"@astrojs/mdx": "^5.0.2",
"@astrojs/preact": "^5.0.2",
"@astrojs/rss": "^4.0.17",
"@astrojs/vercel": "^10.0.2",
"astro": "^6.0.7",
"astro-embed": "^0.9.2",
"astro-seo": "^0.8.4",
"fuse.js": "^7.1.0",
"github-slugger": "^2.0.0",
"new-blog": "file:",
"preact": "^10.29.0",
"rehype-external-links": "^3.0.0",
"remark-collapse": "^0.1.2",
"remark-emoji": "^5.0.2",
"remark-toc": "^9.0.0",
"tailwindcss": "^3.4.19",
"typescript": "^5.9.3"
},
"devDependencies": {
"@astrojs/sitemap": "^3.7.1",
"@astrojs/tailwind": "^6.0.2",
"@divriots/jampack": "^0.31.1",
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^9.39.4",
"@fontsource-variable/jetbrains-mono": "^5.2.8",
"@fontsource-variable/noto-sans-sc": "^5.2.10",
"@fortawesome/fontawesome-free": "^6.7.2",
"@tailwindcss/typography": "^0.5.19",
"@typescript-eslint/parser": "^8.57.1",
"astro-eslint-parser": "^1.3.0",
"eslint": "^9.39.4",
"eslint-plugin-astro": "^1.6.0",
"globals": "^15.15.0",
"prettier": "^3.8.1",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.14"
},
"packageManager": "pnpm@9.4.0+sha512.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a"
}