vitest/packages/ui/package.json
renovate[bot] 69d55bc19c
chore(deps): update all non-major dependencies (#1975)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-05 14:00:50 +03:00

72 lines
1.9 KiB
JSON

{
"name": "@vitest/ui",
"type": "module",
"version": "0.23.1",
"description": "UI for Vitest",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/vitest-dev/vitest.git",
"directory": "packages/ui"
},
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.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"
},
"dependencies": {
"sirv": "^2.0.2"
},
"devDependencies": {
"@faker-js/faker": "^7.5.0",
"@testing-library/cypress": "^8.0.3",
"@types/codemirror": "^5.60.5",
"@types/d3-force": "^3.0.3",
"@types/d3-selection": "^3.0.3",
"@types/ws": "^8.5.3",
"@unocss/reset": "^0.45.15",
"@vitejs/plugin-vue": "^3.0.3",
"@vitejs/plugin-vue-jsx": "^2.0.1",
"@vitest/ws-client": "workspace:*",
"@vueuse/core": "^9.1.1",
"ansi-to-html": "^0.7.2",
"birpc": "^0.2.3",
"codemirror": "^5.65.8",
"codemirror-theme-vars": "^0.1.1",
"cypress": "^10.7.0",
"d3-graph-controller": "^2.3.11",
"flatted": "^3.2.7",
"floating-vue": "^2.0.0-y.0",
"picocolors": "^1.0.0",
"rollup": "^2.79.0",
"splitpanes": "^3.1.1",
"unocss": "^0.45.15",
"unplugin-auto-import": "^0.11.2",
"unplugin-vue-components": "^0.22.4",
"vite": "^3.0.9",
"vite-plugin-pages": "^0.26.0",
"vue": "^3.2.38",
"vue-router": "^4.1.5"
}
}