-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.26 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
{
"name": "@example/starlight-basics",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"lint": "eslint 'src/**/*.{js,ts,jsx,tsx,astro,cjs,mjs}'",
"lint:fix": "eslint 'src/**/*.{js,ts,jsx,tsx,astro,cjs,mjs}' --fix",
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.3.4",
"@astrojs/react": "^3.0.8",
"@astrojs/starlight": "^0.14.0",
"@astrojs/tailwind": "^5.0.4",
"@astrojs/vercel": "^5.2.0",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"astro": "^3.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^9.0.1",
"remark-gfm": "^4.0.0",
"sharp": "^0.33.1",
"tailwindcss": "^3.4.0",
"wisely": "^0.4.2"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"eslint": "^8.56.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-plugin-astro": "^0.31.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"typescript": "^5.3.3"
},
"engines": {
"node": ">=18.17"
}
}