-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 1.07 KB
/
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
33
34
35
36
37
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"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",
"preview": "vite preview",
"preinstall": "npx only-allow pnpm"
},
"dependencies": {
"@github/markdown-toolbar-element": "^2.2.3",
"@vitejs/plugin-vue": "^5.1.4",
"@vueform/multiselect": "^2.6.10",
"@vueform/toggle": "^2.1.4",
"@vueuse/core": "^11.2.0",
"@vueuse/shared": "^11.2.0",
"alpinejs": "^3.14.3",
"alpinejs-slug": "^1.1.3",
"axios": "^1.7.7",
"pinia": "^2.2.6",
"sass": "^1.80.6",
"sortablejs": "^1.15.3",
"vanilla-lazyload": "^19.1.3",
"virtual-select-plugin": "^1.0.46",
"vite-plugin-minify": "^2.0.1",
"vue": "^3.5.12",
"vue-i18n": "^10.0.4",
"vue-showdown": "^4.2.0"
},
"devDependencies": {
"vite": "^5.4.10",
"vite-plugin-static-copy": "^2.0.0"
}
}