-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
32 lines (32 loc) · 1016 Bytes
/
package.json
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
{
"private": true,
"type": "module",
"scripts": {
"build": "vite build --config=configs/vite.config.js",
"build:comments": "vite build --config=configs/vite.comments.js",
"build:plugins": "vite build --config=configs/vite.plugins.js",
"build:sass": "vite build --config=configs/vite.sass.js",
"test": "svelte-check --workspace resources",
"preinstall": "npx only-allow pnpm"
},
"devDependencies": {
"@github/markdown-toolbar-element": "^2.2.3",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"alpinejs": "^3.14.8",
"alpinejs-slug": "^1.1.3",
"axios": "^1.7.9",
"sass": "^1.83.4",
"sortablejs": "^1.15.6",
"svelecte": "^5.1.4",
"svelte": "^5.19.7",
"svelte-check": "^4.1.4",
"svelte-i18n": "^4.0.1",
"svelte-showdown": "^0.4.1",
"svelte-toggle": "^4.0.1",
"vanilla-lazyload": "^19.1.3",
"virtual-select-plugin": "^1.0.47",
"vite": "^6.0.11",
"vite-plugin-minify": "^2.1.0",
"vite-plugin-static-copy": "^2.2.0"
}
}