41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "teamtoxic.xyz",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview",
|
|
"format": "prettier --write ./src"
|
|
},
|
|
"dependencies": {
|
|
"@tabler/icons-react": "^3.30.0",
|
|
"@tailwindcss/vite": "^4.0.9",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-multi-carousel": "^2.8.5",
|
|
"react-scroll-parallax": "^3.4.5",
|
|
"tailwindcss": "^4.0.9"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.21.0",
|
|
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
|
|
"@types/react": "^19.0.10",
|
|
"@types/react-dom": "^19.0.4",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"eslint": "^9.21.0",
|
|
"eslint-config-prettier": "^10.0.2",
|
|
"eslint-plugin-import": "^2.31.0",
|
|
"eslint-plugin-prettier": "^5.2.3",
|
|
"eslint-plugin-react-hooks": "^5.0.0",
|
|
"eslint-plugin-react-refresh": "^0.4.19",
|
|
"globals": "^15.15.0",
|
|
"prettier": "^3.5.2",
|
|
"typescript": "~5.7.2",
|
|
"typescript-eslint": "^8.24.1",
|
|
"vite": "^6.2.0"
|
|
}
|
|
}
|