Skip to content

Instantly share code, notes, and snippets.

@ryanirelan
Last active September 9, 2024 02:15
Show Gist options
  • Save ryanirelan/e9e115caa2e001a9f458fe1327cbebd0 to your computer and use it in GitHub Desktop.
Save ryanirelan/e9e115caa2e001a9f458fe1327cbebd0 to your computer and use it in GitHub Desktop.
{
"author": "CraftQuest",
"version": "5.0.0",
"dependencies": {
"petite-vue": "^0.4.1"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.15",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.45",
"postcss-import": "^16.1.0",
"tailwindcss": "^3.4.10",
"vite": "^5.4.3",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-manifest-sri": "^0.2.0",
"vite-plugin-restart": "^0.4.1"
},
"engines": {
"node": "^18"
},
"scripts": {
"build": "NODE_ENV=production vite build",
"serve": "NODE_ENV=dev vite"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment