-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 883 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 883 Bytes
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
{
"name": "school-of-life-portal",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"devDependencies": {
"@eslint/js": "9.23.0",
"@tauri-apps/cli": "2.4.0",
"@types/eslint__js": "8.42.3",
"@types/node": "22.13.13",
"browserslist": "4.24.4",
"eslint": "9.23.0",
"globals": "16.0.0",
"lightningcss": "1.29.3",
"prettier": "3.5.3",
"terser": "5.39.0",
"typescript": "5.8.2",
"typescript-eslint": "8.28.0",
"vite": "6.2.3",
"vite-plugin-eslint": "1.8.1",
"vite-plugin-html": "3.2.2"
},
"dependencies": {
"@tauri-apps/api": "2.4.0",
"@tauri-apps/plugin-shell": "2.2.0",
"epubjs": "0.3.93"
},
"overrides": {
"epubjs": {
"@xmldom/xmldom": "npm:dry-uninstall",
"jszip": "npm:dry-uninstall",
"localforage": "npm:dry-uninstall"
}
}
}