-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.26 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
41
42
43
44
45
46
47
48
{
"name": "@libreservice/wasm-code",
"version": "0.1.5",
"main": "dist/index.js",
"type": "module",
"files": [
"src",
"dist"
],
"homepage": "https://github.com/LibreService/wasm_code",
"author": {
"name": "Qijia Liu",
"email": "[email protected]",
"url": "https://github.com/eagleoflqj"
},
"license": "Apache-2.0",
"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": {
"@babel/runtime": "^7.23.8",
"@codemirror/language": "^6.10.0",
"@codemirror/state": "^6.4.0",
"@codemirror/view": "^6.23.0",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@uiw/codemirror-theme-vscode": "^4.21.21",
"@vicons/material": "^0.12.0",
"@vitejs/plugin-vue": "^5.0.3",
"client-zip": "^2.4.4",
"codemirror": "^6.0.1",
"eslint": "^8.56.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-vue": "^9.20.1",
"naive-ui": "^2.37.3",
"typescript": "^5.3.3",
"vite": "^5.0.11",
"vue": "^3.4.13",
"vue-tsc": "^1.8.27"
},
"peerDependencies": {
"vue": "^3.2.0",
"naive-ui": "^2.34.3"
}
}