|
|
@ -0,0 +1,44 @@ |
|
|
|
|
|
{ |
|
|
|
|
|
"name": "2021-2022-devops-final-frontend", |
|
|
|
|
|
"version": "0.0.0", |
|
|
|
|
|
"scripts": { |
|
|
|
|
|
"dev": "vite", |
|
|
|
|
|
"build": "tsc && vite build", |
|
|
|
|
|
"serve": "vite preview", |
|
|
|
|
|
"test:unit": "echo ok", |
|
|
|
|
|
"format:write": "prettier --write \"**/*.{js,vue,json,ts,tsx,md,yml,html}\"", |
|
|
|
|
|
"format:check": "prettier --list-different \"**/*.{js,vue,json,ts,tsx,md,yml,html}\"" |
|
|
|
|
|
}, |
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
"@heroicons/react": "1.0.5", |
|
|
|
|
|
"@tailwindcss/forms": "0.3.4", |
|
|
|
|
|
"axios": "0.23.0", |
|
|
|
|
|
"react": "^17.0.0", |
|
|
|
|
|
"react-dom": "^17.0.0", |
|
|
|
|
|
"react-hook-form": "7.17.5", |
|
|
|
|
|
"react-query": "3.28.0" |
|
|
|
|
|
}, |
|
|
|
|
|
"devDependencies": { |
|
|
|
|
|
"@testing-library/react": "12.1.2", |
|
|
|
|
|
"@testing-library/user-event": "13.5.0", |
|
|
|
|
|
"@types/react": "^17.0.14", |
|
|
|
|
|
"@types/react-dom": "^17.0.9", |
|
|
|
|
|
"@vitejs/plugin-react": "^1.0.0", |
|
|
|
|
|
"@vitejs/plugin-react-refresh": "^1.3.5", |
|
|
|
|
|
"autoprefixer": "^10.3.7", |
|
|
|
|
|
"husky": "7.0.4", |
|
|
|
|
|
"identity-obj-proxy": "^3.0.0", |
|
|
|
|
|
"msw": "0.35.0", |
|
|
|
|
|
"postcss": "^8.3.11", |
|
|
|
|
|
"prettier": "2.4.1", |
|
|
|
|
|
"pretty-quick": "3.1.1", |
|
|
|
|
|
"tailwindcss": "2.2.17", |
|
|
|
|
|
"typescript": "^4.3.5", |
|
|
|
|
|
"vite": "^2.4.2" |
|
|
|
|
|
}, |
|
|
|
|
|
"husky": { |
|
|
|
|
|
"hooks": { |
|
|
|
|
|
"pre-commit": "pretty-quick --staged" |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
} |