-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.4 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
{
"private": true,
"author": "Ender <zengande@outlook.com>",
"scripts": {
"build": "umi build",
"dev": "cross-env UMI_ENV=dev umi dev",
"postinstall": "umi setup",
"setup": "umi setup",
"start": "npm run dev",
"prettier:test": "prettier --check \"**/*.{ts,tsx,css}\"",
"prettier:write": "prettier --write \"**/*.{ts,tsx,css}\""
},
"dependencies": {
"@axa-fr/react-oidc": "^7.22.3",
"@mantine/carousel": "^7.9.0",
"@mantine/charts": "^7.8.0",
"@mantine/core": "^7.8.0",
"@mantine/dates": "^7.8.0",
"@mantine/dropzone": "^7.8.0",
"@mantine/form": "^7.8.0",
"@mantine/hooks": "^7.8.0",
"@mantine/modals": "^7.8.0",
"@mantine/notifications": "^7.8.0",
"clsx": "^2.1.1",
"dayjs": "^1.11.10",
"embla-carousel-react": "^7.1.0",
"lucide-react": "^0.371.0",
"react-top-loading-bar": "^2.3.1",
"recharts": "2",
"umi": "^4.1.9"
},
"devDependencies": {
"@types/mockjs": "^1.0.10",
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
"@umijs/plugins": "^4.1.9",
"cross-env": "^7.0.3",
"mockjs": "^1.1.0",
"prettier": "^2",
"prettier-plugin-organize-imports": "^3.2.2",
"prettier-plugin-packagejson": "^2.4.3",
"stylelint": "^16.3.1",
"tailwind-merge": "^2.2.2",
"tailwindcss": "^3",
"typescript": "^5"
},
"peerDependencies": {
"react": "^18",
"react-dom": "^18"
}
}