-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
33 lines (33 loc) · 1.12 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
{
"name": "thunder-download-manager",
"version": "0.2.1",
"license": "MIT",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"pack-zip": "rm -f dist.zip && cd dist && zip -r ../dist.zip ."
},
"repository": {
"type": "git",
"url": "https://github.com/xiaozhuai/thunder-download-manager",
"license_url": "https://github.com/xiaozhuai/thunder-download-manager/blob/master/LICENSE",
"api_url": "https://api.github.com/repos/xiaozhuai/thunder-download-manager",
"release_api_url": "https://api.github.com/repos/xiaozhuai/thunder-download-manager/releases"
},
"dependencies": {
"axios": "^0.19.0",
"core-js": "^2.6.5",
"element-ui": "^2.11.0",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"vue": "^2.6.10",
"vue-virtual-scroll-list": "^1.4.4",
"vuex": "^3.0.1"
},
"devDependencies": {
"@types/chrome": "^0.0.86",
"@vue/cli-plugin-babel": "^3.9.0",
"@vue/cli-service": "^3.9.0",
"vue-template-compiler": "^2.6.10"
}
}