vitest/package.json
2021-12-30 16:54:09 +08:00

57 lines
2.0 KiB
JSON

{
"name": "@vitest/monorepo",
"version": "0.0.124",
"private": true,
"description": "A blazing fast unit test framework powered by Vite",
"type": "module",
"scripts": {
"build": "pnpm -r --filter {packages} run build",
"ci": "ni && nr typecheck && nr lint && nr build && nr test:all",
"dev": "pnpm -r --parallel --filter {packages} run dev",
"docs": "npm -C docs run dev",
"docs:build": "npm -C docs run build",
"docs:serve": "npm -C docs run serve",
"postinstall": "cd test/vue2 && npx pnpm i",
"lint": "eslint --ext .js,.vue,.ts .",
"lint:fix": "eslint --ext .js,.vue,.ts . --fix",
"release": "bumpp package.json packages/*/package.json --commit --push --tag && pnpm -r publish --access public",
"test": "vitest -r test/core --api",
"test:all": "cross-env CI=true pnpm -r --stream --filter !@vitest/monorepo run test --",
"test:ci": "cross-env CI=true pnpm -r --stream --filter !@vitest/monorepo --filter !@vitest/test-fails run test --",
"typecheck": "tsc --noEmit",
"ui:build": "vite build packages/ui",
"ui:dev": "vite packages/ui"
},
"devDependencies": {
"@antfu/eslint-config": "^0.14.2",
"@antfu/ni": "^0.12.0",
"@rollup/plugin-alias": "^3.1.8",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.1",
"@types/node": "^17.0.5",
"bumpp": "^7.1.1",
"c8": "^7.10.0",
"cross-env": "^7.0.3",
"esbuild": "0.13",
"eslint": "^8.5.0",
"esno": "^0.13.0",
"fast-glob": "^3.2.7",
"magic-string": "^0.25.7",
"node-fetch": "^3.1.0",
"npm-run-all": "^4.1.5",
"pathe": "^0.2.0",
"pnpm": "^6.24.3",
"rimraf": "^3.0.2",
"rollup": "^2.62.0",
"rollup-plugin-dts": "^4.1.0",
"rollup-plugin-esbuild": "^4.8.1",
"rollup-plugin-license": "^2.6.0",
"typescript": "^4.5.4",
"vite": "^2.7.10",
"vitepress": "^0.20.10",
"vitest": "workspace:*",
"vue": "^3.2.25"
}
}