driver.js / docs /package.json
kamrify's picture
Bump version docs
02cf8cb
raw
history blame
677 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": "^0.19.7",
"@astrojs/react": "^2.2.1",
"@astrojs/tailwind": "^4.0.0",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"astro": "^2.7.4",
"astro-compress": "^1.1.49",
"driver.js": "1.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-fast-marquee": "^1.6.0",
"tailwindcss": "^3.3.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9"
}
}