forked from devifish/light-tab-page
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 966 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 966 Bytes
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
{
"name": "light-tab-page",
"version": "1.3.0",
"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"
},
"dependencies": {
"@ant-design/icons-vue": "^6.0.1",
"ant-design-vue": "^2.2.7",
"axios": "^0.21.4",
"localforage": "^1.10.0",
"moment": "^2.29.1",
"vue": "^3.2.11",
"vue-router": "^4.0.11",
"vuex": "^4.0.2"
},
"devDependencies": {
"@types/chrome": "^0.0.155",
"@types/node": "^16.9.1",
"@types/webextension-polyfill": "^0.8.0",
"@vitejs/plugin-vue": "^1.6.2",
"@vue/compiler-sfc": "^3.2.11",
"less": "^4.1.1",
"typescript": "^4.4.3",
"unplugin-vue-components": "^0.15.1",
"vite": "^2.5.7",
"vue-tsc": "^0.3.0",
"webextension-polyfill": "^0.8.0"
}
}