mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
38 lines
760 B
JSON
38 lines
760 B
JSON
{
|
|
"name": "@nuxt/test-utils",
|
|
"version": "3.0.0",
|
|
"repository": "nuxt/nuxt",
|
|
"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",
|
|
"consola": "^2.15.3",
|
|
"defu": "^6.1.1",
|
|
"execa": "^6.1.0",
|
|
"get-port-please": "^3.0.1",
|
|
"jiti": "^1.16.2",
|
|
"ofetch": "^1.0.0",
|
|
"pathe": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"playwright": "^1.29.2",
|
|
"unbuild": "latest",
|
|
"vitest": "^0.27.1"
|
|
},
|
|
"peerDependencies": {
|
|
"vue": "^3.2.45"
|
|
},
|
|
"engines": {
|
|
"node": "^14.16.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
}
|
|
}
|