quelques modifications
This diff is collapsed.
... | ... | @@ -7,6 +7,7 @@ |
"dev": "vite", | ||
"build": "tsc && vite build", | ||
"preview": "vite preview", | ||
"check": "tsc --noEmit --skipLibCheck", | ||
"format": "prettier --write src/**/*.ts{,x}" | ||
}, | ||
"dependencies": { | ||
... | ... | @@ -14,10 +15,20 @@ |
"react-dom": "^18.2.0" | ||
}, | ||
"devDependencies": { | ||
"@trivago/prettier-plugin-sort-imports": "^4.0.0", | ||
"@types/react": "^18.0.26", | ||
"@types/react-dom": "^18.0.9", | ||
"@typescript-eslint/eslint-plugin": "^5.49.0", | ||
"@typescript-eslint/parser": "^5.49.0", | ||
"@vitejs/plugin-react": "^3.0.0", | ||
"eslint": "^8.32.0", | ||
"eslint-config-prettier": "^8.6.0", | ||
"eslint-plugin-import": "^2.27.5", | ||
"eslint-plugin-jsx-a11y": "^6.7.1", | ||
"eslint-plugin-react": "^7.32.1", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"prettier": "^2.8.3", | ||
"typescript": "^4.9.3", | ||
"vite": "^4.0.0" | ||
} | ||
} | ||
\ No newline at end of file | ||
} |
Please register or sign in to comment