36 lines
851 B
JSON
36 lines
851 B
JSON
{
|
|
"name": "john.tech",
|
|
"version": "1.0.0",
|
|
"description": "Personal website",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"astro:build": "astro build",
|
|
"astro:dev": "astro dev",
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"author": "John Costa",
|
|
"devDependencies": {
|
|
"@vitejs/plugin-react": "^1.3.0",
|
|
"autoprefixer": "^10.4.4",
|
|
"postcss": "^8.4.5",
|
|
"tailwindcss": "^3.0.2",
|
|
"vite": "^2.9.1"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/typography": "^0.5.4",
|
|
"@astrojs/mdx": "^0.9.0",
|
|
"@astrojs/react": "^1.0.0",
|
|
"@astrojs/sitemap": "^1.0.0",
|
|
"@astrojs/tailwind": "^1.0.0",
|
|
"astro": "^1.0.5",
|
|
"clsx": "^1.1.1",
|
|
"prop-types": "^15.8.1",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-router": "^6.1.1",
|
|
"react-router-dom": "^6.1.1"
|
|
}
|
|
}
|