oxc/tasks/e2e/package.json

18 lines
389 B
JSON

{
"name": "e2e",
"private": true,
"scripts": {
"build": "pnpm -w run build-dev",
"test": "vitest run ./test"
},
"devDependencies": {
"@oxc-minify/binding": "workspace:^",
"@oxc-transform/binding": "workspace:^",
"antd": "^5.23.1",
"fs-require": "^1.6.0",
"memfs": "^4.17.0",
"react": "^19.0.0",
"terser": "^5.37.0",
"vue": "^3.5.13"
}
}