-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.05 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
{
"name": "DataHubVisualProgrammingPlugin",
"version": "0.1.0",
"description": "A Quasar Framework app",
"productName": "Pipes for MarkLogic Data Hub",
"cordovaId": "",
"author": "epoilvet",
"private": true,
"scripts": {
"test": "echo \"No test specified\" && exit 0"
},
"dependencies": {
"@json-editor/json-editor": "^1.4.0-beta.0",
"@quasar/extras": "^1.3.3",
"autoprefixer": "^9.7.4",
"axios": ">=0.21.1",
"file-saver": "^2.0.2",
"litegraph.js": "^0.7.0",
"quasar": "^1.12.8",
"vue-edit-json": "^1.0.4",
"vue-json-edit": "^1.2.0",
"vue-json-pretty": "^1.6.0",
"vue-query-builder": "^0.8.2",
"vue-shortkey": "^3.1.7",
"vue-template-compiler": "^2.6.12",
"vue2-dropzone": "^3.6.0",
"vuex": "^3.1.2",
"vuex-persistedstate": "^3.0.1",
"vuex-router-sync": "^5.0.0"
},
"devDependencies": {
"@quasar/app": "^1.2.4"
},
"engines": {
"node": ">= 8.9.0",
"npm": ">= 5.6.0",
"yarn": ">= 1.6.0"
},
"browserslist": [
"last 1 version, not dead, ie >= 11"
]
}