-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1022 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
33
34
35
36
37
38
{
"name": "@libreservice/my-widget",
"version": "0.1.4",
"main": "dist/index.js",
"type": "module",
"files": [
"dist"
],
"homepage": "https://github.com/LibreService/my_widget",
"author": {
"name": "Qijia Liu",
"email": "[email protected]",
"url": "https://github.com/eagleoflqj"
},
"license": "AGPL-3.0-or-later",
"scripts": {
"lint": "eslint --ext .ts,.js,.vue src",
"lint:fix": "eslint --ext .ts,.js,.vue --fix src",
"check": "vue-tsc --noEmit",
"build": "vite build && vue-tsc -d --emitDeclarationOnly"
},
"sideEffects": false,
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@vicons/fa": "^0.12.0",
"@vicons/material": "^0.12.0",
"@vitejs/plugin-vue": "^4.2.3",
"client-zip": "^2.4.4",
"eslint": "^8.42.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-vue": "^9.14.1",
"naive-ui": "^2.34.4",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vue": "^3.3.4",
"vue-tsc": "^1.6.5"
}
}