-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 913 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
{
"name": "fcitx5-online",
"type": "module",
"version": "0.1.0",
"appName": "Fcitx5 Online",
"author": {
"name": "Qijia Liu",
"email": "liumeo@pku.edu.cn",
"url": "https://github.com/eagleoflqj"
},
"license": "AGPL-3.0-or-later",
"scripts": {
"lint": "eslint",
"lint:fix": "eslint --fix",
"check": "vue-tsc --noEmit",
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview --host"
},
"devDependencies": {
"@antfu/eslint-config": "^3.12.1",
"@rollup/plugin-replace": "^6.0.2",
"@vitejs/plugin-vue": "^5.2.1",
"eslint": "^9.17.0",
"fcitx5-config-vue": "file:cache/fcitx5-config-vue.tgz",
"fcitx5-js": "file:cache/fcitx5-js.tgz",
"naive-ui": "^2.40.4",
"typescript": "5.7.2",
"vite": "^6.0.6",
"vite-plugin-static-copy": "^2.2.0",
"vue": "^3.5.13",
"vue-i18n": "10",
"vue-tsc": "^2.2.0"
}
}