mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
7011117c83
Co-authored-by: Renovate Bot <bot@renovateapp.com>
36 lines
696 B
JSON
36 lines
696 B
JSON
{
|
|
"name": "@nuxt/test-utils",
|
|
"version": "3.0.0",
|
|
"repository": "nuxt/framework",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"exports": "./dist/index.mjs",
|
|
"types": "./dist/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"prepack": "unbuild"
|
|
},
|
|
"dependencies": {
|
|
"@nuxt/kit": "3.0.0",
|
|
"@nuxt/schema": "3.0.0",
|
|
"defu": "^6.0.0",
|
|
"execa": "^6.1.0",
|
|
"get-port-please": "^2.4.3",
|
|
"jiti": "^1.13.0",
|
|
"ohmyfetch": "^0.4.15"
|
|
},
|
|
"devDependencies": {
|
|
"playwright": "^1.20.1",
|
|
"unbuild": "latest",
|
|
"vitest": "^0.8.1"
|
|
},
|
|
"peerDependencies": {
|
|
"vue": "3.2.31"
|
|
},
|
|
"engines": {
|
|
"node": "^14.16.0 || ^16.11.0 || ^17.0.0"
|
|
}
|
|
}
|