-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
129 lines (129 loc) · 3.99 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "progefi",
"version": "1.0.0",
"private": false,
"main": "background.js",
"description": "Electron desktop app to create, manage and export photocollect datacards",
"author": {
"name": "Alejandro Cámara Árciga",
"email": "arcamsoft@gmail.com"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"pack": "electron-builder --dir",
"dist": "electron-builder",
"test": "jest",
"lint": "vue-cli-service lint",
"electron:build": "vue-cli-service electron:build",
"electron:build-mac": "vue-cli-service electron:build --mac",
"electron:build-linux": "vue-cli-service electron:build --linux",
"electron:serve": "vue-cli-service electron:serve",
"rebuild": "electron-rebuild -f -w sharp",
"test:unit": "vue-cli-service test:unit",
"test:unit:debug": "node --inspect-brk ./node_modules/jest/bin/jest.js --no-cache --runInBand",
"postinstall": "electron-builder install-app-deps",
"postuninstall": "electron-builder install-app-deps"
},
"dependencies": {
"@babel/runtime": "^7.6.2",
"@caohenghu/vue-colorpicker": "^1.2.4",
"@fortawesome/fontawesome-svg-core": "^1.2.25",
"@fortawesome/free-brands-svg-icons": "^5.11.2",
"@fortawesome/free-regular-svg-icons": "^5.11.2",
"@fortawesome/free-solid-svg-icons": "^5.11.2",
"@fortawesome/vue-fontawesome": "^0.1.7",
"@mdi/font": "^4.4.95",
"@types/leaflet": "^1.2.11",
"@vingle/bmp-js": "^0.2.5",
"add-filename-increment": "^1.0.0",
"axios": "^0.19.0",
"bcrypt": "^4.0.1",
"buefy": "^0.8.15",
"core-js": "^3.2.1",
"dom-to-image": "^2.6.0",
"electron-ipc-mock": "0.0.3",
"electron-log": "^4.2.2",
"exif": "^0.6.0",
"file-loader": "^4.2.0",
"file-saver": "^2.0.2",
"font-scanner": "^0.1.2",
"jimp": "^0.8.5",
"json2csv": "^5.0.0",
"knex": "^0.20.15",
"leaflet": "^1.5.1",
"leaflet-geosearch": "^2.7.0",
"leaflet-map": "^0.2.1",
"moment": "^2.24.0",
"node-abi": "^2.18.0",
"objection": "^2.1.3",
"pdfjs": "^2.3.9",
"raw-loader": "^3.1.0",
"read-blob": "^1.1.0",
"regenerator-runtime": "^0.13.3",
"sharp": "^0.23.4",
"sqlite3": "^4.2.0",
"steggy": "^2.0.1",
"url-loader": "^2.1.0",
"utm-latlng": "^1.0.6",
"vue": "^2.6.10",
"vue-axios": "^2.1.5",
"vue-color": "^2.7.1",
"vue-grid-layout": "^2.3.7",
"vue-observe-visibility": "^0.4.4",
"vue-router": "^3.1.3",
"vue2-leaflet": "^2.2.1",
"vuex": "^3.1.1"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.6.2",
"@types/jest": "^24.0.19",
"@types/node": "^12.7.11",
"@types/webpack": "^4.39.2",
"@types/webpack-dev-server": "^3.1.7",
"@vue/babel-preset-app": "^4.4.1",
"@vue/cli-plugin-babel": "~4.2.0",
"@vue/cli-plugin-eslint": "^3.11.0",
"@vue/cli-plugin-unit-jest": "^4.1.2",
"@vue/cli-service": "^3.11.0",
"@vue/eslint-config-prettier": "^4.0.1",
"@vue/test-utils": "^1.0.0-beta.30",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"devtron": "^1.4.0",
"electron": "^8.3.1",
"electron-builder": "^22.7.0",
"electron-mock-ipc": "^0.3.2",
"electron-rebuild": "^1.8.8",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.2.3",
"flush-promises": "^1.0.2",
"jest": "^24.9.0",
"jest-transform-stub": "^2.0.0",
"mocha": "^7.0.0",
"mochapack": "^1.1.13",
"node-sass": "^4.13.1",
"sass-loader": "^7.3.1",
"ts-node": "^8.4.1",
"vue-cli-plugin-electron-builder": "^1.4.6",
"vue-jest": "^3.0.5",
"vue-template-compiler": "^2.6.10",
"vuex-mock-store": "0.0.8"
},
"jest": {
"moduleFileExtensions": [
"js",
"json",
"vue"
],
"moduleNameMapper": {
"^@/(.*)$": "<rootDir>/src/$1",
"electron": "<rootDir>/tests/mocks/electronMock.js"
},
"transform": {
".*\\.(vue)$": "vue-jest",
"^.+\\.(js|jsx)?$": "<rootDir>/node_modules/babel-jest"
},
"preset": "@vue/cli-plugin-unit-jest"
}
}