Created
November 3, 2022 08:31
-
-
Save JWPapi/7f25e06befb07f08e1872b54b1f0f6a2 to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"private": true, | |
"scripts": { | |
"dev": "nuxi dev", | |
"build": "nuxi build", | |
"start": "node .output/server/index.mjs", | |
"send": "git commit -am 'update' && git push" | |
}, | |
"devDependencies": { | |
"autoprefixer": "^10.4.12", | |
"nuxt3": "latest", | |
"postcss": "^8.4.18", | |
"sass": "^1.55.0", | |
"tailwindcss": "^3.1.8" | |
}, | |
"dependencies": {} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment