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
59 lines (59 loc) · 2.19 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 2.19 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
{
"name": "up-csi",
"version": "0.0.0",
"description": "The official website for UP CSI.",
"type": "module",
"packageManager": "pnpm@9.12.1+sha512.e5a7e52a4183a02d5931057f7a0dbff9d5e9ce3161e33fa68ae392125b79282a8a8a470a51dfc8a0ed86221442eb2fb57019b0990ed24fab519bf0e1bc5ccfc4",
"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 **/*.{js,svelte,ts}",
"lint:svelte": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@eslint/js": "^9.12.0",
"@fullhuman/postcss-purgecss": "^6.0.0",
"@linthtml/linthtml": "^0.10.1",
"@linthtml/linthtml-config-recommended": "^0.1.0",
"@steeze-ui/heroicons": "^2.4.0",
"@steeze-ui/simple-icons": "^1.9.0",
"@steeze-ui/svelte-icon": "^1.5.0",
"@sveltejs/adapter-static": "^3.0.5",
"@sveltejs/enhanced-img": "^0.3.9",
"@sveltejs/kit": "^2.7.0",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^22.7.5",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
"eslint": "^9.12.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.44.1",
"globals": "^14.0.0",
"htmlnano": "^2.1.1",
"postcss-prune-var": "^1.1.2",
"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": "^4.2.19",
"svelte-check": "^4.0.5",
"svelte-eslint-parser": "^0.41.1",
"tailwindcss": "^3.4.13",
"terser": "^5.34.1",
"typescript": "^5.6.3",
"typescript-eslint": "^8.8.1",
"valibot": "^0.42.1",
"vite": "^5.4.8"
}
}