-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
49 lines (49 loc) · 1.21 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
49
{
"name": "light-tab-page",
"version": "1.5.2",
"private": true,
"author": "Devifish",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Devifish/light-tab-page"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"watch": "vite build --watch --mode development",
"check": "vue-tsc --noEmit"
},
"dependencies": {
"@ant-design/icons-vue": "^6.1.0",
"ant-design-vue": "4.0.0",
"axios": "^1.4.0",
"dayjs": "^1.11.8",
"file-saver": "^2.0.5",
"localforage": "^1.10.0",
"pinia": "^2.1.4",
"pinia-plugin-persistedstate": "^3.1.0",
"vue": "^3.3.4",
"vue-i18n": "9.3.0-beta.19",
"vue-router": "^4.2.2",
"webextension-polyfill": "^0.10.0"
},
"devDependencies": {
"@intlify/unplugin-vue-i18n": "^0.11.0",
"@types/chrome": "^0.0.239",
"@types/file-saver": "^2.0.5",
"@types/node": "^18.14.2",
"@types/webextension-polyfill": "^0.10.0",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/compiler-sfc": "^3.3.4",
"less": "^4.1.2",
"typescript": "~5.0.4",
"unplugin-vue-components": "^0.25.1",
"vite": "^4.3.9",
"vue-tsc": "^1.8.3"
},
"engines": {
"node": ">=14",
"pnpm": ">=6"
}
}