-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (89 loc) · 2.72 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
79
80
81
82
83
84
85
86
87
88
89
{
"name": "levetica",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@chakra-ui/react": "^3.1.1",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@headlessui/react": "^2.2.0",
"@heroicons/react": "^2.2.0",
"@mantine/carousel": "^7.11.1",
"@mantine/charts": "^7.11.1",
"@mantine/code-highlight": "^7.12.2",
"@mantine/core": "^7.11.1",
"@mantine/dates": "^7.12.2",
"@mantine/dropzone": "^7.12.2",
"@mantine/form": "^7.14.1",
"@mantine/hooks": "^7.11.1",
"@mantine/modals": "^7.11.1",
"@mantine/notifications": "^7.11.1",
"@mantine/nprogress": "^7.12.2",
"@mantine/spotlight": "^7.11.1",
"@mantine/tiptap": "^7.11.1",
"@mantinex/mantine-logo": "^1.0.1",
"@materializecss/materialize": "^2.1.0",
"@mdx-js/react": "^3.1.0",
"@microsoft/eslint-formatter-sarif": "^3.1.0",
"@mui/material": "^6.1.7",
"@nextui-org/react": "^2.4.8",
"@tabler/icons-react": "^3.17.0",
"@tiptap/extension-link": "^2.9.1",
"@tiptap/react": "^2.9.1",
"@tiptap/starter-kit": "^2.9.1",
"@types/npm": "^7.19.3",
"@vercel/analytics": "^1.4.0",
"@vercel/speed-insights": "^1.1.0",
"body-parser": "^1.20.3",
"bootstrap": "^5.3.3",
"cdbreact": "^1.5.19",
"cors": "^2.8.5",
"darkmode-js": "^1.5.7",
"dayjs": "^1.11.13",
"embla-carousel-react": "^8.4.0",
"express": "^4.21.1",
"firebase": "^11.0.1",
"flowbite-react": "^0.10.2",
"framer-motion": "^11.11.17",
"lodash": "^4.17.21",
"lucide-react": "^0.456.0",
"npm": "^10.9.0",
"npm-check-updates": "^17.1.9",
"react": "^18.3.1",
"react-bootstrap": "^2.10.5",
"react-dom": "^18.3.1",
"react-ga4": "^2.1.0",
"react-router-dom": "^6.28.0",
"recharts": "^2.13.3",
"semantic-ui-react": "^2.1.5",
"styled-components": "^6.1.11"
},
"devDependencies": {
"@eslint/js": "^9.10.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.20",
"eslint": "^9.14.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.12.0",
"postcss": "^8.4.49",
"postcss-preset-mantine": "^1.15.0",
"postcss-simple-vars": "^7.0.1",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"typescript-eslint": "^8.12.2",
"vite": "^5.4.11"
}
}