-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.73 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2.73 KB
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
79
80
81
82
83
{
"name": "moreon",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"type-check": "tsc --noEmit",
"preview": "vite preview",
"lint:fix": "eslint \"src/**/*.{js,jsx,ts,tsx}\" --fix",
"formater": "prettier --write 'src/**/*.{js,jsx,cjs,ts,tsx,json,css,scss,md}'",
"tailwind:watch": "npx tailwindcss -i ./src/styles/index.css -o ./dist/assets/index.css --watch"
},
"dependencies": {
"@ant-design/icons": "^5.4.0",
"@hookform/resolvers": "^3.10.0",
"@pbe/react-yandex-maps": "^1.2.5",
"@radix-ui/react-dialog": "^1.1.10",
"@radix-ui/react-label": "^2.1.4",
"@radix-ui/react-popover": "^1.1.14",
"@radix-ui/react-radio-group": "^1.3.7",
"@radix-ui/react-slider": "^1.3.5",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tooltip": "^1.2.7",
"@radix-ui/themes": "^3.2.1",
"@supabase/supabase-js": "^2.49.6",
"@tanstack/react-query": "^5.74.4",
"@tanstack/react-query-devtools": "^5.74.9",
"@types/yandex-maps": "^2.1.36",
"axios": "^1.8.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^2.30.0",
"lucide-react": "^0.503.0",
"mobx": "^6.13.7",
"mobx-react-lite": "^4.1.0",
"rc-input-number": "^9.5.0",
"react": "^18.3.1",
"react-content-loader": "^7.0.2",
"react-day-picker": "^8.10.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.56.0",
"react-icons": "^5.5.0",
"react-router-dom": "^6.25.1",
"swiper": "^11.2.4",
"tailwind-merge": "^3.2.0",
"tailwindcss-animate": "^1.0.7",
"vercel": "^42.1.1",
"xss": "^1.0.15",
"yup": "^1.4.0",
"zod": "^3.24.3"
},
"devDependencies": {
"@types/leaflet": "^1.9.14",
"@types/node": "^22.1.0",
"@types/react": "^18.3.3",
"@types/react-day-picker": "^5.3.0",
"@types/react-dom": "^18.3.0",
"@types/swiper": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^8.24.0",
"@typescript-eslint/parser": "^8.24.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.7",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unused-imports": "^4.1.4",
"postcss": "^8.5.6",
"postcss-sorting": "^9.1.0",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "^3.4.17",
"typescript": "^5.5.4",
"vite": "^5.3.4",
"vite-plugin-svgr": "^4.2.0"
}
}