forked from BossNz/kmitl-x
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1016 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 1016 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
{
"name": "kmitl-x",
"description": "Transform KMITL Student Information System UI/UX with enhanced features for a better experience.",
"version": "2.0.1",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"repository": {
"type": "git",
"url": "https://github.com/BossNz/kmitl-x.git"
},
"devDependencies": {
"@crxjs/vite-plugin": "2.0.0-beta.26",
"@iconify/svelte": "^3.1.6",
"@sveltejs/vite-plugin-svelte": "4.0.0",
"@tsconfig/svelte": "5.0.4",
"@types/chrome": "0.0.279",
"svelte": "^5.33.14",
"svelte-check": "4.0.5",
"svelte-preprocess": "^6.0.3",
"tslib": "2.8.0",
"typescript": "5.6.3",
"vite": "5.4.10"
},
"dependencies": {
"@xpd/tailwind-3dtransforms": "^1.0.3",
"autoprefixer": "^10.4.20",
"html-to-image": "^1.11.11",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
"vite-plugin-svelte": "^3.0.1"
}
}