forked from up-csi/up-csi.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 2.18 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 2.18 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
{
"name": "up-csi",
"version": "0.0.0",
"description": "The official website for UP CSI.",
"type": "module",
"private": true,
"packageManager": "pnpm@9.12.2+sha512.22721b3a11f81661ae1ec68ce1a7b879425a1ca5b991c975b074ac220b187ce56c708fe5db69f4c962c989452eee76c82877f4ee80f474cebd61ee13461b6228",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"sync": "svelte-kit sync",
"fmt": "prettier --check .",
"fmt:fix": "prettier --write .",
"lint": "pnpm --parallel /^lint:/",
"lint:html": "linthtml src/**/*.html",
"lint:css": "stylelint src/**/*.css",
"lint:js": "eslint",
"lint:svelte": "svelte-check --tsconfig ./tsconfig.json"
},
"dependencies": {
"@iconify/icons-heroicons": "^1.2.9",
"@iconify/icons-simple-icons": "^1.2.74",
"@iconify/svelte": "^4.0.2",
"@sveltejs/kit": "^2.7.2",
"@types/html-minifier": "^4.0.5",
"html-minifier": "^4.0.0",
"svelte": "^5.1.0",
"valibot": "^0.42.1"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@linthtml/linthtml": "^0.10.1",
"@linthtml/linthtml-config-recommended": "^0.1.0",
"@sveltejs/adapter-static": "^3.0.5",
"@sveltejs/enhanced-img": "^0.3.9",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^22.7.9",
"autoprefixer": "^10.4.20",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.46.0",
"globals": "^14.0.0",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.7",
"prettier-plugin-tailwindcss": "^0.6.8",
"stylelint": "^16.10.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-tailwindcss": "^0.0.7",
"svelte-check": "^4.0.5",
"svelte-eslint-parser": "^0.43.0",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"typescript-eslint": "^8.11.0",
"vite": "^5.4.10",
"vite-plugin-tailwind-purgecss": "^0.3.3"
}
}