Initial Commit
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
"dev": "vite",
|
||||
"build": "tsc --project tsconfig.build.json && vite build",
|
||||
"preview": "vite preview",
|
||||
"test": "vitest",
|
||||
"test:ui": "vitest --ui",
|
||||
"test": "jest",
|
||||
"test:watch": "jest --watch",
|
||||
"lint": "eslint src",
|
||||
"type-check": "tsc --noEmit"
|
||||
},
|
||||
@@ -48,9 +48,12 @@
|
||||
"@emotion/babel-plugin": "^11.11.0",
|
||||
"typescript": "^5.6.3",
|
||||
"vite": "^5.0.6",
|
||||
"vitest": "^1.0.1",
|
||||
"jest": "^29.7.0",
|
||||
"@types/jest": "^29.5.10",
|
||||
"ts-jest": "^29.1.1",
|
||||
"jest-environment-jsdom": "^29.7.0",
|
||||
"@testing-library/react": "^16.0.0",
|
||||
"@testing-library/jest-dom": "^6.1.5",
|
||||
"@testing-library/user-event": "^14.5.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user