mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
00ba607ca2
Co-authored-by: Renovate Bot <bot@renovateapp.com>
79 lines
1.8 KiB
JSON
79 lines
1.8 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"
|
|
],
|
|
"bin": {
|
|
"nuxi": "./bin/nuxt.mjs"
|
|
},
|
|
"scripts": {
|
|
"prepack": "unbuild"
|
|
},
|
|
"dependencies": {
|
|
"@babel/plugin-transform-typescript": "^7.16.8",
|
|
"@nuxt/kit": "3.0.0",
|
|
"@nuxt/nitro": "3.0.0",
|
|
"@nuxt/postcss8": "^1.1.3",
|
|
"@nuxt/schema": "3.0.0",
|
|
"@vitejs/plugin-legacy": "^1.6.4",
|
|
"@vue/composition-api": "^1.4.6",
|
|
"@vueuse/head": "^0.7.5",
|
|
"acorn": "^8.7.0",
|
|
"consola": "^2.15.3",
|
|
"cookie-es": "^0.5.0",
|
|
"defu": "^5.0.1",
|
|
"destr": "^1.1.0",
|
|
"enhanced-resolve": "^5.8.3",
|
|
"estree-walker": "^3.0.1",
|
|
"externality": "^0.1.6",
|
|
"fs-extra": "^10.0.0",
|
|
"globby": "^13.1.1",
|
|
"h3": "^0.3.9",
|
|
"hash-sum": "^2.0.0",
|
|
"magic-string": "^0.25.7",
|
|
"mlly": "^0.4.1",
|
|
"murmurhash-es": "^0.1.1",
|
|
"node-fetch": "^3.2.0",
|
|
"nuxi": "3.0.0",
|
|
"p-debounce": "^4.0.0",
|
|
"pathe": "^0.2.0",
|
|
"postcss": "^8",
|
|
"postcss-import": "^14.0.2",
|
|
"postcss-import-resolver": "^2.0.0",
|
|
"postcss-preset-env": "^7.3.1",
|
|
"postcss-url": "^10.1.3",
|
|
"scule": "^0.2.1",
|
|
"semver": "^7.3.5",
|
|
"ufo": "^0.7.9",
|
|
"unplugin": "^0.3.2",
|
|
"unplugin-vue2-script-setup": "0.9.1",
|
|
"vite": "^2.7.13",
|
|
"vite-plugin-vue2": "^1.9.3",
|
|
"vue-template-compiler": "^2.6.14"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxt/types": "^2.15.8",
|
|
"@types/fs-extra": "^9.0.13",
|
|
"@types/hash-sum": "^1.0.0",
|
|
"@types/node-fetch": "^3.0.2",
|
|
"nuxt": "^2",
|
|
"unbuild": "latest",
|
|
"vue": "^2",
|
|
"vue-router": "^3"
|
|
},
|
|
"engines": {
|
|
"node": "^14.16.0 || ^16.11.0 || ^17.0.0"
|
|
},
|
|
"installConfig": {
|
|
"hoistingLimits": "workspaces"
|
|
}
|
|
}
|