generated from bricked-archive/astro-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
90 lines (90 loc) · 2.48 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "@bricked/pages",
"private": true,
"description": "My personal website and blog.",
"homepage": "https://bricked.dev/",
"bugs": {
"url": "https://github.com/brckd/pages/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brckd/pages.git"
},
"license": "MIT",
"author": "bricked",
"type": "module",
"scripts": {
"astro": "astro",
"build": "astro build",
"dev": "astro dev",
"prepare": "husky",
"preview": "astro preview",
"start": "astro dev"
},
"lint-staged": {
"!(*.((m|c)?(t|j)sx?|astro)|package.json)": "prettier --ignore-unknown --write",
"*.((m|c)?(t|j)sx?|astro)": [
"prettier --write",
"eslint --fix"
],
"package.json": [
"sort-package-json",
"prettier --write"
]
},
"dependencies": {
"@astrojs/mdx": "^4.0.8",
"@astrojs/netlify": "^6.2.0",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/vercel": "^8.0.7",
"@fontsource-variable/jetbrains-mono": "^5.1.2",
"@fontsource-variable/lexend": "^5.1.2",
"@iconify-json/lucide": "^1.2.26",
"@mdx-js/mdx": "^3.1.0",
"astro": "^5.3.0",
"astro-icon": "^1.1.5",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
"fontaine": "^0.5.0",
"mdast-util-to-string": "^4.0.0",
"postcss-import": "^16.1.0",
"postcss-load-config": "^6.0.1",
"postcss-nested": "^7.0.2",
"postcss-url": "^10.1.3",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-sanitize": "^6.0.0",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.1",
"remark-frontmatter": "^5.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.1",
"sharp": "^0.33.5",
"sharp-ico": "^0.1.5",
"unified": "^11.0.5",
"vite": "^6.1.0"
},
"devDependencies": {
"@commitlint/config-conventional": "^19.7.1",
"@eslint/js": "^9.20.0",
"@types/eslint__js": "^8.42.3",
"@types/mdast": "^4.0.4",
"@types/vfile": "^4.0.0",
"@types/web-app-manifest": "^1.0.8",
"@typescript-eslint/parser": "^8.24.0",
"commitlint": "^19.7.1",
"eslint": "^9.20.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-astro": "^1.3.1",
"husky": "^9.1.7",
"lint-staged": "^15.4.3",
"prettier": "^3.5.1",
"prettier-plugin-astro": "^0.14.1",
"semantic-release": "^24.2.3",
"sort-package-json": "^2.14.0",
"typescript": "^5.7.3",
"typescript-eslint": "^8.24.0"
},
"packageManager": "bun@1.2.2"
}