-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·43 lines (43 loc) · 1.02 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
{
"name": "blackberry_keyboard",
"nameZh": "黑莓键盘",
"type": "module",
"description": "blackberry_keyboard",
"version": "1.0.0",
"dateModify": "2024.04.16",
"dateInit": "2024.04.16",
"adminEmail": "kylebing@163.com",
"author": {
"email": "kylebing@163.com",
"homePage": "http://kylebing.cn",
"name": "KyleBing",
"nameZh": "邴新科"
},
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"clipboard": "^2.0.11",
"core-js": "^3.26.1",
"floating-vue": "^2.0.0-beta.20",
"js-base64": "^3.7.5",
"pinia": "^2.1.7",
"register-service-worker": "^1.7.2",
"vue": "^3.4.3",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"sass": "^1.69.6",
"sass-loader": "^13.3.2",
"typescript": "^5.0.2",
"vite": "^4.4.5",
"vite-plugin-pwa": "^0.17.4",
"vite-plugin-zip-pack": "^1.0.7",
"vite-svg-loader": "^5.1.0",
"vue-tsc": "^1.8.5"
}
}