-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.22 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.22 KB
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
{
"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",
"homepage": "https://github.com/fcitx/fcitx5-online",
"scripts": {
"lint": "eslint src tests",
"lint:fix": "eslint --fix src tests",
"check": "vue-tsc --noEmit && tsc --noEmit -p tsconfig.node.json",
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview --host",
"test": "playwright test --browser all"
},
"devDependencies": {
"@antfu/eslint-config": "^9.0.0",
"@playwright/test": "1.60.0",
"@rollup/plugin-replace": "^6.0.3",
"@types/node": "^25.9.1",
"@vite-pwa/assets-generator": "^1.0.2",
"@vitejs/plugin-vue": "^6.0.7",
"eslint": "^10.4.0",
"fcitx5-config-vue": "file:cache/fcitx5-config-vue.tgz",
"fcitx5-js": "file:cache/fcitx5-js.tgz",
"naive-ui": "^2.44.1",
"typescript": "6.0.3",
"vite": "^8.0.14",
"vite-plugin-pwa": "^1.3.0",
"vite-plugin-static-copy": "^4.1.0",
"vue": "^3.5.34",
"vue-i18n": "11",
"vue-tsc": "^3.3.1",
"workbox-window": "^7.4.1"
}
}