-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.59 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.59 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
56
57
{
"name": "cherbie-blog",
"type": "module",
"version": "0.0.1",
"scripts": {
"start": "STAGE=local astro dev",
"sync": "astro sync",
"check": "astro check",
"build": "astro build",
"format": "prettier",
"lint": "eslint",
"preview": "STAGE=local astro preview",
"clean": "rimraf .vercel dist",
"prepare": "is-ci || husky"
},
"dependencies": {
"@astrojs/check": "^0.5.6",
"@astrojs/prism": "^3.0.0",
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.1.1",
"@astrojs/svelte": "^5.2.0",
"@astrojs/vercel": "^7.3.5",
"@markdoc/markdoc": "^0.4.0",
"@vercel/speed-insights": "^1.0.10",
"astro": "^4.4.8",
"astro-markdoc-renderer": "^0.0.1-alpha.1",
"github-slugger": "^2.0.0",
"globby": "^13.2.2",
"gray-matter": "^4.0.3",
"satori": "^0.10.13",
"svelte": "^4.2.5",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"zod": "^3.22.4"
},
"devDependencies": {
"@astrojs/tailwind": "^5.1.0",
"@astrojs/ts-plugin": "^1.5.3",
"@commitlint/cli": "^19.0.3",
"@commitlint/config-conventional": "^19.0.3",
"@tailwindcss/typography": "^0.5.10",
"@typescript-eslint/parser": "^7.1.1",
"astro-eslint-parser": "^0.16.3",
"commitlint": "^19.0.3",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-plugin-astro": "^0.31.4",
"eslint-plugin-svelte": "^2.35.1",
"husky": "^9.0.11",
"is-ci": "^3.0.1",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-tailwindcss": "^0.5.11",
"rimraf": "^5.0.5"
}
}