generated from Mathh19/basic-template-react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.78 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "focus-mate",
"private": true,
"version": "2.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint src --ext .ts,.tsx",
"lint:fix": "eslint src --ext .ts,.tsx --fix",
"prepare": "husky install",
"preview": "vite preview"
},
"dependencies": {
"@hookform/resolvers": "^3.3.2",
"@radix-ui/react-slider": "^1.1.1",
"@react-oauth/google": "^0.12.1",
"@types/uuid": "^9.0.7",
"axios": "^1.6.2",
"js-cookie": "^3.0.5",
"react": "^18.2.0",
"react-circular-progressbar": "^2.1.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-helmet-async": "^1.3.0",
"react-hook-form": "^7.49.2",
"react-icons": "^4.8.0",
"react-router-dom": "^6.21.1",
"react-tooltip": "^5.10.5",
"tailwind-merge": "^2.2.0",
"uuid": "^9.0.1",
"worker-timers": "^7.0.65",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/js-cookie": "^3.0.6",
"@types/node": "^20.10.3",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-import-order": "^2.1.4",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.1",
"postcss": "^8.4.21",
"prettier": "^2.8.5",
"prettier-plugin-tailwindcss": "^0.2.5",
"tailwindcss": "^3.2.7",
"typescript": "^4.9.3",
"vite": "^4.3.9",
"vite-plugin-pwa": "^0.16.6",
"workbox-window": "^7.0.0"
}
}