This repository has been archived by the owner on Dec 19, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.36 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
{
"name": "perilla-frontend",
"version": "1.3.8",
"private": true,
"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",
"electron:publish": "node --max-old-space-size=2048 node_modules/@vue/cli-service/bin/vue-cli-service.js electron:build --publish always",
"postinstall": "electron-builder install-app-deps"
},
"dependencies": {
"axios": "^0.18.0",
"buffer": "^5.2.1",
"copy-to-clipboard": "^3.0.8",
"electron-updater": "^4.0.6",
"gravatar": "^1.8.0",
"highlight.js": "^9.13.1",
"izitoast": "^1.4.0",
"katex": "^0.10.0",
"keccak": "^2.0.0",
"lodash": "^4.17.11",
"material-design-icons-iconfont": "^4.0.2",
"monaco-editor": "^0.15.6",
"perilla-languages": "^1.0.2",
"register-service-worker": "^1.0.0",
"roboto-fontface": "^0.10.0",
"sweetalert2": "^8.0.6",
"vue": "^2.5.21",
"vue-class-component": "^7.0.0",
"vue-i18n": "^8.7.0",
"vue-property-decorator": "^7.0.0",
"vue-router": "^3.0.2",
"vuetify": "^1.4.0",
"vuex": "^3.0.1",
"vuex-persistedstate": "^2.5.4",
"zmark": "^0.0.3"
},
"devDependencies": {
"@types/semver": "^5.5.0",
"@types/webpack": "^4.4.22",
"@vue/cli-plugin-babel": "^3.2.2",
"@vue/cli-plugin-eslint": "^3.2.2",
"@vue/cli-plugin-pwa": "^3.2.2",
"@vue/cli-plugin-typescript": "^3.2.2",
"@vue/cli-service": "^3.2.3",
"@vue/eslint-config-standard": "^4.0.0",
"@vue/eslint-config-typescript": "^3.1.1",
"babel-eslint": "^10.0.1",
"electron": "^4.0.1",
"eslint": "^5.12.0",
"eslint-plugin-vue": "^5.1.0",
"lint-staged": "^8.1.0",
"monaco-editor-webpack-plugin": "^1.7.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"typescript": "^3.2.2",
"vue-cli-plugin-electron-builder": "^1.0.0-rc.10",
"vue-cli-plugin-i18n": "^0.5.1",
"vue-cli-plugin-vuetify": "^0.4.4",
"vue-template-compiler": "^2.5.21",
"vuetify-loader": "^1.1.0",
"worker-loader": "^2.0.0"
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.js": [
"vue-cli-service lint",
"git add"
],
"*.vue": [
"vue-cli-service lint",
"git add"
]
},
"main": "background.js"
}