mirror of
https://github.com/ovosimpatico/SongQuiz.git
synced 2026-01-15 16:32:55 -03:00
38 lines
977 B
JSON
38 lines
977 B
JSON
|
|
{
|
||
|
|
"name": "frontend",
|
||
|
|
"private": true,
|
||
|
|
"version": "0.0.0",
|
||
|
|
"type": "module",
|
||
|
|
"scripts": {
|
||
|
|
"dev": "vite",
|
||
|
|
"build": "tsc -b && vite build",
|
||
|
|
"lint": "eslint .",
|
||
|
|
"preview": "vite preview"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@fontsource/inter": "^5.2.5",
|
||
|
|
"@fortawesome/fontawesome-svg-core": "^6.7.2",
|
||
|
|
"@fortawesome/free-solid-svg-icons": "^6.7.2",
|
||
|
|
"@fortawesome/react-fontawesome": "^0.2.2",
|
||
|
|
"axios": "^1.8.4",
|
||
|
|
"framer-motion": "^12.5.0",
|
||
|
|
"react": "^19.0.0",
|
||
|
|
"react-dom": "^19.0.0",
|
||
|
|
"react-router-dom": "^7.4.0",
|
||
|
|
"sass": "^1.86.0"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@eslint/js": "^9.21.0",
|
||
|
|
"@types/react": "^19.0.10",
|
||
|
|
"@types/react-dom": "^19.0.4",
|
||
|
|
"@vitejs/plugin-react": "^4.3.4",
|
||
|
|
"eslint": "^9.21.0",
|
||
|
|
"eslint-plugin-react-hooks": "^5.1.0",
|
||
|
|
"eslint-plugin-react-refresh": "^0.4.19",
|
||
|
|
"globals": "^15.15.0",
|
||
|
|
"typescript": "~5.7.2",
|
||
|
|
"typescript-eslint": "^8.24.1",
|
||
|
|
"vite": "^6.2.0"
|
||
|
|
}
|
||
|
|
}
|