This repository has been archived by the owner on Nov 10, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
78 lines (78 loc) · 2.49 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
{
"name": "camp-manager",
"description": "A camp manager made with Vue.js, Electron & TailwindCSS",
"author": "Francesco Monti",
"version": "0.1.40",
"license": "MIT",
"bugs": "https://github.com/Lothindir/camp-manager/issues",
"repository": {
"type": "git",
"url": "https://github.com/Lothindir/camp-manager.git"
},
"private": false,
"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",
"generate-icons": "vsvg -s ./static/svg/ -t ./src/icons"
},
"main": "background.js",
"dependencies": {
"@fullcalendar/core": "^4.2.0",
"@fullcalendar/daygrid": "^4.2.0",
"@fullcalendar/interaction": "^4.2.0",
"@fullcalendar/moment": "^4.3.0",
"@fullcalendar/timegrid": "^4.2.0",
"@fullcalendar/vue": "^4.2.2",
"core-js": "^2.6.5",
"lodash.clonedeep": "^4.5.0",
"moment": "^2.24.0",
"nedb": "^1.8.0",
"vue": "^2.6.14",
"vue-multiselect": "^2.1.6",
"vue-resize-directive": "^1.2.0",
"vue-router": "^3.5.3",
"vuex": "^3.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.9.2",
"@vue/cli-plugin-eslint": "^3.9.2",
"@vue/cli-service": "^3.9.3",
"babel-eslint": "^10.0.1",
"electron": "^9.4.0",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.2.3",
"tailwindcss": "^1.9.6",
"vue-cli-plugin-electron-builder": "^1.3.6",
"vue-svgicon": "^3.2.6",
"vue-template-compiler": "^2.6.14"
},
"pnpm": {
"overrides": {
"minimist@<1.2.6": ">=1.2.6",
"node-forge@<1.0.0": ">=1.0.0",
"ssri@>=5.2.2 <6.0.2": ">=6.0.2",
"serialize-javascript@<3.1.0": ">=3.1.0",
"postcss@<7.0.36": ">=7.0.36",
"minimist@<0.2.1": ">=0.2.1",
"electron@<13.6.6": ">=13.6.6",
"node-forge@<1.3.0": ">=1.3.0",
"nth-check@<2.0.1": ">=2.0.1",
"electron@<15.5.5": ">=15.5.5",
"electron@<15.5.0": ">=15.5.0",
"got@<11.8.5": ">=11.8.5",
"glob-parent@<5.1.2": ">=5.1.2",
"yargs-parser@>=6.0.0 <13.1.2": ">=13.1.2",
"electron@<11.5.0": ">=11.5.0",
"postcss@>=7.0.0 <7.0.36": ">=7.0.36",
"ajv@<6.12.3": ">=6.12.3",
"serialize-javascript@<2.1.1": ">=2.1.1",
"ejs@<3.1.7": ">=3.1.7",
"underscore@>=1.3.2 <1.12.1": ">=1.12.1"
}
}
}