mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-02-09 02:49:29 +08:00
* feat: add tests package * fix * fix * debug * debug * debug * fix * debug * fix: no concurrent * fix * test: add vite-app tests * test: add tests
25 lines
544 B
JSON
25 lines
544 B
JSON
{
|
|
"name": "tests",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"description": "Integration tests for shadcn CLI",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "vitest run",
|
|
"test:watch": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"shadcn": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@types/fs-extra": "^11.0.1",
|
|
"@types/node": "^20.11.27",
|
|
"execa": "^7.0.0",
|
|
"fs-extra": "^11.1.0",
|
|
"rimraf": "^6.0.1",
|
|
"typescript": "^5.5.3",
|
|
"vite-tsconfig-paths": "^4.2.0",
|
|
"vitest": "^2.1.9",
|
|
"wait-port": "^1.1.0"
|
|
}
|
|
} |