-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json.bak
90 lines (90 loc) · 2.44 KB
/
package.json.bak
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
{
"name": "paediatric_drugs",
"version": "0.1.0",
"description": "client based drug calculator",
"private": false,
"keywords": [
"drug",
"infusion",
"calculator",
"weight",
"obese",
"resus",
"resuscitation"
],
"author": "Brent McSharry",
"license": "MIT",
"homepage": "https://github.com/mcshaz/PicuDrugsClient",
"bugs": {
"url": "https://github.com/mcshaz/PicuDrugsClient/issues"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --modern",
"lint": "vue-cli-service lint",
"test:e2e": "vue-cli-service test:e2e",
"test:unit": "vue-cli-service test:unit tests/unit/**/*.spec.ts"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.26",
"@fortawesome/free-solid-svg-icons": "^5.12.0",
"@fortawesome/vue-fontawesome": "^0.1.9",
"babel-loader": "^8.0.6",
"bootstrap-vue": "^2.1.0",
"global": "^4.4.0",
"inversify": "^5.0.1",
"jspdf": "^1.5.3",
"jspdf-autotable": "^3.2.11",
"katex": "^0.11.1",
"lodash.debounce": "^4.0.8",
"node-sass": "^4.13.0",
"reflect-metadata": "^0.1.13",
"register-service-worker": "^1.6.2",
"sass-loader": "^8.0.0",
"vue": "^2.6.11",
"vue-class-component": "^7.1.0",
"vue-katex": "^0.3.0",
"vue-property-decorator": "^8.3.0",
"vue-router": "^3.1.3",
"vuelidate": "^0.7.4",
"vuelidate-property-decorators": "^1.0.28",
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {
"@fluffy-spoon/substitute": "^1.107.0",
"@types/chai": "^4.2.7",
"@types/chai-almost": "^1.0.1",
"@types/jspdf": "^1.3.3",
"@types/lodash.debounce": "^4.0.6",
"@types/lolex": "^5.1.0",
"@types/mocha": "^5.2.7",
"@types/node": "^13.1.1",
"@types/vuelidate": "^0.7.9",
"@vue/cli-plugin-babel": "^4.1.2",
"@vue/cli-plugin-e2e-nightwatch": "^4.1.2",
"@vue/cli-plugin-pwa": "^4.1.2",
"@vue/cli-plugin-typescript": "^4.1.2",
"@vue/cli-plugin-unit-mocha": "^4.1.2",
"@vue/cli-service": "^4.1.2",
"@vue/test-utils": "1.0.0-beta.30",
"chai": "^4.2.0",
"chai-almost": "^1.0.1",
"fake-indexeddb": "^3.0.0",
"lolex": "^5.1.2",
"mocha": "^6.2.2",
"typescript": "^3.7.4",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"ie >= 11"
]
}