-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
64 lines (64 loc) · 1.8 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
{
"name": "hydrant",
"homepage": ".",
"version": "0.1.0",
"private": true,
"type": "module",
"dependencies": {
"@chakra-ui/react": "^3.5.1",
"@emotion/react": "^11.14.0",
"@fontsource-variable/inter": "^5.1.1",
"@fullcalendar/core": "^6.1.15",
"@fullcalendar/interaction": "^6.1.15",
"@fullcalendar/react": "^6.1.15",
"@fullcalendar/timegrid": "^6.1.15",
"@react-oauth/google": "^0.2.8",
"ag-grid-react": "^33.0.4",
"html-entities": "^2.5.2",
"ical-generator": "^8.1.1",
"msgpack-lite": "^0.1.26",
"nanoid": "^3.3.8",
"next-themes": "^0.4.4",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-icons": "^5.4.0",
"react-use": "^17.6.0",
"rrule": "^2.8.1",
"timezones-ical-library": "^1.9.1"
},
"scripts": {
"dev": "vite",
"start": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"format": "prettier --write '**/*.{ts,tsx}'",
"ci-prettier": "prettier --check '**/*.{ts,tsx}'",
"ci-eslint": "eslint ."
},
"engines": {
"node": ">=20.0"
},
"devDependencies": {
"@chakra-ui/cli": "^3.5.1",
"@eslint/js": "^9.16.0",
"@types/gapi.client.calendar-v3": "^0.0.4",
"@types/msgpack-lite": "^0.1.11",
"@types/node": "^22.10.10",
"@types/react": "19.0.7",
"@types/react-dom": "19.0.3",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.19.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.18",
"globals": "^15.14.0",
"prettier": "3.4.1",
"sass-embedded": "^1.83.4",
"typescript": "^5.7.3",
"typescript-eslint": "^8.22.0",
"vite": "^6.0.11",
"vite-plugin-checker": "^0.8.0",
"vite-plugin-node-polyfills": "^0.23.0",
"vite-tsconfig-paths": "^5.1.4"
}
}