driver.js / docs /package.json
kamrify's picture
Upgrade dependencies
d9dddec
raw
history blame contribute delete
676 Bytes
{
"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": "^1.0.0",
"@astrojs/react": "^3.0.0",
"@astrojs/tailwind": "^5.0.0",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"astro": "^3.0.8",
"astro-compress": "^2.0.15",
"driver.js": "1.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-fast-marquee": "^1.6.0",
"tailwindcss": "^3.3.3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9"
}
}