This repository has been archived by the owner on Nov 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
53 lines (53 loc) · 1.6 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
{
"name": "vue-cli-electron",
"version": "0.1.0",
"private": true,
"main": "background.js",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"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",
"svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml"
},
"dependencies": {
"@kangc/v-md-editor": "^2.3.5",
"axios": "^0.21.1",
"core-js": "^3.6.5",
"detect-port": "^1.3.0",
"element-plus": "^1.0.2-beta.54",
"highlight.js": "^11.1.0",
"open": "^8.2.1",
"qs": "^6.10.1",
"store": "^2.0.12",
"vue": "^3.0.0",
"vue-router": "4",
"vuex": "^4.0.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.0.0",
"autoprefixer": "^9",
"babel-eslint": "^10.1.0",
"electron": "13.0.0",
"electron-devtools-installer": "^3.1.0",
"eslint": "^6.7.2",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-vue": "^7.0.0",
"klaw-sync": "^6.0.0",
"postcss": "^7",
"postcss-import": "^12.0.1",
"postcss-nested": "^4.2.3",
"svg-sprite-loader": "^6.0.9",
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
"tailwindcss-line-clamp": "^1.0.5",
"tailwindcss-textshadow": "^2.0.0",
"vue-cli-plugin-electron-builder": "^2.1.1"
}
}