File size: 678 Bytes
c73f86b 615115f e5864b3 615115f c73f86b 7c1e8fa |
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 |
{
"name": "driver-docs",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.3.5",
"@astrojs/react": "^4.3.1",
"@astrojs/tailwind": "^6.0.2",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"astro": "^5.13.8",
"astro-compress": "^2.3.8",
"driver.js": "1.3.6",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-fast-marquee": "^1.6.5",
"tailwindcss": "^4.1.13"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.16"
}
}
|