6 "build": "react-scripts build",
7 "eject": "react-scripts eject",
8 "fix": "prettier --write src",
9 "lint": "prettier --check src",
10 "start": "react-scripts start",
11 "test": "react-scripts test",
12 "prepare": "husky install"
15 "@headlessui/react": "^1.4.2",
16 "@heroicons/react": "^1.0.6",
17 "@tailwindcss/forms": "^0.5.2",
18 "@testing-library/jest-dom": "^5.16.1",
19 "@testing-library/react": "^12.1.2",
20 "@testing-library/user-event": "^13.5.0",
21 "@types/jest": "^29.5.4",
22 "@types/node": "^16.11.19",
23 "@types/react": "^17.0.38",
24 "@types/react-dom": "^17.0.11",
25 "@types/ua-parser-js": "^0.7.36",
26 "classnames": "^2.3.1",
27 "date-fns": "^2.29.1",
28 "egoroof-blowfish": "^2.2.2",
29 "grapheme-splitter": "1.0.4",
30 "query-string": "^7.1.1",
32 "react-countdown": "^2.3.2",
33 "react-datepicker": "^4.8.0",
34 "react-div-100vh": "^0.7.0",
35 "react-dom": "^17.0.2",
36 "react-scripts": "5.0.1",
37 "typescript": "^4.5.4",
38 "ua-parser-js": "^1.0.35",
39 "web-vitals": "^3.4.0"
54 "last 1 chrome version",
55 "last 1 firefox version",
56 "last 1 safari version"
60 "@trivago/prettier-plugin-sort-imports": "^4.2.0",
61 "@types/react-datepicker": "^4.4.2",
62 "autoprefixer": "^10.4.15",
64 "lint-staged": "^13.2.2",
67 "prettier-plugin-tailwindcss": "^0.5.4",
68 "tailwindcss": "^3.0.12"
71 "src/**/*.{ts,tsx,js,jsx,css,md}": "prettier --write"
75 "@/(.*)": "<rootDir>/src/$1"