mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-06-22 04:11:32 +10:00
30c4942d6f
Bumps [postcss](https://github.com/postcss/postcss) from 8.5.6 to 8.5.10. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.5.6...8.5.10) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.10 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
JSON
{
|
|
"name": "view",
|
|
"private": true,
|
|
"version": "0.3.4",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "nuxt generate",
|
|
"dev": "nuxt dev",
|
|
"postinstall": "nuxt prepare",
|
|
"tauri": "tauri",
|
|
"typecheck": "nuxt typecheck"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/vue": "^1.7.23",
|
|
"@heroicons/vue": "^2.1.5",
|
|
"@nuxtjs/tailwindcss": "^6.12.2",
|
|
"@tauri-apps/api": "^2.9.1",
|
|
"@tauri-apps/plugin-dialog": "^2.6.0",
|
|
"@tauri-apps/plugin-os": "^2.3.2",
|
|
"@tauri-apps/plugin-shell": "^2.3.3",
|
|
"@types/node": "^25.5.0",
|
|
"koa": "^2.16.1",
|
|
"markdown-it": "^14.1.0",
|
|
"micromark": "^4.0.1",
|
|
"nuxt": "^3.16.0",
|
|
"scss": "^0.2.4",
|
|
"vue-router": "latest",
|
|
"vuedraggable": "^4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/forms": "^0.5.9",
|
|
"@tailwindcss/typography": "^0.5.15",
|
|
"@types/markdown-it": "^14.1.2",
|
|
"autoprefixer": "^10.4.20",
|
|
"postcss": "^8.5.10",
|
|
"sass-embedded": "^1.79.4",
|
|
"tailwindcss": "^3.4.13",
|
|
"typescript": "^5.8.3",
|
|
"vue-tsc": "^2.2.10"
|
|
}
|
|
}
|