-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.03 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.03 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
61
62
63
64
65
66
67
68
69
70
{
"name": "dashboard-pk",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check . && eslint .",
"format": "prettier --write .",
"prepare": "husky"
},
"lint-staged": {
"**/*.{js,ts,svelte,css,scss,json}": [
"prettier --write"
]
},
"devDependencies": {
"@sveltejs/adapter-node": "^5.2.0",
"@sveltejs/kit": "^2.20.4",
"@sveltejs/vite-plugin-svelte": "6.2.1",
"@tabler/icons-svelte": "^3.36.0",
"@tailwindcss/postcss": "^4.1.18",
"@tailwindcss/typography": "^0.5.13",
"@types/node": "^25.0.3",
"@types/nprogress": "^0.2.3",
"@typescript-eslint/eslint-plugin": "^8.50.0",
"@typescript-eslint/parser": "^8.50.0",
"autoprefixer": "^10.4.23",
"caniuse-lite": "^1.0.30001760",
"daisyui": "^4.12.24",
"discord-markdown": "github:Draconizations/discord-markdown#f40d97795f2c8913f6e621daae375d6973fefd63",
"dotenv": "^16.4.5",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-svelte": "^3.13.1",
"js-base64": "^3.7.8",
"lint-staged": "^16.2.7",
"magic-string": "^0.30.21",
"moment": "^2.30.1",
"nprogress": "^0.2.0",
"postcss": "^8.5.3",
"prettier": "^3.7.4",
"prettier-plugin-svelte": "^3.4.1",
"sass": "^1.77.8",
"svelecte": "5.3.0",
"svelte": "5.46.0",
"svelte-check": "^4.3.4",
"svelte-dnd-action": "^0.9.68",
"svelte-textarea-autoresize": "^1.0.0",
"tailwindcss": "^3.4.17",
"tslib": "^2.8.1",
"typescript": "^5.9.3",
"vite": "^7.3.0",
"vite-plugin-commonjs": "^0.10.4"
},
"overrides": {
"@rgossiaux/svelte-headlessui": {
"svelte": "$svelte"
}
},
"type": "module",
"dependencies": {
"highlight.js": "^11.10.0",
"husky": "^9.1.7"
},
"packageManager": "pnpm@10.26.1"
}