-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.51 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.51 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
{
"name": "quansat.dev",
"private": true,
"type": "module",
"scripts": {
"dev": "vite dev --port 2024",
"build": "vite build --mode production",
"preview": "vite preview",
"lint": "run-p lint:*",
"lint:svelte": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"lint:es": "eslint .",
"format": "prettier --write ."
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20241202.0",
"@eslint/compat": "^1.2.4",
"@svelte-put/inline-svg": "4.0.0",
"@svelte-put/preprocess-external-link": "1.0.0",
"@sveltejs/adapter-cloudflare": "^4.8.0",
"@sveltejs/enhanced-img": "^0.4.1",
"@sveltejs/kit": "^2.9.0",
"@sveltejs/vite-plugin-svelte": "5.0.1",
"@tailwindcss/vite": "4.0.0-beta.5",
"@types/node": "^22.10.1",
"@vnphanquang/eslint-config": "^3.0.1",
"eslint": "^9.16.0",
"eslint-plugin-svelte": "^2.46.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.49",
"postcss-custom-media": "^11.0.5",
"prettier": "3.4.2",
"prettier-plugin-svelte": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"stylelint": "^16.11.0",
"stylelint-config-clean-order": "^6.1.0",
"stylelint-config-html": "^1.1.0",
"stylelint-config-standard": "^36.0.1",
"svelte": "5.6.2",
"svelte-check": "^4.1.1",
"tailwindcss": "4.0.0-beta.5",
"tslib": "^2.8.1",
"typescript": "^5.7.2",
"typescript-eslint": "^8.17.0",
"vite": "^6.0.2",
"wrangler": "^3.92.0"
},
"packageManager": "pnpm@9.12.0",
"engines": {
"pnpm": ">=9.0.0",
"node": ">=22.0.0"
},
"volta": {
"node": "22.11.0"
}
}