-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
40 lines (40 loc) · 1.05 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
{
"name": "cachyos-starlight",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"format": "prettier -w .",
"preview": "astro preview",
"lint:eslint": "eslint .",
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^3.6.3",
"@astrojs/starlight": "^0.29.2",
"@astrojs/starlight-tailwind": "^2.0.3",
"@astrojs/tailwind": "^5.1.2",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"astro": "^4.16.14",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-image-previewer": "^1.1.6",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.15"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"@types/eslint__js": "^8.42.3",
"@types/mdx": "^2.0.13",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"eslint": "^9.15.0",
"eslint-plugin-astro": "^1.3.1",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"typescript-eslint": "^8.15.0"
}
}