goshort/frontend/package.json

37 lines
1.0 KiB
JSON
Raw Permalink Normal View History

2023-08-17 14:14:59 -03:00
{
"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",
2023-09-21 22:56:01 -03:00
"lint:fix": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0 --fix",
2023-08-17 14:14:59 -03:00
"preview": "vite preview"
},
"dependencies": {
2023-08-19 14:24:58 -03:00
"@headlessui/react": "^1.7.17",
2023-08-19 02:03:42 -03:00
"@heroicons/react": "^2.0.18",
2023-08-18 19:51:10 -03:00
"classnames": "^2.3.2",
2023-08-17 14:14:59 -03:00
"react": "^18.2.0",
2023-08-18 19:51:10 -03:00
"react-dom": "^18.2.0",
2023-08-19 02:03:42 -03:00
"react-router-dom": "^6.15.0",
2023-08-24 22:03:58 -03:00
"ua-parser-js": "^1.0.35"
2023-08-17 14:14:59 -03:00
},
"devDependencies": {
2023-08-18 19:51:10 -03:00
"@marolint/eslint-config-react": "^1.0.2",
2023-08-17 14:14:59 -03:00
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
2023-08-24 22:03:58 -03:00
"@types/ua-parser-js": "^0.7.36",
2023-08-17 14:14:59 -03:00
"@vitejs/plugin-react-swc": "^3.3.2",
2023-08-18 19:51:10 -03:00
"autoprefixer": "^10.4.15",
"eslint": "^8.47.0",
"postcss": "^8.4.28",
"prettier": "^2.8.8",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.6",
2023-08-17 14:14:59 -03:00
"vite": "^4.4.5"
}
}