-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 2.05 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build && vite build --ssr",
"lint": "npx eslint resources --ext .js,.jsx,.ts,.tsx",
"lint:fix": "npx eslint resources --ext .js,.jsx,.ts,.tsx --fix",
"knip": "knip --exclude=devDependencies"
},
"devDependencies": {
"@headlessui/react": "^1.4.2",
"@inertiajs/react": "^1.0.0",
"@tailwindcss/forms": "^0.5.3",
"@types/date-fns": "^2.6.0",
"@types/google.maps": "^3.55.8",
"@types/node": "^18.13.0",
"@types/react": "^18.2.19",
"@types/react-dom": "^18.0.10",
"@types/react-onclickoutside": "^6.7.10",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react": "^4.2.0",
"autoprefixer": "^10.4.12",
"axios": "^1.1.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.34.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-tailwindcss": "^3.17.5",
"knip": "^5.33.3",
"laravel-vite-plugin": "^0.8.0",
"postcss": "^8.4.31",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.2.1",
"typescript": "^5.3.3",
"vite": "^4.0.0"
},
"dependencies": {
"@googlemaps/react-wrapper": "^1.1.35",
"@heroicons/react": "^2.1.3",
"@material-tailwind/react": "^2.1.0",
"@tailwindcss/typography": "^0.5.13",
"@types/lodash.debounce": "^4.0.9",
"date-fns": "^3.6.0",
"lodash.debounce": "^4.0.8",
"react-datepicker": "^7.3.0",
"react-select": "^5.8.1",
"react-toastify": "^10.0.6"
},
"overrides": {
"popmotion": "11.0.5"
}
}