mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-06-22 04:11:32 +10:00
40be0ae461
Bumps [nuxt](https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt) from 3.21.6 to 3.21.7. - [Release notes](https://github.com/nuxt/nuxt/releases) - [Commits](https://github.com/nuxt/nuxt/commits/v3.21.7/packages/nuxt) --- updated-dependencies: - dependency-name: nuxt dependency-version: 3.21.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
26 lines
598 B
JSON
26 lines
598 B
JSON
{
|
|
"name": "my-nuxt-layer",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"main": "./nuxt.config.ts",
|
|
"scripts": {
|
|
"dev": "nuxi dev .playground",
|
|
"dev:prepare": "nuxt prepare .playground",
|
|
"build": "nuxt build .playground",
|
|
"generate": "nuxt generate .playground",
|
|
"preview": "nuxt preview .playground",
|
|
"lint": "eslint ."
|
|
},
|
|
"devDependencies": {
|
|
"@nuxt/eslint": "latest",
|
|
"eslint": "^9.17.0",
|
|
"nuxt": "^3.21.7",
|
|
"typescript": "^5.7.2",
|
|
"vue": "latest"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/vue": "^1.7.23",
|
|
"@heroicons/vue": "^2.2.0"
|
|
}
|
|
}
|