install atropos (demo on /wait)
All checks were successful
Deploy App / deploy (push) Successful in 1m49s
All checks were successful
Deploy App / deploy (push) Successful in 1m49s
This commit is contained in:
26
package.json
26
package.json
@@ -1,28 +1,28 @@
|
||||
{
|
||||
"name": "nuxt-app",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "nuxt build",
|
||||
"dev": "nuxt dev --host",
|
||||
"dev": "nuxt dev",
|
||||
"generate": "nuxt generate",
|
||||
"preview": "nuxt preview",
|
||||
"postinstall": "nuxt prepare"
|
||||
},
|
||||
"dependencies": {
|
||||
"@pinia/nuxt": "^0.5.5",
|
||||
"@nuxt/eslint": "1.9.0",
|
||||
"@nuxtjs/tailwindcss": "6.14.0",
|
||||
"atropos": "^2.0.2",
|
||||
"cypress": "^13.16.0",
|
||||
"nuxt": "^3.12.3",
|
||||
"pinia": "^2.2.4",
|
||||
"unhead": "^1.9.15",
|
||||
"vue": "^3.4.31",
|
||||
"vue-router": "^4.4.0"
|
||||
"eslint": "^9.33.0",
|
||||
"nuxt": "^4.0.3",
|
||||
"vue": "^3.5.18",
|
||||
"vue-router": "^4.5.1"
|
||||
},
|
||||
"engines": {
|
||||
"pnpm": ">=10 <11"
|
||||
},
|
||||
"packageManager": "pnpm@10.14.0+sha512.ad27a79641b49c3e481a16a805baa71817a04bbe06a38d17e60e2eaee83f6a146c6a688125f5792e48dd5ba30e7da52a5cda4c3992b9ccf333f9ce223af84748",
|
||||
"devDependencies": {
|
||||
"autoprefixer": "^10.4.19",
|
||||
"postcss": "^8.4.39",
|
||||
"sass": "^1.77.6",
|
||||
"tailwindcss": "^3.4.4"
|
||||
"@pinia/nuxt": "^0.11.2"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user