-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.52 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
{
"name": "mavoix-panel",
"version": "0.0.1",
"description": "SPECS Configuration",
"productName": "Mavoix Panel",
"author": "pierre <pierreguthauser@gmail.com>",
"private": true,
"scripts": {
"lint": "eslint --ext .js,.vue src",
"test": "echo \"No test specified\" && exit 0"
},
"babel": {
"plugins": [
"@babel/plugin-proposal-optional-chaining"
]
},
"dependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.11.0",
"@johmun/vue-tags-input": "^2.1.0",
"@quasar/extras": "^1.10.7",
"core-js": "^3.14.0",
"cropperjs": "^1.5.12",
"dotenv": "^10.0.0",
"jimp": "^0.16.1",
"parse": "^3.2.0",
"qrcode.vue": "^1.6.2",
"quasar": "^1.15.20",
"speak-tts": "^2.0.8",
"unidecode": "^0.1.8",
"vue": "^2.6.12",
"vue-i18n": "^8.0.0",
"vue-server-renderer": "^2.6.12",
"vue-template-compiler": "^2.6.12",
"vuedraggable": "^2.23.1",
"vuex": "^3.1.1"
},
"devDependencies": {
"@quasar/app": "^2.2.10",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.1",
"babel-plugin-module-resolver": "^4",
"eslint": "^7.28.0",
"eslint-config-naat": "git+https://github.com/neuroanatomy/eslint-config-naat.git",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-vue": "^7.11.0",
"eslint-webpack-plugin": "^2.5.4",
"workbox-webpack-plugin": "^6.1.5"
},
"engines": {
"node": ">= 8.9.0",
"npm": ">= 5.6.0",
"yarn": ">= 1.6.0"
},
"browserslist": [
"defaults",
"ie >= 11"
]
}