-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
82 lines (82 loc) · 2.48 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "togif",
"version": "1.1.7",
"keywords": [
"electron",
"vue",
"template",
"desktop",
"app",
"javascript",
"webpack",
"babel",
"sass",
"boilerplate"
],
"author": "李钟意<[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/xieerduos/electron-ffmpeg-video-to-gif.git"
},
"description": "视频转Gif图片",
"scripts": {
"start": "npm run electron:serve",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .eslintignore",
"electron:build": "vue-cli-service electron:build",
"electron:serve": "vue-cli-service electron:serve",
"postinstall": "electron-builder install-app-deps",
"postuninstall": "electron-builder install-app-deps",
"prepare": "husky install",
"commit": "cz",
"changelog": "conventional-changelog -p typescript -i CHANGELOG.md -w -r 0 --verbose",
"logo": "electron-icon-builder --input=./public/logo.png --output=./public/",
"docs": "docsify serve docs"
},
"main": "background.js",
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
"bytes": "^3.1.2",
"core-js": "^3.8.3",
"dayjs": "^1.11.7",
"electron-builder": "^23.0.2",
"electron-log": "^4.4.8",
"element-plus": "^2.3.14",
"pinia": "^2.1.3",
"sortablejs": "^1.15.0",
"sudo-prompt": "^9.2.1",
"vue": "^3.2.13",
"vue-router": "^4.0.3"
},
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/eslint-parser": "^7.12.16",
"@commitlint/cli": "^17.5.1",
"@commitlint/config-conventional": "^17.4.4",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-plugin-router": "~5.0.0",
"@vue/cli-plugin-vuex": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"@vue/eslint-config-standard": "^8.0.1",
"commitizen": "^4.3.0",
"conventional-changelog-cli": "^2.2.2",
"electron": "^24.2.0",
"electron-devtools-installer": "^3.1.0",
"electron-icon-builder": "^2.0.1",
"eslint": "^8.37.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-vue": "^7.20.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.0",
"prettier": "2.8.7",
"sass": "^1.32.7",
"sass-loader": "^12.0.0",
"slice-ansi": "^3.0.0",
"vue-cli-plugin-electron-builder": "~2.1.1"
}
}