-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 2 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
{
"name": "daptinsite",
"version": "0.0.1",
"description": "Daptin site",
"productName": "daptinsite",
"cordovaId": "org.daptin.site",
"author": "artpar <artpar@gmail.com>",
"private": true,
"scripts": {
"lint": "eslint --ext .js,.vue src",
"test": "echo \"No test specified\" && exit 0",
"build": "node node_modules/@quasar/app/bin/quasar build pwa",
"build-electron": "node node_modules/@quasar/app/bin/quasar build -m electron",
"build-android": "node node_modules/@quasar/app/bin/quasar build -m cordova -T android -- --buildConfig=../build.cordova.json",
"start": "node node_modules/@quasar/app/bin/quasar serve -m pwa",
"dev": "node node_modules/@quasar/app/bin/quasar dev -m pwa"
},
"dependencies": {
"@babel/runtime": "^7.12.18",
"@quasar/extras": "^1.9.17",
"brace": "^0.11.1",
"d3-hierarchy": "^1.1.9",
"daptin-client": "^0.2.9",
"debounce": "^1.2.0",
"gulp": "^4.0.2",
"jexcel": "^3.9.1",
"jwt-decode": "^2.2.0",
"mustache": "^3.2.1",
"node-json-transform": "^1.1.1",
"quasar": "^1.15.3",
"semantic-ui-css": "^2.4.1",
"semantic-ui-vue": "^0.8.1",
"vue-filter-date-format": "^1.3.1",
"vue-i18n": "^8.22.4",
"vue-markdown": "^2.2.4",
"vue-nav-tabs": "^0.5.7",
"vue-select": "^3.11.2",
"vue-template-compiler": "^2.6.12",
"vue-upload-component": "^2.8.22",
"vue2-ace-editor": "^0.0.13"
},
"devDependencies": {
"@quasar/app": "^1.9.5",
"babel-core": "^7.0.0-beta.41",
"babel-eslint": "^10.1.0",
"devtron": "^1.4.0",
"electron": "^5.0.13",
"electron-debug": "^3.2.0",
"electron-devtools-installer": "^2.2.4",
"electron-packager": "^13.1.0",
"eslint": "^5.10.0",
"eslint-loader": "^2.2.1",
"eslint-plugin-vue": "^5.0.0",
"jsplumb": "^2.15.5",
"less": "^3.13.1",
"less-loader": "^5.0.0"
},
"engines": {
"node": ">= 8.9.0",
"npm": ">= 5.6.0",
"yarn": ">= 1.6.0"
},
"browserslist": [
"last 1 version, not dead, ie >= 11"
]
}