-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.5 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.5 KB
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
{
"name": "caltech-dev",
"version": "0.1.0",
"private": false,
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@formkit/auto-animate": "^0.9.0",
"@hello-pangea/dnd": "^18.0.1",
"@mui/icons-material": "^9.1.0",
"@mui/material": "^9.1.0",
"@preact/signals": "^2.9.1",
"@schedule-x/calendar": "^4.6.0",
"@schedule-x/events-service": "^4.6.0",
"@schedule-x/react": "^4.1.0",
"@schedule-x/theme-default": "^4.6.0",
"fzf": "^0.5.1",
"ics": "^3.12.0",
"lz-string": "^1.5.0",
"motion": "^12.40.0",
"preact": "^10.29.2",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"temporal-polyfill": "^0.3.0",
"usehooks-ts": "^3.1.1"
},
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"dev": "wrangler dev",
"deploy": "wrangler deploy",
"lint": "oxlint",
"format": "prettier --write .",
"format:check": "prettier --check .",
"verify": "npm run lint && npm run format:check && npm run build"
},
"devDependencies": {
"@tailwindcss/vite": "^4.3.0",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react-swc": "^4.3.1",
"oxlint": "^1.69.0",
"prettier": "^3.8.4",
"tailwindcss": "^4.3.0",
"typescript": "^6.0.3",
"vite": "^8.0.16",
"vite-plugin-svgr": "^5.2.0",
"vite-tsconfig-paths": "^6.1.1",
"wrangler": "4.98.0"
},
"engines": {
"node": ">=20.19"
},
"homepage": "."
}