Skip to content

Instantly share code, notes, and snippets.

@JWPapi
Created November 3, 2022 08:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JWPapi/7f25e06befb07f08e1872b54b1f0f6a2 to your computer and use it in GitHub Desktop.
Save JWPapi/7f25e06befb07f08e1872b54b1f0f6a2 to your computer and use it in GitHub Desktop.
{
"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