forked from p-c-w/universe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.58 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
{
"name": "universe",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host --host",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@hookform/resolvers": "^3.1.0",
"@mantine/carousel": "^6.0.11",
"@mantine/core": "^6.0.11",
"@mantine/dates": "^6.0.11",
"@mantine/hooks": "^6.0.11",
"@mantine/modals": "^6.0.11",
"@mantine/notifications": "^6.0.11",
"@tabler/icons-react": "^2.20.0",
"@tanstack/react-query": "^4.29.11",
"@tanstack/react-query-devtools": "^4.29.11",
"apexcharts": "^3.40.0",
"axios": "^1.4.0",
"dayjs": "^1.11.7",
"dotenv": "^16.0.3",
"embla-carousel-autoplay": "^7.1.0",
"embla-carousel-react": "^7.1.0",
"html-react-parser": "^3.0.16",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-apexcharts": "^1.4.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.44.1",
"react-router-dom": "^6.11.2",
"recoil": "^0.7.7",
"zod": "^3.21.4"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^4.29.9",
"@types/react": "^18.2.7",
"@types/react-dom": "^18.2.4",
"@typescript-eslint/parser": "^5.59.7",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^8.41.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"vite": "^4.3.9"
}
}