generated from satnaing/astro-paper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.56 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
{
"name": "blogeusz",
"version": "2.0.0",
"private": false,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"sync": "astro sync",
"astro": "astro",
"format:check": "prettier --cache --check .",
"format": "prettier --cache --write .",
"cz": "cz",
"prepare": "husky install"
},
"dependencies": {
"@astrojs/partytown": "^2.0.4",
"@astrojs/rss": "4.0.5",
"@astrojs/vercel": "^7.5.2",
"@astrojs/vue": "^4.0.10",
"@fullcalendar/core": "6.1.11",
"@fullcalendar/daygrid": "6.1.11",
"@fullcalendar/interaction": "6.1.11",
"@fullcalendar/vue3": "^6.1.11",
"@giscus/vue": "^3.0.0",
"@vercel/analytics": "1.2.2",
"@vitejs/plugin-legacy": "5.3.2",
"astro": "4.5.16",
"core-js": "3.36.1",
"fuse.js": "7.0.0",
"github-slugger": "2.0.0",
"prettier-plugin-astro": "0.13.0",
"remark-collapse": "0.1.2",
"remark-toc": "9.0.0",
"satori": "0.10.13",
"sharp": "0.33.3",
"tailwindcss": "3.4.3",
"typescript": "5.4.4",
"uint8array-extras": "^1.1.0",
"vue": "^3.4.21",
"web-vitals": "3.5.2"
},
"devDependencies": {
"@astrojs/sitemap": "3.1.2",
"@astrojs/tailwind": "5.1.0",
"@tailwindcss/typography": "0.5.12",
"@types/core-js": "2.5.8",
"commitizen": "4.3.0",
"cz-conventional-changelog": "3.3.0",
"husky": "9.0.11",
"lint-staged": "15.2.2",
"prettier": "3.2.5",
"prettier-plugin-tailwindcss": "0.5.13"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"lint-staged": {
"*.{ts,astro}": [
"prettier --write"
]
}
}