forked from apisyouwonthate/openapi.tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.36 KB
/
package.json
File metadata and controls
82 lines (82 loc) · 2.36 KB
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "astro",
"type": "module",
"version": "0.0.1",
"engines": {
"pnpm": "^9.2.0"
},
"packageManager": "pnpm@9.2.0",
"scripts": {
"check": "astro check",
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"sync": "astro sync",
"lint": "eslint .",
"lint-fix": "eslint --fix .",
"prettier": "prettier --check .",
"prettier-fix": "prettier --write .",
"check-links": "node scripts/check-tool-links.mjs",
"depcheck": "knip",
"test": "vitest run"
},
"dependencies": {
"@astrojs/check": "0.9.7",
"@astrojs/netlify": "7.0.2",
"@astrojs/react": "5.0.0",
"@astrojs/rss": "4.0.17",
"@astrojs/sitemap": "3.7.1",
"@astrojs/ts-plugin": "^1.10.7",
"@headlessui/react": "^2.2.9",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-slot": "^1.2.4",
"@tanstack/react-table": "^8.21.3",
"astro": "6.0.4",
"astro-seo": "^1.1.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"framer-motion": "^12.36.0",
"lucide-react": "^0.577.0",
"posthog-js": "^1.360.2",
"prism-react-renderer": "^2.4.1",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"satori": "^0.25.0",
"satori-html": "^0.3.2",
"schema-dts": "^1.1.5",
"sharp": "^0.34.0",
"tailwind-merge": "^3.5.0",
"tw-animate-css": "^1.3.0"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@ianvs/prettier-plugin-sort-imports": "^4.7.1",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.2.1",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.0",
"eslint": "^10.0.3",
"eslint-config-prettier": "^10.1.0",
"eslint-plugin-astro": "^1.6.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.0",
"globals": "^17.4.0",
"knip": "^5.86.0",
"open-graph-scraper": "^6.11.0",
"prettier": "^3.8.1",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.7.0",
"tailwindcss": "^4.2.1",
"typescript": "5.9.3",
"typescript-eslint": "^8.57.0",
"vitest": "^4.1.0"
}
}