-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.3 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
{
"name": "@kcinth/website",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"check": "prettier --check . --plugin=prettier-plugin-astro && eslint --ext .js,.cjs,.mjs,.ts,.astro . && astro check",
"format": "prettier --write . --plugin=prettier-plugin-astro",
"stag:setup": "vercel pull --yes --environment=preview",
"stag:deploy": "vercel deploy",
"prod:setup": "vercel pull --yes --environment=production",
"prod:deploy": "vercel deploy --prod"
},
"dependencies": {
"@astrojs/check": "0.3.1",
"@astrojs/markdoc": "0.7.2",
"@astrojs/mdx": "1.1.5",
"@astrojs/react": "3.0.6",
"@astrojs/sitemap": "^3.0.3",
"@astrojs/vercel": "5.2.0",
"@keystatic/astro": "2.0.0",
"@keystatic/core": "0.2.4",
"astro": "3.6.4",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@kcws/reset.css": "0.21.2",
"@types/node": "18.19.1",
"@types/react": "18.2.41",
"@types/react-dom": "18.2.17",
"@typescript-eslint/parser": "6.13.1",
"eslint": "8.55.0",
"eslint-plugin-astro": "0.30.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"prettier": "3.1.0",
"prettier-plugin-astro": "0.12.2",
"typescript": "5.3.2",
"vercel": "32.6.1"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18 <20"
}
}