-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.15 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.15 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
{
"name": "kmitl-wizard",
"description": "🧙♂️ KMITL Schedule Table Extension",
"author": {
"name": "PunGrumpy",
"url": "https://pungrumpy.com"
},
"homepage": "https://github.com/PunGrumpy/kmitl-wizard",
"version": "1.5.0",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"check": "svelte-check --tsconfig ./tsconfig.json",
"prettier": "prettier --write \"src/**/*.{svelte,ts,js,json,css,scss,less,html}\""
},
"dependencies": {
"autoprefixer": "^10.4.19",
"html-to-image": "^1.11.11",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.4"
},
"devDependencies": {
"@crxjs/vite-plugin": "2.0.0-beta.18",
"@iconify/svelte": "^4.0.2",
"@sveltejs/vite-plugin-svelte": "3.1.1",
"@tsconfig/svelte": "5.0.4",
"@types/chrome": "0.0.268",
"prettier": "^3.3.2",
"prettier-plugin-svelte": "^3.2.5",
"svelte": "4.2.18",
"svelte-check": "3.8.1",
"svelte-preprocess": "6.0.1",
"tslib": "2.6.3",
"typescript": "5.5.2",
"vite": "4.2.3",
"vite-plugin-zip-pack": "^1.2.3"
},
"trustedDependencies": [
"svelte-preprocess"
]
}