-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.24 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
{
"name": "amber-collect",
"version": "1.1.3",
"description": "Electronic Data Collection Tool",
"productName": "Amber Collect",
"author": "Yannick Marcon <[email protected]>",
"license": "MIT",
"private": true,
"scripts": {
"lint": "eslint --ext .js,.vue ./",
"test": "echo \"No test specified\" && exit 0"
},
"dependencies": {
"@blitzar/form": "https://gitpkg.now.sh/obiba/blitzar/packages/form?v1.0.13-obiba",
"@blitzar/types": "https://gitpkg.now.sh/obiba/blitzar/packages/types?v1.0.13-obiba",
"@blitzar/utils": "https://gitpkg.now.sh/obiba/blitzar/packages/utils?v1.0.13-obiba",
"@feathersjs/authentication-client": "^4.5.11",
"@feathersjs/client": "^4.5.11",
"@feathersjs/feathers": "^4.5.11",
"@feathersjs/rest-client": "^4.5.11",
"@feathersjs/vuex": "^4.0.1-pre.7",
"@quasar/app-webpack": "^3.12.3",
"@quasar/cli": "^2.3.0",
"@quasar/extras": "^1.16.9",
"@vuelidate/core": "^2.0.0-alpha.32",
"@vuelidate/validators": "^2.0.0-alpha.25",
"axios": "^0.21.1",
"bcryptjs": "^2.4.3",
"core-js": "^3.6.5",
"crypto": "^1.0.1",
"feathers-hooks-common": "^5.0.6",
"marked": "^9.1.1",
"merge-anything": "^5.0.2",
"quasar": "^2.14.3",
"secure-ls": "^1.2.6",
"uuid": "^8.3.2",
"vue": "^3.0.0",
"vue-i18n": "^9.0.0",
"vue-recaptcha-v3": "^2.0.1",
"vue-router": "^4.0.0",
"vuex": "^4.0.1",
"vuex-persistedstate": "^4.1.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.13.14",
"@obiba/quasar-app-extension-amber": "1.1.6",
"eslint": "^7.14.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-vue": "^7.0.0",
"eslint-webpack-plugin": "^2.4.0",
"workbox-webpack-plugin": "^6.3.0",
"yarn-audit-fix": "^10.0.7"
},
"browserslist": [
"last 10 Chrome versions",
"last 10 Firefox versions",
"last 4 Edge versions",
"last 7 Safari versions",
"last 8 Android versions",
"last 8 ChromeAndroid versions",
"last 8 FirefoxAndroid versions",
"last 10 iOS versions",
"last 5 Opera versions"
],
"engines": {
"node": ">= 12.22.1",
"npm": ">= 6.13.4"
}
}