-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.83 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 1.83 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
57
58
59
60
61
62
63
64
{
"name": "easy-btu-timetable",
"private": true,
"version": "1.0.0",
"type": "module",
"description": "Offline-first BTU schedule optimizer — upload course data, set constraints, and find your perfect week",
"homepage": "https://usltd.github.io/easy-btu-timetable/",
"repository": {
"type": "git",
"url": "https://github.com/USLTD/easy-btu-timetable.git"
},
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "lingui extract && lingui compile --typescript && tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"messages:extract": "lingui extract",
"messages:compile": "lingui compile --typescript"
},
"dependencies": {
"@dnd-kit/helpers": "^0.3.2",
"@dnd-kit/react": "^0.3.2",
"@lingui/core": "^5.9.1",
"@lingui/react": "^5.9.1",
"@tailwindcss/vite": "^4.2.0",
"html-to-image": "^1.11.13",
"lucide-react": "^0.575.0",
"lz-string": "^1.5.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"tailwindcss": "^4.2.0",
"vaul": "^1.1.2"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@lingui/babel-plugin-lingui-macro": "^5.9.1",
"@lingui/cli": "^5.9.1",
"@lingui/vite-plugin": "^5.9.1",
"@types/node": "^24.10.1",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.1",
"babel-plugin-react-compiler": "^1.0.0",
"eslint": "^9.39.1",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
"globals": "^16.5.0",
"typescript": "~5.9.3",
"typescript-eslint": "^8.48.0",
"vite": "^8.0.0-beta.13",
"vite-plugin-pwa": "^1.2.0",
"vite-plugin-sitemap": "^0.8.2",
"workbox-window": "^7.4.0"
},
"pnpm": {
"overrides": {
"vite": "^8.0.0-beta.13"
},
"onlyBuiltDependencies": [
"esbuild"
]
}
}