-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 2.28 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 2.28 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
{
"name": "oma-investment",
"private": true,
"version": "0.7.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "prettier --log-level warn --check \"./src/**/*.{cjs,js,jsx,ts,tsx,json,yaml,css,html,md}\" && eslint . --ext cjs,js,ts,tsx --report-unused-disable-directives --max-warnings 0",
"lint:fix": "eslint . --fix --ext cjs,js,ts,tsx --report-unused-disable-directives --max-warnings 0 && prettier --log-level warn --write \"./src/**/*.{cjs,js,jsx,ts,tsx,json,yaml,css,html,md}\"",
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/pro-light-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@heroui/framer-utils": "^2.1.15",
"@heroui/react": "^2.7.8",
"@hookform/resolvers": "^5.0.1",
"@tanstack/react-query": "^5.62.11",
"@tanstack/react-query-devtools": "^5.62.11",
"axios": "^1.13.5",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"framer-motion": "^12.9.4",
"js-cookie": "^3.0.5",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-dropzone": "^14.3.5",
"react-hook-form": "^7.54.2",
"react-intl": "^7.1.11",
"react-router": "^7.12.0",
"react-router-dom": "^7.5.3",
"react-toastify": "^10.0.6",
"react-use": "^17.6.0",
"recharts": "^2.15.0",
"tailwind-merge": "^2.6.0",
"tailwind-variants": "^1.0.0",
"usehooks-ts": "^3.1.0",
"zod": "^3.25.28"
},
"devDependencies": {
"@semantic-release/git": "^10.0.1",
"@tanstack/eslint-plugin-query": "^5.62.9",
"@types/js-cookie": "^3.0.6",
"@types/react": "^19.1.5",
"@types/react-dom": "^19.1.5",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react-swc": "^3.7.2",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.11",
"eslint-plugin-simple-import-sort": "^12.1.1",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"semantic-release": "^23.1.1",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"vite": "^6.4.1"
}
}