mirror of
https://github.com/vitest-dev/vitest.git
synced 2025-12-08 18:26:03 +00:00
60 lines
2.1 KiB
JSON
60 lines
2.1 KiB
JSON
{
|
|
"name": "@vitest/monorepo",
|
|
"version": "0.1.20",
|
|
"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",
|
|
"docs:examples": "esmo scripts/update-examples.ts",
|
|
"docs:contributors": "esmo scripts/update-contributors.ts",
|
|
"postinstall": "pnpm -C examples/vue2 i",
|
|
"lint": "eslint --ext .js,.vue,.ts,.tsx .",
|
|
"lint:fix": "eslint --ext .js,.vue,.ts,.tsx . --fix",
|
|
"release": "bumpp package.json packages/*/package.json --commit --push --tag && pnpm -r publish --access public",
|
|
"test": "vitest --api -r test/core",
|
|
"test:run": "vitest run -r test/core",
|
|
"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.15.0",
|
|
"@antfu/ni": "^0.12.0",
|
|
"@rollup/plugin-alias": "^3.1.9",
|
|
"@rollup/plugin-commonjs": "^21.0.1",
|
|
"@rollup/plugin-json": "^4.1.0",
|
|
"@rollup/plugin-node-resolve": "^13.1.3",
|
|
"@types/node": "^17.0.8",
|
|
"bumpp": "^7.1.1",
|
|
"c8": "^7.11.0",
|
|
"cross-env": "^7.0.3",
|
|
"esbuild": "0.13",
|
|
"eslint": "^8.6.0",
|
|
"esno": "^0.14.0",
|
|
"fast-glob": "^3.2.10",
|
|
"magic-string": "^0.25.7",
|
|
"node-fetch": "^3.1.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"pathe": "^0.2.0",
|
|
"pnpm": "^6.26.1",
|
|
"rimraf": "^3.0.2",
|
|
"rollup": "^2.63.0",
|
|
"rollup-plugin-dts": "^4.1.0",
|
|
"rollup-plugin-esbuild": "^4.8.2",
|
|
"rollup-plugin-license": "^2.6.1",
|
|
"typescript": "^4.5.4",
|
|
"vite": "^2.7.12",
|
|
"vitepress": "^0.21.4",
|
|
"vitest": "workspace:*",
|
|
"vue": "^3.2.25"
|
|
}
|
|
}
|