-
Notifications
You must be signed in to change notification settings - Fork 82
/
package.json
67 lines (67 loc) · 2.05 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
{
"name": "backlog",
"productName": "Backlog",
"version": "2.0.0-Beta-5.1",
"author": "Michal Chwedczuk <[email protected]>",
"description": "Simple desktop app for convenient storing things",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/czytelny/backlog.git"
},
"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:generate-icons": "electron-icon-builder --input=./public/icon.png --output=build --flatten",
"postinstall": "electron-builder install-app-deps",
"postuninstall": "electron-builder install-app-deps",
"test:unit": "vue-cli-service test:unit"
},
"main": "background.js",
"dependencies": {
"animate.css": "^3.7.0",
"autolink-js": "^1.0.2",
"axios": "^0.18.0",
"chai-as-promised": "^7.1.1",
"dayjs": "1.8.15",
"electron-context-menu": "0.14.0",
"emoji-js": "^3.4.1",
"iview": "^3.3.3",
"jsondiffpatch": "^0.3.11",
"lodash-id": "^0.14.0",
"lowdb": "^1.0.0",
"markdown-it": "^8.4.2",
"shortid": "^2.2.14",
"sillyname": "^0.1.0",
"simplebar-vue": "^0.1.6",
"vue": "^2.6.10",
"vue-i18n": "^8.11.2",
"vue-router": "^3.0.2",
"vue-scrollto": "^2.15.0",
"vue-shortkey": "^3.1.6",
"vue-textarea-autosize": "^1.0.4",
"vuedraggable": "^2.20.0",
"vuex": "3.1.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "3.10.0",
"@vue/cli-plugin-eslint": "3.10.0",
"@vue/cli-plugin-unit-mocha": "3.10.0",
"@vue/cli-service": "3.10.0",
"@vue/test-utils": "1.0.0-beta.29",
"babel-eslint": "^10.0.1",
"chai": "^4.2.0",
"electron": "6.0.2",
"electron-icon-builder": "1.0.1",
"eslint": "6.1.0",
"eslint-plugin-vue": "5.2.3",
"less": "3.10.1",
"less-loader": "5.0.0",
"sass-loader": "7.2.0",
"vue-cli-plugin-electron-builder": "1.4.0",
"vue-template-compiler": "2.6.10"
}
}