mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-12 09:03:53 +00:00
36 lines
697 B
JSON
36 lines
697 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": "^5.0.1",
|
|
"execa": "^6.0.0",
|
|
"get-port-please": "^2.3.0",
|
|
"jiti": "^1.12.15",
|
|
"ohmyfetch": "^0.4.15"
|
|
},
|
|
"devDependencies": {
|
|
"playwright": "^1.18.1",
|
|
"unbuild": "latest",
|
|
"vitest": "^0.3.4"
|
|
},
|
|
"peerDependencies": {
|
|
"vue": "3.2.30"
|
|
},
|
|
"engines": {
|
|
"node": "^14.16.0 || ^16.11.0 || ^17.0.0"
|
|
}
|
|
}
|