goshort/frontend/package.json
Gustavo Maronato c00d6ecca7
All checks were successful
Check / checks (push) Successful in 3m28s
better build and stuff
2023-09-21 22:56:01 -03:00

37 lines
1.0 KiB
JSON

{
"name": "goshort",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"lint:fix": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0 --fix",
"preview": "vite preview"
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"classnames": "^2.3.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.15.0",
"ua-parser-js": "^1.0.35"
},
"devDependencies": {
"@marolint/eslint-config-react": "^1.0.2",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/ua-parser-js": "^0.7.36",
"@vitejs/plugin-react-swc": "^3.3.2",
"autoprefixer": "^10.4.15",
"eslint": "^8.47.0",
"postcss": "^8.4.28",
"prettier": "^2.8.8",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.6",
"vite": "^4.4.5"
}
}