.
This commit is contained in:
parent
36576a27f3
commit
c2095d0b13
29 changed files with 5941 additions and 0 deletions
22
wip-refactor/package.json
Normal file
22
wip-refactor/package.json
Normal 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"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue