-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.23 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
{
"name": "albertochamorro.dev",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"hooks:update": "rm -rf .git/hooks && npx simple-git-hooks"
},
"dependencies": {
"@astrojs/check": "0.5.10",
"@astrojs/mdx": "2.2.2",
"@astrojs/react": "3.1.0",
"@astrojs/rss": "4.0.5",
"@astrojs/sitemap": "3.1.2",
"@astrojs/vercel": "7.5.0",
"@types/react": "18.2.45",
"@types/react-dom": "18.2.18",
"@vercel/analytics": "1.2.2",
"astro": "4.5.12",
"astro-robots-txt": "1.0.0",
"classnames": "2.4.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"sharp": "0.33.1",
"typescript": "5.3.3"
},
"devDependencies": {
"@commitlint/cli": "18.4.3",
"@commitlint/config-conventional": "18.4.3",
"@shikijs/transformers": "^1.6.5",
"commitlint": "18.4.3",
"prettier": "2.8.8",
"pretty-quick": "3.1.3",
"simple-git-hooks": "2.9.0"
},
"simple-git-hooks": {
"commit-msg": "npx --no -- commitlint --edit ${1}",
"pre-commit": "npx pretty-quick --staged"
},
"volta": {
"node": "18.17.1",
"npm": "9.6.7"
}
}