.
Some checks failed
Testing / test (pull_request) Has been cancelled
Testing / test (push) Waiting to run
Publish to OCI Registry / publish (push) Has been cancelled

This commit is contained in:
Mrrp 2025-03-05 22:34:37 -08:00
parent 36576a27f3
commit c2095d0b13
29 changed files with 5941 additions and 0 deletions

22
wip-refactor/package.json Normal file
View file

@ -0,0 +1,22 @@
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"autoprefixer": "^10.4.20",
"nuxt": "^3.15.0",
"postcss": "^8.4.49",
"sass-embedded": "^1.83.1",
"tailwind-shades-for-custom-colors": "^1.0.2",
"tailwindcss": "^3.4.17",
"vue": "latest",
"vue-router": "latest"
}
}