-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.67 KB
/
Copy pathpackage.json
File metadata and controls
81 lines (81 loc) · 2.67 KB
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
{
"name": "x-bi",
"version": "1.0.0-a",
"homepage": "https://Smile-SA.github.io/X-Bi",
"private": true,
"license": "Apache-2.0",
"scripts": {
"serve": "NODE_OPTIONS=--openssl-legacy-provider PUBLIC_URL=./ vue-cli-service serve",
"build": "NODE_OPTIONS=--openssl-legacy-provider PUBLIC_URL=./ vue-cli-service build",
"lint": "vue-cli-service lint",
"test:e2e": "vue-cli-service test:e2e",
"test:unit": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service test:unit",
"storybook": "NODE_OPTIONS=--openssl-legacy-provider start-storybook -p 6006",
"build-storybook": "NODE_OPTIONS=--openssl-legacy-provider build-storybook"
},
"dependencies": {
"@andresouzaabreu/vue-data-table": "^3.2.2",
"@braid/vue-formulate": "^2.5.3",
"@fortawesome/fontawesome-free": "^6.1.1",
"@fortawesome/fontawesome-free-solid": "^5.0.13",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/vue-fontawesome": "^2.0.6",
"@vue/cli-service": "~4.5.0",
"add": "^2.0.6",
"apexcharts": "^3.33.2",
"axios": "^0.24.0",
"codemirror": "^5.64.0",
"core-js": "^3.6.5",
"dateformat": "^3.0.3",
"font-awesome": "^4.7.0",
"hideseek": "^0.8.0",
"highlight.js": "^9.15.10",
"jquery": "^3.4.1",
"js-yaml": "^3.13.1",
"pace": "^0.0.4",
"prismjs": "^1.17.1",
"sass-loader": "^8.0.0",
"vue": "^2.6.10",
"vue-apexcharts": "^1.6.2",
"vue-codemirror": "^6.1.1",
"vue-context": "^4.0.3",
"vue-highlight.js": "^3.1.0",
"vue-js-modal": "^2.0.1",
"vue-rangedate-picker": "^1.0.0",
"vue-router": "^3.0.3",
"vuex": "^3.1.1",
"yaml": "^1.7.0",
"yamljs": "^0.3.0",
"yarn": "^1.22.19"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@storybook/addon-actions": "^5.3.17",
"@storybook/addon-knobs": "^5.3.18",
"@storybook/addon-links": "^5.3.17",
"@storybook/addons": "^5.3.17",
"@storybook/vue": "^5.3.17",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-e2e-cypress": "^3.11.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-unit-mocha": "^3.11.0",
"@vue/cli-service": "~4.5.0",
"@vue/devtools": "^5.3.4",
"@vue/test-utils": "1.0.0-beta.29",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"babel-preset-vue": "^2.0.2",
"chai": "^4.1.2",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"less": "^3.0.4",
"less-loader": "^5.0.0",
"sass": "^1.51.0",
"storybook-vue-router": "^1.0.7",
"vue-cli-plugin-fontawesome": "^0.2.0",
"vue-loader": "^15.9.1",
"vue-template-compiler": "^2.6.11"
}
}