mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
2e87a76721
Co-authored-by: Renovate Bot <bot@renovateapp.com>
46 lines
1.0 KiB
JSON
46 lines
1.0 KiB
JSON
{
|
|
"name": "@nuxt/bridge",
|
|
"version": "3.0.0",
|
|
"repository": "nuxt/framework",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"main": "./module.cjs",
|
|
"types": "./types.d.ts",
|
|
"files": [
|
|
"module.cjs",
|
|
"types.d.ts",
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"prepack": "unbuild"
|
|
},
|
|
"dependencies": {
|
|
"@babel/plugin-transform-typescript": "^7.15.8",
|
|
"@nuxt/kit": "3.0.0",
|
|
"@nuxt/nitro": "3.0.0",
|
|
"@nuxt/postcss8": "^1.1.3",
|
|
"@vue/composition-api": "^1.2.4",
|
|
"@vueuse/head": "^0.6.0",
|
|
"acorn": "^8.5.0",
|
|
"defu": "^5.0.0",
|
|
"enhanced-resolve": "^5.8.3",
|
|
"estree-walker": "^2.0.2",
|
|
"fs-extra": "^10.0.0",
|
|
"magic-string": "^0.25.7",
|
|
"mlly": "^0.2.6",
|
|
"node-fetch": "^3.0.0",
|
|
"nuxi": "3.0.0",
|
|
"nuxt-vite": "^0.3.5",
|
|
"pathe": "^0.2.0",
|
|
"ufo": "^0.7.9",
|
|
"unplugin": "^0.2.16",
|
|
"unplugin-vue2-script-setup": "0.6.11"
|
|
},
|
|
"devDependencies": {
|
|
"@types/fs-extra": "^9.0.13",
|
|
"@types/node-fetch": "^3.0.2",
|
|
"unbuild": "latest",
|
|
"vue-router": "3"
|
|
}
|
|
}
|