-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
109 lines (109 loc) · 3.31 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"name": "zhquiz",
"version": "0.2.0",
"private": true,
"description": "ZhQuiz - Hanzi, Vocab and Sentences quizzing on your local machine, fully offline",
"homepage": "https://www.zhquiz.cc",
"bugs": {
"url": "https://github.com/zhquiz/zhquiz/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zhquiz/zhquiz.git"
},
"license": "MIT",
"author": {
"name": "Pacharapol Withayasakpunt",
"email": "polv@polv.cc",
"url": "https://www.polv.cc"
},
"main": "background.js",
"scripts": {
"dev": "SERVER_PORT=5000 vue-cli-service electron:serve",
"build": "vue-cli-service electron:build",
"dist": "BUILD_ALL=1 yarn build -wml",
"lint": "vue-cli-service lint",
"postinstall": "electron-builder install-app-deps",
"postuninstall": "electron-builder install-app-deps"
},
"dependencies": {
"array-shuffle": "^2.0.0",
"axios": "^0.21.1",
"cheerio": "^1.0.0-rc.5",
"chinese-to-pinyin": "^1.3.1",
"core-js": "^3.6.5",
"death": "^1.1.0",
"electron-context-menu": "^2.4.0",
"electron-tabs": "^0.15.0",
"fastify": "^3.9.2",
"fastify-cors": "^5.1.0",
"fs-extra": "^9.0.1",
"get-port": "^5.1.1",
"id128": "^1.6.3",
"js-yaml": "^4.0.0",
"jsonschema-definer": "^1.3.2",
"native-duration": "^0.2.1",
"node-gtts": "^2.0.2",
"nodejieba": "^2.5.1",
"pino": "^6.10.0",
"pino-pretty": "^4.3.0",
"sqlite3": "^5.0.1",
"strip-ansi-stream": "^1.0.0",
"vue": "^2.6.11",
"vue-class-component": "^7.2.3",
"vue-property-decorator": "^9.1.2",
"vue-router": "^3.2.0",
"vuex": "^3.4.0"
},
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.34",
"@fortawesome/free-brands-svg-icons": "^5.15.2",
"@fortawesome/free-solid-svg-icons": "^5.15.2",
"@fortawesome/vue-fontawesome": "^2.0.2",
"@types/cheerio": "^0.22.23",
"@types/death": "^1.1.1",
"@types/electron-devtools-installer": "^2.2.0",
"@types/fs-extra": "^9.0.6",
"@types/js-yaml": "^4.0.0",
"@types/pino": "^6.3.5",
"@types/sqlite3": "^3.1.6",
"@types/xregexp": "^4.3.0",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/eslint-config-standard": "^5.1.2",
"@vue/eslint-config-typescript": "^5.0.2",
"buefy": "^0.9.4",
"electron": "^11.2.0",
"electron-builder": "^22.9.1",
"electron-devtools-installer": "^3.1.0",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^6.2.2",
"import-sort-parser-typescript": "^6.0.0",
"nodemon": "^2.0.7",
"npm-run-all": "^4.1.5",
"prettier": "^2.2.1",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"typed-vuex": "^0.1.22",
"vue-cli-plugin-electron-builder": "~2.0.0-rc.5",
"vue-context": "^6.0.0",
"vue-template-compiler": "^2.6.11",
"xregexp": "^4.4.1"
},
"importSort": {
".js, .ts": {
"parser": "typescript",
"style": "module"
}
}
}