45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"name": "thegrapefruitsduo",
|
|
"private": true,
|
|
"version": "0.3.6",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --port 3000",
|
|
"build": "tsc && vite build",
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview",
|
|
"prettier:check": "npx prettier --check .",
|
|
"prettier:fix": "npx prettier --write ."
|
|
},
|
|
"dependencies": {
|
|
"@cloudinary/react": "^1.11.2",
|
|
"@cloudinary/url-gen": "^1.16.0",
|
|
"@fortawesome/free-brands-svg-icons": "^6.5.1",
|
|
"@fortawesome/free-solid-svg-icons": "^6.5.1",
|
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
"@react-oauth/google": "^0.12.1",
|
|
"bootstrap": "^5.3.2",
|
|
"js-cookie": "^3.0.5",
|
|
"jwt-decode": "^4.0.0",
|
|
"react": "^18.2.0",
|
|
"react-axios": "^2.0.6",
|
|
"react-bootstrap": "^2.10.0",
|
|
"react-dom": "^18.2.0",
|
|
"vite-plugin-package-version": "^1.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/js-cookie": "^3.0.6",
|
|
"@types/react": "^18.2.43",
|
|
"@types/react-dom": "^18.2.17",
|
|
"@typescript-eslint/eslint-plugin": "^6.14.0",
|
|
"@typescript-eslint/parser": "^6.14.0",
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
"eslint": "^8.55.0",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.5",
|
|
"prettier": "3.2.5",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^5.0.8"
|
|
}
|
|
}
|