forked from drizzle-team/drizzle-orm-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.83 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
57
58
59
60
61
62
63
64
{
"name": "orm-drizzle-docs-astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "astro dev --host",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.3.3",
"@astrojs/mdx": "^2.0.1",
"@astrojs/react": "^3.0.7",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"astro": "^4.0.3",
"autoprefixer": "^10.4.16",
"lodash.throttle": "^4.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-inlinesvg": "^4.1.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"sharp": "^0.32.6",
"typescript": "5.2.2"
},
"devDependencies": {
"@astrojs/sitemap": "^3.0.3",
"@types/chroma-js": "^2.4.3",
"@types/html-escaper": "^3.0.2",
"@types/lodash.throttle": "^4.1.9",
"@types/mdast": "^4.0.3",
"@types/parse-numeric-range": "^0.0.2",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"astro-auto-import": "^0.4.2",
"chroma-js": "^2.4.2",
"cssnano": "^6.0.2",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-astro": "^0.29.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"html-escaper": "^3.0.3",
"mdast": "^3.0.0",
"parse-numeric-range": "^1.3.0",
"postcss": "^8.4.32",
"prettier": "^3.1.1",
"prettier-plugin-astro": "^0.12.2",
"sass": "^1.69.5",
"satori": "^0.10.11",
"unified": "^11.0.4",
"unist-util-visit": "^5.0.0",
"vfile": "^6.0.1",
"vite": "^5.1.4"
}
}