|
|
@@ -8,11 +8,13 @@
|
|
|
"name": "vue-skeleton-ts",
|
|
|
"version": "0.0.0",
|
|
|
"dependencies": {
|
|
|
+ "daisyui": "^5.5.20",
|
|
|
"pinia": "^3.0.4",
|
|
|
"vue": "^3.5.32",
|
|
|
"vue-router": "^5.0.4"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
+ "@tailwindcss/vite": "^4.3.0",
|
|
|
"@tsconfig/node24": "^24.0.4",
|
|
|
"@types/node": "^24.12.2",
|
|
|
"@vitejs/plugin-vue": "^6.0.6",
|
|
|
@@ -1462,6 +1464,290 @@
|
|
|
"dev": true,
|
|
|
"license": "MIT"
|
|
|
},
|
|
|
+ "node_modules/@tailwindcss/node": {
|
|
|
+ "version": "4.3.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.3.0.tgz",
|
|
|
+ "integrity": "sha512-aFb4gUhFOgdh9AXo4IzBEOzBkkAxm9VigwDJnMIYv3lcfXCJVesNfbEaBl4BNgVRyid92AmdviqwBUBRKSeY3g==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@jridgewell/remapping": "^2.3.5",
|
|
|
+ "enhanced-resolve": "^5.21.0",
|
|
|
+ "jiti": "^2.6.1",
|
|
|
+ "lightningcss": "1.32.0",
|
|
|
+ "magic-string": "^0.30.21",
|
|
|
+ "source-map-js": "^1.2.1",
|
|
|
+ "tailwindcss": "4.3.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@tailwindcss/oxide": {
|
|
|
+ "version": "4.3.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.3.0.tgz",
|
|
|
+ "integrity": "sha512-F7HZGBeN9I0/AuuJS5PwcD8xayx5ri5GhjYUDBEVYUkexyA/giwbDNjRVrxSezE3T250OU2K/wp/ltWx3UOefg==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 20"
|
|
|
+ },
|
|
|
+ "optionalDependencies": {
|
|
|
+ "@tailwindcss/oxide-android-arm64": "4.3.0",
|
|
|
+ "@tailwindcss/oxide-darwin-arm64": "4.3.0",
|
|
|
+ "@tailwindcss/oxide-darwin-x64": "4.3.0",
|
|
|
+ "@tailwindcss/oxide-freebsd-x64": "4.3.0",
|
|
|
+ "@tailwindcss/oxide-linux-arm-gnueabihf": "4.3.0",
|
|
|
+ "@tailwindcss/oxide-linux-arm64-gnu": "4.3.0",
|
|
|
+ "@tailwindcss/oxide-linux-arm64-musl": "4.3.0",
|
|
|
+ "@tailwindcss/oxide-linux-x64-gnu": "4.3.0",
|
|
|
+ "@tailwindcss/oxide-linux-x64-musl": "4.3.0",
|
|
|
+ "@tailwindcss/oxide-wasm32-wasi": "4.3.0",
|
|
|
+ "@tailwindcss/oxide-win32-arm64-msvc": "4.3.0",
|
|
|
+ "@tailwindcss/oxide-win32-x64-msvc": "4.3.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@tailwindcss/oxide-android-arm64": {
|
|
|
+ "version": "4.3.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.3.0.tgz",
|
|
|
+ "integrity": "sha512-TJPiq67tKlLuObP6RkwvVGDoxCMBVtDgKkLfa/uyj7/FyxvQwHS+UOnVrXXgbEsfUaMgiVvC4KbJnRr26ho4Ng==",
|
|
|
+ "cpu": [
|
|
|
+ "arm64"
|
|
|
+ ],
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "optional": true,
|
|
|
+ "os": [
|
|
|
+ "android"
|
|
|
+ ],
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 20"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@tailwindcss/oxide-darwin-arm64": {
|
|
|
+ "version": "4.3.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.3.0.tgz",
|
|
|
+ "integrity": "sha512-oMN/WZRb+SO37BmUElEgeEWuU8E/HXRkiODxJxLe1UTHVXLrdVSgfaJV7pSlhRGMSOiXLuxTIjfsF3wYvz8cgQ==",
|
|
|
+ "cpu": [
|
|
|
+ "arm64"
|
|
|
+ ],
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "optional": true,
|
|
|
+ "os": [
|
|
|
+ "darwin"
|
|
|
+ ],
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 20"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@tailwindcss/oxide-darwin-x64": {
|
|
|
+ "version": "4.3.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.3.0.tgz",
|
|
|
+ "integrity": "sha512-N6CUmu4a6bKVADfw77p+iw6Yd9Q3OBhe0veaDX+QazfuVYlQsHfDgxBrsjQ/IW+zywL8mTrNd0SdJT/zgtvMdA==",
|
|
|
+ "cpu": [
|
|
|
+ "x64"
|
|
|
+ ],
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "optional": true,
|
|
|
+ "os": [
|
|
|
+ "darwin"
|
|
|
+ ],
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 20"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@tailwindcss/oxide-freebsd-x64": {
|
|
|
+ "version": "4.3.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.3.0.tgz",
|
|
|
+ "integrity": "sha512-zDL5hBkQdH5C6MpqbK3gQAgP80tsMwSI26vjOzjJtNCMUo0lFgOItzHKBIupOZNQxt3ouPH7RPhvNhiTfCe5CQ==",
|
|
|
+ "cpu": [
|
|
|
+ "x64"
|
|
|
+ ],
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "optional": true,
|
|
|
+ "os": [
|
|
|
+ "freebsd"
|
|
|
+ ],
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 20"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": {
|
|
|
+ "version": "4.3.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.3.0.tgz",
|
|
|
+ "integrity": "sha512-R06HdNi7A7OEoMsf6d4tjZ71RCWnZQPHj2mnotSFURjNLdBC+cIgXQ7l81CqeoiQftjf6OOblxXMInMgN2VzMA==",
|
|
|
+ "cpu": [
|
|
|
+ "arm"
|
|
|
+ ],
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "optional": true,
|
|
|
+ "os": [
|
|
|
+ "linux"
|
|
|
+ ],
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 20"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@tailwindcss/oxide-linux-arm64-gnu": {
|
|
|
+ "version": "4.3.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.3.0.tgz",
|
|
|
+ "integrity": "sha512-qTJHELX8jetjhRQHCLilkVLmybpzNQAtaI/gaoVoidn/ufbNDbAo8KlK2J+yPoc8wQxvDxCmh/5lr8nC1+lTbg==",
|
|
|
+ "cpu": [
|
|
|
+ "arm64"
|
|
|
+ ],
|
|
|
+ "dev": true,
|
|
|
+ "libc": [
|
|
|
+ "glibc"
|
|
|
+ ],
|
|
|
+ "license": "MIT",
|
|
|
+ "optional": true,
|
|
|
+ "os": [
|
|
|
+ "linux"
|
|
|
+ ],
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 20"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@tailwindcss/oxide-linux-arm64-musl": {
|
|
|
+ "version": "4.3.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.3.0.tgz",
|
|
|
+ "integrity": "sha512-Z6sukiQsngnWO+l39X4pPbiWT81IC+PLKF+PHxIlyZbGNb9MODfYlXEVlFvej5BOZInWX01kVyzeLvHsXhfczQ==",
|
|
|
+ "cpu": [
|
|
|
+ "arm64"
|
|
|
+ ],
|
|
|
+ "dev": true,
|
|
|
+ "libc": [
|
|
|
+ "musl"
|
|
|
+ ],
|
|
|
+ "license": "MIT",
|
|
|
+ "optional": true,
|
|
|
+ "os": [
|
|
|
+ "linux"
|
|
|
+ ],
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 20"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@tailwindcss/oxide-linux-x64-gnu": {
|
|
|
+ "version": "4.3.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.3.0.tgz",
|
|
|
+ "integrity": "sha512-DRNdQRpSGzRGfARVuVkxvM8Q12nh19l4BF/G7zGA1oe+9wcC6saFBHTISrpIcKzhiXtSrlSrluCfvMuledoCTQ==",
|
|
|
+ "cpu": [
|
|
|
+ "x64"
|
|
|
+ ],
|
|
|
+ "dev": true,
|
|
|
+ "libc": [
|
|
|
+ "glibc"
|
|
|
+ ],
|
|
|
+ "license": "MIT",
|
|
|
+ "optional": true,
|
|
|
+ "os": [
|
|
|
+ "linux"
|
|
|
+ ],
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 20"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@tailwindcss/oxide-linux-x64-musl": {
|
|
|
+ "version": "4.3.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.3.0.tgz",
|
|
|
+ "integrity": "sha512-Z0IADbDo8bh6I7h2IQMx601AdXBLfFpEdUotft86evd/8ZPflZe9COPO8Q1vw+pfLWIUo9zN/JGZvwuAJqduqg==",
|
|
|
+ "cpu": [
|
|
|
+ "x64"
|
|
|
+ ],
|
|
|
+ "dev": true,
|
|
|
+ "libc": [
|
|
|
+ "musl"
|
|
|
+ ],
|
|
|
+ "license": "MIT",
|
|
|
+ "optional": true,
|
|
|
+ "os": [
|
|
|
+ "linux"
|
|
|
+ ],
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 20"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@tailwindcss/oxide-wasm32-wasi": {
|
|
|
+ "version": "4.3.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.3.0.tgz",
|
|
|
+ "integrity": "sha512-HNZGOUxEmElksYR7S6sC5jTeNGpobAsy9u7Gu0AskJ8/20FR9GqebUyB+HBcU/ax6BHuiuJi+Oda4B+YX6H1yA==",
|
|
|
+ "bundleDependencies": [
|
|
|
+ "@napi-rs/wasm-runtime",
|
|
|
+ "@emnapi/core",
|
|
|
+ "@emnapi/runtime",
|
|
|
+ "@tybys/wasm-util",
|
|
|
+ "@emnapi/wasi-threads",
|
|
|
+ "tslib"
|
|
|
+ ],
|
|
|
+ "cpu": [
|
|
|
+ "wasm32"
|
|
|
+ ],
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "optional": true,
|
|
|
+ "dependencies": {
|
|
|
+ "@emnapi/core": "^1.10.0",
|
|
|
+ "@emnapi/runtime": "^1.10.0",
|
|
|
+ "@emnapi/wasi-threads": "^1.2.1",
|
|
|
+ "@napi-rs/wasm-runtime": "^1.1.4",
|
|
|
+ "@tybys/wasm-util": "^0.10.1",
|
|
|
+ "tslib": "^2.8.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=14.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
|
|
|
+ "version": "4.3.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.3.0.tgz",
|
|
|
+ "integrity": "sha512-Pe+RPVTi1T+qymuuRpcdvwSVZjnll/f7n8gBxMMh3xLTctMDKqpdfGimbMyioqtLhUYZxdJ9wGNhV7MKHvgZsQ==",
|
|
|
+ "cpu": [
|
|
|
+ "arm64"
|
|
|
+ ],
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "optional": true,
|
|
|
+ "os": [
|
|
|
+ "win32"
|
|
|
+ ],
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 20"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@tailwindcss/oxide-win32-x64-msvc": {
|
|
|
+ "version": "4.3.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.3.0.tgz",
|
|
|
+ "integrity": "sha512-Mvrf2kXW/yeW/OTezZlCGOirXRcUuLIBx/5Y12BaPM7wJoryG6dfS/NJL8aBPqtTEx/Vm4T4vKzFUcKDT+TKUA==",
|
|
|
+ "cpu": [
|
|
|
+ "x64"
|
|
|
+ ],
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "optional": true,
|
|
|
+ "os": [
|
|
|
+ "win32"
|
|
|
+ ],
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 20"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@tailwindcss/vite": {
|
|
|
+ "version": "4.3.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@tailwindcss/vite/-/vite-4.3.0.tgz",
|
|
|
+ "integrity": "sha512-t6J3OrB5Fc0ExuhohouH0fWUGMYL6PTLhW+E7zIk/pdbnJARZDCwjBznFnkh5ynRnIRSI4YjtTH0t6USjJISrw==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@tailwindcss/node": "4.3.0",
|
|
|
+ "@tailwindcss/oxide": "4.3.0",
|
|
|
+ "tailwindcss": "4.3.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "vite": "^5.2.0 || ^6 || ^7 || ^8"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/@tsconfig/node24": {
|
|
|
"version": "24.0.4",
|
|
|
"resolved": "https://registry.npmjs.org/@tsconfig/node24/-/node24-24.0.4.tgz",
|
|
|
@@ -2448,6 +2734,15 @@
|
|
|
"integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
|
|
|
"license": "MIT"
|
|
|
},
|
|
|
+ "node_modules/daisyui": {
|
|
|
+ "version": "5.5.20",
|
|
|
+ "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-5.5.20.tgz",
|
|
|
+ "integrity": "sha512-HemJcjl0Gk9rQ8BcgofN6p+EURrqftQG9wK1Hkxs98i49xe68+QxpNvry+PyxwkIUgrbMpNmZ5ZWjmtffAjfhQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/saadeghi/daisyui?sponsor=1"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/debug": {
|
|
|
"version": "4.4.3",
|
|
|
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
|
|
|
@@ -2533,6 +2828,20 @@
|
|
|
"dev": true,
|
|
|
"license": "ISC"
|
|
|
},
|
|
|
+ "node_modules/enhanced-resolve": {
|
|
|
+ "version": "5.21.6",
|
|
|
+ "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.21.6.tgz",
|
|
|
+ "integrity": "sha512-aNnGCvbJ/RIyWo1IuhNdVjnNF+EjH9wpzpNHt+ci/m9He9LJvUN8wrCcXjp9cWsGNAuvSpVFTx/vraAFQ8qGjQ==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "graceful-fs": "^4.2.4",
|
|
|
+ "tapable": "^2.3.3"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=10.13.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/entities": {
|
|
|
"version": "7.0.1",
|
|
|
"resolved": "https://registry.npmjs.org/entities/-/entities-7.0.1.tgz",
|
|
|
@@ -2992,6 +3301,13 @@
|
|
|
"node": ">=10.13.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/graceful-fs": {
|
|
|
+ "version": "4.2.11",
|
|
|
+ "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
|
|
|
+ "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "ISC"
|
|
|
+ },
|
|
|
"node_modules/hookable": {
|
|
|
"version": "5.5.3",
|
|
|
"resolved": "https://registry.npmjs.org/hookable/-/hookable-5.5.3.tgz",
|
|
|
@@ -4353,6 +4669,27 @@
|
|
|
"node": ">=16"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/tailwindcss": {
|
|
|
+ "version": "4.3.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.3.0.tgz",
|
|
|
+ "integrity": "sha512-y6nxMGB1nMW9R6k96e5gdIFzcfL/gTJRNaqGes1YvkLnPVXzWgbqFF2yLC0T8G774n24cx3Pe8XrKoniCOAH+Q==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
+ "node_modules/tapable": {
|
|
|
+ "version": "2.3.3",
|
|
|
+ "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.3.tgz",
|
|
|
+ "integrity": "sha512-uxc/zpqFg6x7C8vOE7lh6Lbda8eEL9zmVm/PLeTPBRhh1xCgdWaQ+J1CUieGpIfm2HdtsUpRv+HshiasBMcc6A==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/webpack"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/tinyglobby": {
|
|
|
"version": "0.2.16",
|
|
|
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.16.tgz",
|