-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
78 lines (78 loc) · 2.82 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": "fair4health-data-privacy-tool",
"productName": "FAIR4Health Privacy Tool",
"version": "1.1.1",
"private": true,
"author": "SRDC Corporation <technical@srdc.com.tr>",
"description": "FAIR4Health | Data Privacy Tool",
"license": "Apache 2.0",
"homepage": "https://github.com/fair4health/data-privacy-tool",
"onfhirTestURL": null,
"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",
"test": "vue-cli-service test:unit tests/**/*.spec.ts",
"test:unit": "vue-cli-service test:unit tests/unit/*.spec.ts",
"test:e2e": "vue-cli-service test:unit tests/e2e/*.spec.ts"
},
"main": "background.js",
"dependencies": {
"@quasar/extras": "^1.8.2",
"@types/lodash": "^4.14.157",
"axios": "^0.19.2",
"core-js": "^3.6.5",
"electron-log": "^4.2.2",
"es6-promise": "^4.2.8",
"isomorphic-fetch": "^2.2.1",
"moment": "^2.27.0",
"moment-timezone": "^0.5.31",
"ng-fhir": "^2.3.0",
"quasar": "^1.12.12",
"randexp": "^0.5.3",
"readline-sync": "^1.4.10",
"request": "2.79.0",
"spectron": "^11.1.0",
"vue": "^2.6.11",
"vue-i18n": "^8.18.2",
"vue-json-tree-view": "^2.1.6",
"vue-property-decorator": "^8.5.1",
"vue-router": "^3.3.4",
"vuex": "^3.5.1",
"crypto-js": "4.1.1"
},
"devDependencies": {
"@babel/plugin-proposal-optional-catch-binding": "^7.10.4",
"@babel/plugin-proposal-optional-chaining": "^7.10.4",
"@types/chai": "^4.2.11",
"@types/chai-as-promised": "^7.1.3",
"@types/mocha": "^7.0.2",
"@types/node": "12.12.21",
"@types/uuid": "^3.4.9",
"@vue/cli-plugin-babel": "^4.4.6",
"@vue/cli-plugin-typescript": "^4.4.6",
"@vue/cli-plugin-unit-mocha": "^4.4.6",
"@vue/cli-service": "^4.4.6",
"@vue/devtools": "^5.3.3",
"@vue/test-utils": "^1.0.3",
"babel-plugin-transform-imports": "^2.0.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"electron": "^9.1.2",
"electron-devtools-installer": "^3.1.1",
"less": "^3.12.2",
"less-loader": "^5.0.0",
"sass": "^1.26.10",
"sass-loader": "^8.0.2",
"stylus": "^0.54.8",
"stylus-loader": "^3.0.2",
"typescript": "^3.9.7",
"vue-cli-plugin-electron-builder": "~2.0.0-rc.4",
"vue-cli-plugin-quasar": "^2.0.2",
"vue-template-compiler": "^2.6.11"
}
}