-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
48 lines (48 loc) · 1.31 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
{
"name": "cherrypush",
"type": "module",
"private": true,
"scripts": {
"build": "vite build --outDir public"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.13.0",
"@headlessui/react": "^1.7.17",
"@mui/icons-material": "^5.15.15",
"@mui/material": "^5.16.7",
"@tanstack/react-query": "^4.24.6",
"@tanstack/react-query-devtools": "^4.33.0",
"@tanstack/react-table": "^8.20.5",
"apexcharts": "^3.49.1",
"axios": "^1.7.7",
"classnames": "^2.3.2",
"flowbite": "^2.5.2",
"flowbite-react": "^0.7.0",
"lodash": "^4.17.21",
"ninja-keys": "^1.2.2",
"react": "^18.2.0",
"react-apexcharts": "^1.4.1",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.12.0",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.15.0",
"remark-gfm": "^4.0.0",
"tiny-invariant": "^1.3.3",
"typescript": "^5.2.2"
},
"devDependencies": {
"@prettier/plugin-ruby": "1.6.1",
"@types/lodash": "^4.17.7",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"eslint": "^8.55.0",
"eslint-plugin-react": "^7.37.0",
"prettier": "2.2.1",
"prettier-plugin-erb": "^0.4.0",
"vite": "^5.4.6",
"vite-plugin-ruby": "^5.0.0"
},
"version": "0.0.0"
}