-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.24 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
{
"name": "very-good-engineering",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"type:check": "tsc",
"lint": "mdlint ./src/",
"format": "prettier --write . --ext js,json,jsonc,ts,tsx,jsx,md,mdx",
"format:check": "prettier --check ."
},
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/mdx": "^3.0.1",
"@astrojs/react": "^3.4.0",
"@astrojs/starlight": "^0.23.2",
"@astrojs/starlight-tailwind": "^2.0.3",
"@astrojs/tailwind": "^5.1.0",
"@fontsource/poppins": "^5.0.14",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"astro": "^4.8.6",
"astro-seo": "^0.8.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sharp": "^0.32.5",
"tailwindcss": "^3.4.4",
"typescript": "^5.4.5"
},
"devDependencies": {
"@laboratoria/mdlint": "^1.2.3",
"@octokit/rest": "^21.0.1",
"@octokit/types": "^13.5.0",
"eslint": "^9.3.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-astro": "^1.2.0",
"eslint-plugin-mdx": "^3.1.5",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.14.0"
}
}