-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.68 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
{
"name": "@fortuna/client",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@apollo/client": "3.7.17",
"@auth0/auth0-react": "2.2.0",
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"auth0-js": "9.22.1",
"chart.js": "4.3.3",
"chartjs-adapter-date-fns": "3.0.0",
"date-fns": "2.30.0",
"formik": "2.4.3",
"jwt-decode": "3.1.2",
"material-react-table": "1.14.0",
"react": "18.2.0",
"react-chartjs-2": "5.2.0",
"react-dom": "18.2.0",
"react-editext": "6.0.0",
"react-icons": "4.10.1",
"react-router-dom": "6.14.2",
"react-select": "5.7.4",
"react-virtualized-auto-sizer": "1.0.20",
"tailwind-merge": "1.14.0",
"yup": "1.2.0"
},
"devDependencies": {
"@faker-js/faker": "8.0.2",
"@swc/cli": "0.1.62",
"@swc/core": "1.3.74",
"@types/auth0-js": "9.21.0",
"@types/chartjs": "0.0.31",
"@types/node": "20.4.6",
"@types/react": "18.2.18",
"@types/react-dom": "18.2.7",
"@types/use-sync-external-store": "0.0.3",
"@typescript-eslint/eslint-plugin": "6.2.1",
"@typescript-eslint/parser": "6.2.1",
"@vitejs/plugin-react-swc": "3.3.2",
"autoprefixer": "10.4.14",
"daisyui": "3.5.0",
"eslint": "8.46.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react-refresh": "0.4.3",
"postcss": "8.4.27",
"tailwindcss": "3.3.3",
"typescript": "5.1.6",
"vite": "4.4.8"
},
"prettier": {
"trailingComma": "all",
"tabWidth": 4,
"semi": true,
"singleQuote": false,
"useTabs": true
}
}