-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.8 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
77
78
{
"name": "nav-reservation-cc-update",
"version": "1.9.2",
"private": true,
"scripts": {
"dev": "vite --port $PORT",
"start": "vite",
"build:code": "tsc && vite build",
"build": "npm run lint && npm run build:code",
"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-api": "prettier --write './api/**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc.cjs",
"format": "npm run format-src && npm run format-helpers && npm run format-api",
"sync-i18n": "i18next-locales-sync -c ./locales-sync.config.js"
},
"dependencies": {
"@hookform/resolvers": "^3.4.2",
"@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.37.1",
"@tanstack/react-query-devtools": "^5.37.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"i18next": "^23.11.5",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-http-backend": "^2.5.2",
"lucide-react": "^0.379.0",
"payment": "^2.4.6",
"react": "^18.3.1",
"react-credit-cards-2": "^1.0.2",
"react-dom": "^18.3.1",
"react-dropzone": "^14.2.3",
"react-error-boundary": "^4.0.13",
"react-hook-form": "^7.51.5",
"react-i18next": "^14.1.1",
"react-router-dom": "^6.23.1",
"react-signature-canvas": "^1.0.6",
"tailwind-merge": "^2.3.0",
"util": "^0.12.5",
"zod": "^3.23.8",
"zustand": "^4.5.2"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
"@tailwindcss/forms": "^0.5.7",
"@types/node": "^20.12.12",
"@types/payment": "^2.1.7",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@types/react-router-dom": "^5.3.3",
"@types/react-signature-canvas": "^1.0.5",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.2",
"i18next-locales-sync": "^2.0.1",
"postcss": "^8.4.33",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss": "^3.4.3",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.4.5",
"vite": "^5.2.11"
}
}