Compare commits

...

2 Commits

3 changed files with 1603 additions and 291 deletions

1
.gitignore vendored
View File

@@ -91,6 +91,7 @@ out
# Nuxt.js build / generate output
.nuxt
dist
.output
# Gatsby files
.cache/

1889
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -15,7 +15,6 @@
"@nuxt/eslint": "^1.4.1",
"@nuxt/icon": "^1.14.0",
"@nuxt/image": "^1.10.0",
"@nuxtjs/tailwindcss": "^7.0.0-beta.0",
"@pinia/nuxt": "^0.11.2",
"ag-grid-community": "^34.0.0",
"ag-grid-vue3": "^34.0.0",
@@ -36,11 +35,12 @@
"vue3-tui-grid": "^0.1.51"
},
"devDependencies": {
"@nuxtjs/tailwindcss": "^6.12.0",
"autoprefixer": "^10.4.21",
"patch-package": "^8.0.0",
"postcss": "^8.5.6",
"postinstall-postinstall": "^2.1.0",
"prettier": "^3.6.2",
"tailwindcss": "^4.1.11"
"tailwindcss": "^3.4.0"
}
}