-
Notifications
You must be signed in to change notification settings - Fork 231
/
package.json
56 lines (56 loc) · 1.61 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
49
50
51
52
53
54
55
56
{
"name": "orm-drizzle-docs-astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "astro dev --host",
"build": "astro check && astro build",
"preview": "astro preview",
"test": "vitest run"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^3.1.8",
"@astrojs/react": "^3.6.2",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"astro": "^4.16.7",
"autoprefixer": "^10.4.20",
"lodash.throttle": "^4.1.1",
"node-html-parser": "^6.1.13",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"sharp": "^0.33.5",
"typescript": "5.6.3"
},
"devDependencies": {
"@astrojs/sitemap": "^3.2.1",
"@rollup/plugin-yaml": "^4.1.2",
"@shikijs/transformers": "^1.22.2",
"@types/lodash.throttle": "^4.1.9",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"cssnano": "^7.0.6",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-astro": "^1.3.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"happy-dom": "^15.7.4",
"hastscript": "^9.0.0",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"sass": "^1.80.4",
"shiki": "^1.22.2",
"vite": "^5.4.10",
"vitest": "^2.1.4"
}
}