This repository has been archived by the owner on Aug 31, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
113 lines (113 loc) · 3.47 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"name": "heimdall-vue",
"version": "0.1.0",
"private": true,
"main": "electron.js",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"test:e2e": "vue-cli-service test:e2e",
"test:unit": "vue-cli-service test:unit",
"electron": "vue-cli-service build; electron .",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"check-types": "tsc --strict --noEmit"
},
"dependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.5.0",
"@fortawesome/fontawesome-svg-core": "^1.2.19",
"@fortawesome/free-regular-svg-icons": "^5.9.0",
"@fortawesome/free-solid-svg-icons": "^5.9.0",
"@fortawesome/vue-fontawesome": "^0.1.6",
"acorn": "^6.2.0",
"adv": "^0.1.5",
"ag-grid-community": "^21.0.1",
"ajv": "^6.10.1",
"apexcharts": "^3.8.2",
"babel-polyfill": "^6.26.0",
"bootstrap-utilities": "^4.1.3",
"bootstrap-vue": "^2.0.0-rc.25",
"c3": "^0.5.4",
"concat-stream": "^2.0.0",
"d3-array": "^2.2.0",
"d3-request": "^1.0.6",
"d3-scale-chromatic": "^1.3.3",
"datatables.net": "^1.10.19",
"feather-icons": "^4.22.1",
"file-saver": "^2.0.2",
"inspecjs": "^0.0.3",
"js-xlsx": "^0.8.22",
"json-server": "^0.15.0",
"material-icons": "^0.3.1",
"npm-merge-driver": "^2.3.5",
"reprism": "0.0.11",
"v-file-upload": "^3.1.7",
"vue": "^2.6.10",
"vue-apexcharts": "^1.4.0",
"vue-awesome": "^3.5.4",
"vue-backtotop": "^1.6.1",
"vue-c3": "^1.2.11",
"vue-cli": "^2.9.6",
"vue-feather-icon": "^1.2.0",
"vue-feather-icons": "^4.22.0",
"vue-perfect-scrollbar": "^0.1.0",
"vue-prism-component": "^1.1.1",
"vue-responsive-components": "^0.2.3",
"vue-router": "^3.0.7",
"vue-select": "^3.1.0",
"vue2-hammer": "^2.1.2",
"vuedraggable": "^2.23.0",
"vuesax": "^3.9.0",
"vuetable-2": "^2.0.0-beta.4",
"vuetify": "^1.5.16",
"vuex": "^3.1.1",
"webpack": "^4.35.3",
"webpack-cli": "^3.3.5",
"xlsx": "^0.14.3"
},
"devDependencies": {
"@babel/core": "^7.5.4",
"@babel/plugin-proposal-class-properties": "^7.5.0",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@babel/plugin-proposal-object-rest-spread": "^7.5.4",
"@babel/preset-typescript": "^7.3.3",
"@storybook/addon-actions": "^5.1.9",
"@storybook/addon-links": "^5.1.9",
"@storybook/addons": "^5.1.9",
"@storybook/vue": "^5.1.9",
"@typescript-eslint/parser": "^1.12.0",
"@vue/cli-plugin-babel": "^3.9.2",
"@vue/cli-plugin-eslint": "^3.9.2",
"@vue/cli-plugin-typescript": "^3.9.0",
"@vue/cli-plugin-unit-mocha": "^3.9.0",
"@vue/cli-service": "^3.9.2",
"@vue/eslint-config-typescript": "4.0.0",
"@vue/test-utils": "^1.0.0-beta.29",
"babel-cli": "^6.26.0",
"babel-eslint": "^10.0.2",
"babel-loader": "^8.0.6",
"babel-preset-vue": "^2.0.2",
"chai": "^4.2.0",
"core-js": "2.6.9",
"electron": "^3.1.11",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.2.3",
"html-webpack-inline-source-plugin": "0.0.10",
"html-webpack-plugin": "^3.2.0",
"jquery": "^3.4.1",
"mocha": "^6.2.0",
"mocha-webpack": "^1.1.0",
"node-sass": "^4.12.0",
"sass-loader": "^7.1.0",
"tailwindcss": "^1.0.4",
"typescript": "^3.5.3",
"vue-template-compiler": "^2.6.10",
"vuex-module-decorators": "^0.9.9"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}