40 lines
1008 B
JSON
40 lines
1008 B
JSON
{
|
|
"name": "debugging-assignment-wizard",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview",
|
|
"test": "vitest",
|
|
"test:ui": "vitest --ui"
|
|
},
|
|
"dependencies": {
|
|
"react": "^19.2.8",
|
|
"react-dom": "^19.2.8"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^10.0.1",
|
|
"@tailwindcss/forms": "^0.5.11",
|
|
"@testing-library/jest-dom": "^7.0.1",
|
|
"@testing-library/react": "^16.3.2",
|
|
"@testing-library/user-event": "^14.6.6",
|
|
"@types/react": "^19.2.18",
|
|
"@types/react-dom": "^19.2.5",
|
|
"@vitejs/plugin-react": "^6.1.0",
|
|
"@vitest/ui": "^4.1.11",
|
|
"autoprefixer": "^10.5.4",
|
|
"eslint": "^10.9.0",
|
|
"eslint-plugin-react-hooks": "^7.1.1",
|
|
"eslint-plugin-react-refresh": "^0.5.4",
|
|
"globals": "^17.11.0",
|
|
"jsdom": "^30.0.1",
|
|
"postcss": "^8.5.26",
|
|
"tailwindcss": "^3.4.19",
|
|
"vite": "^8.2.2",
|
|
"vitest": "^4.1.11"
|
|
}
|
|
}
|