-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
54 lines (54 loc) · 1.48 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
{
"name": "care_dashboard",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint --ext .ts,.tsx src",
"format": "prettier --write src/**/*.{ts,tsx}"
},
"dependencies": {
"@headlessui/react": "^1.7.3",
"@react-google-maps/api": "^2.12.0",
"@react-spring/web": "^9.4.5",
"@types/google-map-react": "^2.1.7",
"axios": "^0.27.2",
"clsx": "^1.1.1",
"date-fns": "^2.29.3",
"dayjs": "^1.11.3",
"fuse.js": "^6.6.2",
"google-map-react": "^2.2.0",
"lodash-es": "^4.17.21",
"qrcode.react": "^3.1.0",
"raviger": "^4.1.0",
"rc-table": "^7.26.0",
"react": "^18.0.0",
"react-csv": "^2.2.2",
"react-dom": "^18.0.0",
"react-feather": "^2.0.10",
"react-query": "^3.39.1"
},
"devDependencies": {
"@types/lodash-es": "^4.17.6",
"@types/node": "^18.11.7",
"@types/react": "^18.0.0",
"@types/react-csv": "^1.1.3",
"@types/react-dom": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/parser": "^5.28.0",
"@vitejs/plugin-react": "^1.3.0",
"autoprefixer": "^10.4.7",
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-vue": "^9.1.1",
"postcss": "^8.4.14",
"prettier": "^2.7.1",
"tailwindcss": "^3.1.3",
"typescript": "^4.6.3",
"vite": "^2.9.13"
}
}