39 lines
1.0 KiB
JSON
39 lines
1.0 KiB
JSON
{
|
|
"name": "accident-counter",
|
|
"version": "1.0.0",
|
|
"main": "src/index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "vite dev",
|
|
"test": "vitest",
|
|
"test:ui": "vitest --ui"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/stevekinney/testing-javascript.git"
|
|
},
|
|
"author": "Steve Kinney <hello@stevekinney.net>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/stevekinney/testing-javascript/issues"
|
|
},
|
|
"homepage": "https://github.com/stevekinney/testing-javascript#readme",
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.47.2",
|
|
"@testing-library/dom": "^10.4.0",
|
|
"@testing-library/jest-dom": "^6.5.0",
|
|
"@testing-library/react": "^16.0.1",
|
|
"@types/node": "^22.7.4",
|
|
"@types/react": "^18.3.6",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@types/testing-library__jest-dom": "^5.14.9",
|
|
"@vitejs/plugin-react": "^4.3.1",
|
|
"@vitest/ui": "^2.1.1",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"tailwindcss": "^3.4.11",
|
|
"vite": "^5.4.5",
|
|
"vitest": "^2.1.1"
|
|
}
|
|
}
|