Nuxt/packages/bridge/package.json

79 lines
1.9 KiB
JSON
Raw Normal View History

2021-09-05 21:21:33 +00:00
{
"name": "@nuxt/bridge",
"version": "3.0.0",
2021-09-05 21:21:33 +00:00
"repository": "nuxt/framework",
"license": "MIT",
"type": "module",
"main": "./module.cjs",
"types": "./types.d.ts",
2021-09-05 21:21:33 +00:00
"files": [
"module.cjs",
"types.d.ts",
2021-09-05 21:21:33 +00:00
"dist"
],
"bin": {
"nuxi": "./bin/nuxt.mjs"
},
2021-09-05 21:21:33 +00:00
"scripts": {
"prepack": "unbuild"
},
"dependencies": {
"@babel/plugin-transform-typescript": "^7.16.8",
"@nuxt/kit": "3.0.0",
"@nuxt/nitro": "3.0.0",
2021-09-05 21:21:33 +00:00
"@nuxt/postcss8": "^1.1.3",
"@nuxt/schema": "3.0.0",
"@vitejs/plugin-legacy": "^1.6.4",
"@vue/composition-api": "^1.4.4",
"@vueuse/head": "^0.7.5",
"acorn": "^8.7.0",
"consola": "^2.15.3",
2021-11-22 23:20:20 +00:00
"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",
2021-09-05 21:21:33 +00:00
"fs-extra": "^10.0.0",
"globby": "^12.2.0",
"h3": "^0.3.8",
"hash-sum": "^2.0.0",
2021-09-29 14:33:09 +00:00
"magic-string": "^0.25.7",
"mlly": "^0.3.19",
"murmurhash-es": "^0.1.1",
"node-fetch": "^3.1.1",
"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.2.3",
"postcss-url": "^10.1.3",
"scule": "^0.2.1",
"semver": "^7.3.5",
2021-09-29 14:33:09 +00:00
"ufo": "^0.7.9",
"unplugin": "^0.3.0",
"unplugin-vue2-script-setup": "0.9.1",
"vite": "^2.7.12",
"vite-plugin-vue2": "^1.9.2",
"vue-template-compiler": "^2.6.14"
2021-09-05 21:21:33 +00:00
},
"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"
2021-09-05 21:21:33 +00:00
}
}