forked from open-source-labs/OverVue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.3 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
73
74
75
{
"name": "overvue",
"version": "2.0.0",
"description": "Vue Prototype DevTool",
"productName": "OverVue",
"cordovaId": "org.cordova.quasar.app",
"author": "Team OverVue, Team Vuetiful",
"private": true,
"bugs": {
"url": "https://github.com/TeamOverVue/OverVue/issues"
},
"homepage": "https://github.com/TeamOverVue/OverVue",
"scripts": {
"lint": "eslint --ext .js,.vue src",
"test": "echo \"See package.json => scripts for available tests.\" && exit 0",
"test:unit": "jest --updateSnapshot",
"test:unit:coverage": "jest --coverage",
"test:unit:watch": "jest --watch",
"test:unit:watchAll": "jest --watchAll",
"serve:test:coverage": "quasar serve test/jest/coverage/lcov-report/ --port 8788",
"concurrently:dev:jest": "concurrently \"quasar dev\" \"jest --watch\""
},
"dependencies": {
"@quasar/extras": "^1.0.0",
"aws-amplify": "^1.1.30",
"aws-amplify-vue": "^0.2.13",
"aws-appsync": "^1.8.1",
"dot-prop": "^6.0.0",
"fs-extra": "^8.1.0",
"localforage": "^1.7.3",
"lodash": ">=4.17.19",
"lodash.isequal": "^4.5.0",
"lodash.throttle": "^4.1.1",
"mousetrap": "^1.6.3",
"node-forge": "^0.10.0",
"npm": "^6.14.5",
"prismjs": "^1.16.0",
"quasar": "^1.0.0",
"vue-custom-context-menu": "^3.0.1",
"vue-drag-resize": "^1.3.2",
"vue-draggable-nested-tree": "^2.2.17",
"vue-draggable-resizable": "^2.0.0-rc2",
"vue-loader": "^15.7.0",
"vue-multiselect": "^2.1.6",
"vue-prism-editor": "^0.2.1",
"vued3tree": "^3.7.1",
"vuedraggable": "^2.23.0",
"vuex": "^3.1.1"
},
"devDependencies": {
"@quasar/app": "^1.0.0",
"@quasar/quasar-app-extension-testing": "^1.0.0",
"@quasar/quasar-app-extension-testing-unit-jest": "^1.0.0",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.1",
"devtron": "^1.4.0",
"electron": "^7.2.4",
"electron-builder": "^22.7.0",
"electron-debug": "^3.0.1",
"electron-devtools-installer": "^2.2.4",
"eslint": "^5.10.0",
"eslint-loader": "^2.1.1",
"eslint-plugin-vue": "^5.0.0",
"strip-ansi": "^3.0.1",
"vue-cli-plugin-electron-builder": "^1.3.6"
},
"engines": {
"node": ">= 10.0.0",
"npm": ">= 5.6.0",
"yarn": ">= 1.6.0"
},
"browserslist": [
"last 1 version, not dead, ie >= 11"
]
}