generated from vikdiesel/admin-one-vue-bulma-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
101 lines (101 loc) · 2.84 KB
/
package.json
File metadata and controls
101 lines (101 loc) · 2.84 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "esstrapis",
"version": "1.5.1",
"private": true,
"scripts": {
"serve": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service serve",
"build": "npx update-browserslist-db@latest && cross-env NODE_ENV=production NODE_OPTIONS=--openssl-legacy-provider vue-cli-service build",
"build:dev": "npx update-browserslist-db@latest && NODE_OPTIONS=--openssl-legacy-provider vue-cli-service build",
"lint": "vue-cli-service lint",
"lintfix": "vue-cli-service lint --fix"
},
"dependencies": {
"@marketconnect/vue-pivot-table": "^1.0.0",
"@vue/composition-api": "^1.1.5",
"axios": "^0.21.1",
"buefy": "^0.9.4",
"bulma": "^0.9.2",
"chart.js": "^2.9.4",
"core-js": "^3.9.0",
"csv-parse": "^5.5.5",
"date-fns": "^2.21.1",
"dayjs": "^1.10.4",
"dhtmlx-gantt": "^7.1.6",
"html2pdf.js": "^0.9.3",
"html3pdf": "^0.12.2",
"html5-qrcode": "^2.3.8",
"jquery": "^3.6.0",
"k-progress": "^1.5.0",
"lodash": "^4.17.20",
"moment": "^2.29.1",
"node-ical": "^0.15.1",
"numeral": "^2.0.6",
"register-service-worker": "^1.7.2",
"v-calendar": "^2.3.0",
"vue": "^2.6.12",
"vue-chartjs": "^3.5.1",
"vue-currency-input": "^2.0.2",
"vue-json-csv": "^1.2.12",
"vue-json-excel": "^0.3.0",
"vue-moment": "^4.1.0",
"vue-money-format": "^1.2.4",
"vue-pivot-table-plus": "^0.7.0",
"vue-router": "^3.5.1",
"vue-top-progress": "^0.7.0",
"vuex": "^3.6.2"
},
"devDependencies": {
"@babel/plugin-transform-nullish-coalescing-operator": "^7.27.1",
"@babel/plugin-transform-optional-chaining": "^7.28.5",
"@vue/cli-plugin-babel": "^4.5.11",
"@vue/cli-plugin-eslint": "^4.5.11",
"@vue/cli-plugin-pwa": "^4.5.11",
"@vue/cli-plugin-router": "^4.5.11",
"@vue/cli-plugin-vuex": "^4.5.11",
"@vue/cli-service": "^4.5.11",
"@vue/eslint-config-standard": "^5.1.2",
"babel-eslint": "^10.1.0",
"browserslist": "^4.25.1",
"cross-env": "^7.0.3",
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-vue": "^7.6.0",
"gh-pages": "^3.1.0",
"postcss-loader": "^3.0.0",
"sass": "^1.32.7",
"sass-loader": "^10.1.1",
"vue-template-compiler": "^2.6.12"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"@vue/standard"
],
"parserOptions": {
"parser": "babel-eslint"
},
"rules": {
"semi": "warn",
"no-tabs": "warn",
"indent": "warn",
"comma-spacing": "warn",
"no-mixed-spaces-and-tabs": "warn"
},
"ignorePatterns": [
"src/**/*.js",
"src/**/*.vue"
]
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}