-
-
Save ryanirelan/e9e115caa2e001a9f458fe1327cbebd0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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