You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
324 B
JSON
17 lines
324 B
JSON
1 year ago
|
{
|
||
|
"name": "nuxt-app",
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"build": "nuxt build",
|
||
|
"dev": "nuxt dev",
|
||
|
"generate": "nuxt generate",
|
||
|
"preview": "nuxt preview",
|
||
|
"postinstall": "nuxt prepare"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@nuxtjs/tailwindcss": "^6.7.0",
|
||
|
"@types/node": "^18",
|
||
|
"nuxt": "^3.5.2"
|
||
|
}
|
||
|
}
|