-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.7 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "nav-reservation-cc-update",
"version": "1.9.1",
"private": true,
"scripts": {
"dev": "vite --port $PORT",
"start": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint --max-warnings=0 src",
"lint:fix": "eslint --fix --max-warnings=0 src",
"format-src": "prettier --write './src/**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc.cjs",
"format-helpers": "prettier --write './helpers/**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc.cjs",
"format-netlify": "prettier --write './netlify/**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc.cjs",
"format": "npm run format-src && npm run format-helpers && npm run format-netlify",
"sync-i18n": "i18next-locales-sync -c ./locales-sync.config.js"
},
"dependencies": {
"@hookform/resolvers": "^3.3.4",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@tanstack/react-query": "^5.17.9",
"@tanstack/react-query-devtools": "^5.17.9",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"i18next": "^23.7.16",
"i18next-browser-languagedetector": "^7.2.0",
"i18next-http-backend": "^2.4.2",
"lucide-react": "^0.364.0",
"payment": "^2.4.6",
"react": "^18.2.0",
"react-credit-cards-2": "^1.0.1",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-error-boundary": "^4.0.12",
"react-hook-form": "^7.49.2",
"react-i18next": "^14.0.0",
"react-router-dom": "^6.21.1",
"react-signature-canvas": "^1.0.6",
"tailwind-merge": "^2.2.0",
"util": "^0.12.5",
"zod": "^3.22.4",
"zustand": "^4.4.7"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"@tailwindcss/forms": "^0.5.7",
"@types/node": "^20.10.7",
"@types/payment": "^2.1.7",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@types/react-router-dom": "^5.3.3",
"@types/react-signature-canvas": "^1.0.5",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.16",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-prettier": "^5.1.2",
"i18next-locales-sync": "^2.0.1",
"postcss": "^8.4.33",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.11",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.3.3",
"vite": "^5.0.11",
"vite-plugin-eslint": "^1.8.1"
}
}