mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 04:08:41 +00:00
18 lines
389 B
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"
|
|
}
|
|
}
|