mirror of
https://github.com/vitest-dev/vitest.git
synced 2026-01-25 16:48:18 +00:00
88 lines
2.4 KiB
JSON
88 lines
2.4 KiB
JSON
{
|
|
"name": "@vitest/ui",
|
|
"type": "module",
|
|
"version": "1.0.0-beta.2",
|
|
"description": "UI for Vitest",
|
|
"license": "MIT",
|
|
"funding": "https://opencollective.com/vitest",
|
|
"homepage": "https://github.com/vitest-dev/vitest/tree/main/packages/ui#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vitest-dev/vitest.git",
|
|
"directory": "packages/ui"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/vitest-dev/vitest/issues"
|
|
},
|
|
"sideEffects": false,
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js"
|
|
},
|
|
"./reporter": {
|
|
"types": "./dist/reporter.d.ts",
|
|
"import": "./dist/reporter.js"
|
|
},
|
|
"./*": "./*"
|
|
},
|
|
"main": "./dist/index.js",
|
|
"module": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "rimraf dist && pnpm build:node && pnpm build:client",
|
|
"build:client": "vite build",
|
|
"build:node": "rollup -c",
|
|
"dev:client": "vite",
|
|
"dev": "rollup -c --watch --watch.include=node",
|
|
"dev:ui": "run-p dev dev:client",
|
|
"test:run": "cypress run --component",
|
|
"test:open": "cypress open --component",
|
|
"prepublishOnly": "pnpm build"
|
|
},
|
|
"peerDependencies": {
|
|
"vitest": "^1.0.0-0"
|
|
},
|
|
"dependencies": {
|
|
"@vitest/utils": "workspace:*",
|
|
"fast-glob": "^3.3.0",
|
|
"fflate": "^0.8.0",
|
|
"flatted": "^3.2.7",
|
|
"pathe": "^1.1.1",
|
|
"picocolors": "^1.0.0",
|
|
"sirv": "^2.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@faker-js/faker": "^8.0.2",
|
|
"@testing-library/cypress": "^9.0.0",
|
|
"@types/codemirror": "^5.60.8",
|
|
"@types/d3-force": "^3.0.4",
|
|
"@types/d3-selection": "^3.0.5",
|
|
"@types/ws": "^8.5.5",
|
|
"@unocss/reset": "^0.53.4",
|
|
"@vitejs/plugin-vue": "^4.2.3",
|
|
"@vitejs/plugin-vue-jsx": "^3.0.1",
|
|
"@vitest/runner": "workspace:*",
|
|
"@vitest/ws-client": "workspace:*",
|
|
"@vueuse/core": "^10.2.1",
|
|
"ansi-to-html": "^0.7.2",
|
|
"birpc": "0.2.14",
|
|
"codemirror": "^5.65.13",
|
|
"codemirror-theme-vars": "^0.1.2",
|
|
"cypress": "^12.16.0",
|
|
"d3-graph-controller": "^2.5.2",
|
|
"floating-vue": "^2.0.0-y.0",
|
|
"splitpanes": "^3.1.5",
|
|
"unocss": "^0.53.4",
|
|
"unplugin-auto-import": "^0.16.4",
|
|
"unplugin-vue-components": "^0.25.1",
|
|
"vite": "^4.0.0",
|
|
"vite-plugin-pages": "^0.31.0",
|
|
"vue": "^3.3.4",
|
|
"vue-router": "^4.2.2"
|
|
}
|
|
}
|