-
-
Notifications
You must be signed in to change notification settings - Fork 180
/
package.json
70 lines (70 loc) · 2.08 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
{
"name": "WeekToDo",
"version": "2.2.0",
"private": true,
"description": "Free and Open Source Minimalist Weekly Planner focused on privacy.",
"author": "Manuel Ernesto Garcia <[email protected]> (https://weektodo.me/)",
"homepage": "https://weektodo.me",
"keywords": [
"ToDo",
"Weekly Planner",
"to-do",
"Productivity",
"Minimalist"
],
"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",
"postinstall": "electron-builder install-app-deps",
"postuninstall": "electron-builder install-app-deps",
"release": "electron-builder",
"test": "echo success"
},
"main": "background.js",
"repository": "https://github.com/manuelernestog/weektodo",
"dependencies": {
"@achrinza/node-ipc": "^10.1.10",
"@manuelernestog/click-handler": "^1.4.0",
"@popperjs/core": "^2.11.0",
"@sentry/vue": "^7.99.0",
"auto-launch": "^5.0.5",
"axios": "^1.4.0",
"bootstrap": "^5.3.0",
"bootstrap-icons": "^1.10.5",
"core-js": "^3.20.1",
"cryptocurrency-icons": "^0.17.1",
"electron-config": "^2.0.0",
"is-electron": "^2.2.1",
"linkify-string": "^3.0.4",
"linkifyjs": "^3.0.5",
"lodash.uniqueid": "^4.0.1",
"markdown-it": "^13.0.1",
"moment": "^2.29.1",
"rrule": "^2.6.9",
"vue": "^3.2.26",
"vue-i18n": "^9.1.9",
"vue3-datepicker": "^0.2.5",
"vuex": "^4.0.2",
"webpack": "4.46.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.5.15",
"@vue/cli-plugin-eslint": "^4.5.15",
"@vue/cli-service": "^4.5.15",
"@vue/compiler-sfc": "^3.2.26",
"babel-eslint": "^10.1.0",
"electron": "^25.0.1",
"electron-devtools-installer": "^3.1.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^7.20.0",
"sass": "^1.69.5",
"sass-loader": "^10",
"vue-cli-plugin-electron-builder": "~2.0.0-rc.6"
},
"resolutions": {
"vue-cli-plugin-electron-builder/electron-builder": "^23.0.3"
}
}