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
53 lines (53 loc) · 1.94 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.94 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
{
"name": "up-csi",
"version": "0.0.0",
"description": "The official website for UP CSI.",
"type": "module",
"private": true,
"packageManager": "pnpm@10.19.0+sha512.c9fc7236e92adf5c8af42fd5bf1612df99c2ceb62f27047032f4720b33f8eacdde311865e91c411f2774f618d82f320808ecb51718bfa82c060c4ba7c76a32b8",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"prepare": "svelte-kit sync",
"fmt": "prettier --experimental-cli --check .",
"fmt:fix": "prettier --experimental-cli --write .",
"lint": "pnpm --workspace-root --parallel /^lint:/",
"lint:eslint": "eslint --cache --concurrency auto",
"lint:svelte": "svelte-check --tsconfig ./tsconfig.json"
},
"dependencies": {
"@iconify/icons-heroicons": "^1.2.9",
"@iconify/icons-simple-icons": "^1.2.74",
"@iconify/svelte": "^5.0.2",
"@sveltejs/kit": "^2.47.3",
"html-minifier": "^4.0.0",
"svelte": "^5.41.4",
"valibot": "^1.1.0"
},
"devDependencies": {
"@eslint/css": "^0.9.0",
"@eslint/js": "^9.38.0",
"@html-eslint/eslint-plugin": "^0.47.0",
"@sveltejs/adapter-static": "^3.0.10",
"@sveltejs/enhanced-img": "^0.8.4",
"@sveltejs/vite-plugin-svelte": "^6.2.1",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.1.16",
"@types/html-minifier": "^4.0.6",
"@types/node": "^24.9.1",
"eslint": "^9.38.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-svelte": "^3.12.5",
"globals": "^16.4.0",
"prettier": "^3.6.2",
"prettier-plugin-svelte": "^3.4.0",
"prettier-plugin-tailwindcss": "^0.7.1",
"svelte-check": "^4.3.3",
"tailwindcss": "^4.1.16",
"typescript": "^5.9.3",
"typescript-eslint": "^8.46.2",
"vite": "^7.1.12"
}
}