-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.1 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
{
"name": "coach-admin-sl",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc --noEmit && vite build",
"preview": "vite preview",
"storybook": "storybook dev -p 3002",
"build-storybook": "storybook build",
"lint": "eslint . --ext .ts,.tsx"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.17",
"@chakra-ui/react": "^2.5.1",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@fontsource/noto-sans": "^5.0.17",
"@hookform/resolvers": "^3.1.1",
"@superset-ui/embedded-sdk": "^0.1.0-alpha.9",
"@types/papaparse": "^5.3.14",
"@types/react-date-range": "^1.4.9",
"@types/styled-system": "^5.1.16",
"axios": "^1.3.4",
"chart.js": "^4.4.0",
"date-fns": "^2.30.0",
"file-saver": "^2.0.5",
"framer-motion": "^10.2.3",
"i18next": "^22.4.11",
"papaparse": "^5.4.1",
"qrcode": "^1.5.3",
"qrcode.react": "^3.1.0",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-date-range": "^1.4.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.5",
"react-i18next": "^12.2.0",
"react-paginate": "^8.2.0",
"react-router-dom": "6.4.3",
"react-toastify": "^9.1.1",
"styled-system": "^5.1.5",
"xlsx": "^0.18.5",
"yup": "^1.2.0"
},
"devDependencies": {
"@babel/core": "^7.21.0",
"@rollup/plugin-dsv": "^3.0.4",
"@types/file-saver": "^2.0.7",
"@types/node": "^18.14.6",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"@vitejs/plugin-react-swc": "^3.0.0",
"babel-loader": "^8.3.0",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.9.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^3.0.0",
"typescript": "^4.9.3",
"vite": "^4.1.0"
}
}