-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
75 lines (75 loc) · 2.73 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
{
"name": "hugy",
"description": "Desktop CMS for gohugo.io",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"electron:build": "vue-cli-service electron:build --macos",
"electron:serve": "vue-cli-service electron:serve",
"postinstall": "electron-builder install-app-deps",
"postuninstall": "electron-builder install-app-deps",
"test:e2e": "vue-cli-service test:e2e",
"test:unit": "vue-cli-service test:unit",
"docker": "docker run --rm -ti --env-file <(env | grep -iE 'DEBUG|NODE_|ELECTRON_|YARN_|NPM_|CI|CIRCLE|TRAVIS_TAG|TRAVIS|TRAVIS_REPO_|TRAVIS_BUILD_|TRAVIS_BRANCH|TRAVIS_PULL_REQUEST_|APPVEYOR_|CSC_|GH_|GITHUB_|BT_|AWS_|STRIP|BUILD_') --env ELECTRON_CACHE=\"/root/.cache/electron\" --env ELECTRON_BUILDER_CACHE=\"/root/.cache/electron-builder\" -v ${PWD}:/project -v ${PWD##*/}-node-modules:/project/node_modules -v ~/.cache/electron:/root/.cache/electron -v ~/.cache/electron-builder:/root/.cache/electron-builder electronuserland/builder:wine"
},
"main": "background.js",
"dependencies": {
"@octokit/rest": "^16.35.2",
"@openid/appauth": "^1.2.6",
"@saeris/vue-spinners": "^1.0.8",
"@tailwindcss/ui": "^0.1.2",
"@types/lodash": "^4.14.149",
"axios": "^0.19.0",
"core-js": "^3.3.2",
"dree": "^2.2.1",
"electron-builder": "^22.1.0",
"fkill": "^6.2.0",
"fs-extra": "^8.1.0",
"gray-matter": "^4.0.2",
"isomorphic-git": "^0.70.5",
"localforage": "^1.7.3",
"lodash": "^4.17.15",
"rehype-format": "^3.0.0",
"rehype-parse": "^6.0.1",
"rehype-remark": "^7.0.0",
"rehype-stringify": "^6.0.0",
"remark-parse": "^7.0.1",
"remark-rehype": "^5.0.0",
"remark-stringify": "^7.0.3",
"sass": "^1.23.3",
"sass-loader": "^8.0.0",
"simple-git": "^1.126.0",
"tailwindcss": "^1.2.0",
"tiptap": "^1.26.4",
"tiptap-extensions": "^1.28.4",
"unified": "^8.4.1",
"uuid": "^3.4.0",
"v-localforage": "^2.0.1",
"v-tooltip": "^2.0.2",
"vfile": "^4.0.2",
"vue": "^2.6.10",
"vue-fuse": "^2.2.0",
"vue-js-modal": "^1.3.31",
"vue-mousetrap": "^1.0.1",
"vue-router": "^3.1.3",
"vue-toasted": "^1.1.27",
"vuex": "^3.0.1",
"vuex-persist": "^2.1.1"
},
"devDependencies": {
"@types/jest": "^24.0.11",
"@vue/cli-plugin-babel": "^4.0.0",
"@vue/cli-plugin-e2e-cypress": "^4.0.0",
"@vue/cli-plugin-typescript": "^4.0.0",
"@vue/cli-plugin-unit-jest": "^4.0.0",
"@vue/cli-service": "^4.0.0",
"@vue/test-utils": "1.0.0-beta.29",
"electron": "^6.0.0",
"typescript": "~3.5.3",
"vue-cli-plugin-electron-builder": "^1.4.0",
"vue-svg-loader": "^0.16.0",
"vue-template-compiler": "^2.6.10"
}
}