This repository has been archived by the owner on Oct 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
82 lines (82 loc) · 2.23 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": "ikfb",
"version": "3.0.1",
"private": true,
"description": "Involution King Fun Book (IKFB, Chinese: 快卷, 卷王快乐本) is an integrated management system for papers and literature. The UI design is based on the VFluent, which is inspired by the Microsft Fluent Design System.",
"author": {
"name": "Creator-SN",
"ulr": "https://github.com/Creator-SN"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"electron:build": "vue-cli-service electron:build --publish never",
"electron:serve": "vue-cli-service electron:serve",
"postinstall": "electron-builder install-app-deps",
"postuninstall": "electron-builder install-app-deps",
"commit": "cz"
},
"repository": {
"type": "git",
"url": "https://github.com/Creator-SN/IKFB"
},
"main": "background.js",
"dependencies": {
"@creatorsn/powereditor": "^0.6.6",
"axios": "^0.21.4",
"core-js": "^3.6.5",
"electron-log": "^4.4.7",
"electron-updater": "^5.0.1",
"fs-extra": "^10.0.0",
"google-translate-cn-api": "^1.0.8",
"gsap": "^3.10.4",
"lowdb": "^1.0.0",
"npm-check": "^5.9.2",
"pdfjs-dist": "2.2.228",
"sass-loader": "^8.0.2",
"vue": "^2.6.11",
"vue-axios": "^3.3.7",
"vue-router": "^3.4.9",
"vuex": "^3.6.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"babel-eslint": "^10.1.0",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "3.3.0",
"electron": "^13.0.0",
"electron-devtools-installer": "^3.1.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"sass": "^1.43.4",
"vue-cli-plugin-electron-builder": "~2.1.1",
"vue-template-compiler": "^2.6.11"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"parserOptions": {
"parser": "babel-eslint"
},
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}