-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.19 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
38
39
40
{
"name": "kitoolbox-lib",
"private": true,
"version": "0.7.5",
"type": "module",
"files": [
"dist"
],
"main": "./dist/kitoolbox-lib.umd.cjs",
"module": "./dist/kitoolbox-lib.js",
"exports": {
".": {
"import": "./dist/kitoolbox-lib.js",
"require": "./dist/kitoolbox-lib.umd.cjs"
}
},
"scripts": {
"dev": "vite",
"build": "vite build",
"dev-build": "vite build --mode development",
"preview": "vite preview",
"prezip": "npm install && npm run build && composer install --no-dev",
"zip": "zip -r studip-ki-toolbox-v$npm_package_version.zip app assets lib migrations dist vendor LICENSE README.md KIToolbox.php bootstrap.php plugin.manifest -x '*.editorconfig' -x 'vendor/*.git*' -x '*.DS_Store'"
},
"dependencies": {
"vue": "^3.4.31",
"pinia": "^2.1.7"
},
"devDependencies": {
"@ckeditor/ckeditor5-vue": "^6.0.0",
"@headlessui/vue": "^1.7.16",
"@vitejs/plugin-vue": "^4.5.2",
"kitsu": "^10.1.2",
"sass": "^1.70.0",
"sass-loader": "^14.0.0",
"vite": "^5.0.8",
"vue-resizable": "^2.1.7",
"vue3-gettext": "^3.0.0-beta.4"
}
}