-
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.68 KB
/
Copy pathpackage.json
File metadata and controls
101 lines (101 loc) · 2.68 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": "steemx-client",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"postinstall": "npm run build",
"start": "node server.js"
},
"dependencies": {
"@amcharts/amcharts4": "^4.10.36",
"@amcharts/amcharts4-geodata": "^4.1.27",
"@ckeditor/ckeditor5-build-classic": "^37.1.0",
"@ckeditor/ckeditor5-vue": "^5.1.0",
"@fullcalendar/bootstrap": "^6.1.8",
"@fullcalendar/core": "^6.1.8",
"@fullcalendar/daygrid": "^6.1.8",
"@fullcalendar/interaction": "^6.1.8",
"@fullcalendar/list": "^6.1.8",
"@fullcalendar/multimonth": "^6.1.8",
"@fullcalendar/timegrid": "^6.1.8",
"@fullcalendar/vue3": "^6.1.8",
"@simonwep/pickr": "^1.8.2",
"@vueform/multiselect": "^2.6.2",
"@vueform/slider": "^2.1.7",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.3",
"apexcharts": "^3.41.0",
"assert": "^2.1.0",
"axios": "^1.6.2",
"bootstrap": "^5.3.0",
"bootstrap-vue-next": "^0.9.26",
"core-js": "^3.8.3",
"crypto-browserify": "^3.12.0",
"dsteem": "^0.11.3",
"express": "^4.18.2",
"kbyte": "^0.0.6",
"lottie-web": "^5.12.2",
"maska": "^2.1.9",
"moment": "^2.29.4",
"node-sass": "^9.0.0",
"numeral": "^2.0.6",
"prismjs": "^1.29.0",
"qrcode-vue": "^1.2.0",
"qrcode.vue": "^3.4.1",
"sass-loader": "^13.3.2",
"simplebar": "^6.2.5",
"simplebar-vue3": "0.2.0",
"sscjs": "^0.0.9",
"steem": "^0.7.11",
"steemlogin": "^1.0.1",
"sweetalert2": "^11.7.16",
"swiper": "^10.0.4",
"toastify-js": "^1.12.0",
"vue": "^3.2.13",
"vue-advanced-cropper": "^2.8.8",
"vue-flatpickr-component": "^11.0.3",
"vue-i18n": "^9.2.2",
"vue-prismjs": "^1.2.0",
"vue-router": "^4.2.4",
"vue3-apexcharts": "^1.4.4",
"vue3-count-to": "^1.1.2",
"vue3-emoji-picker": "^1.1.7",
"vue3-google-map": "^0.15.0",
"vuex": "^4.1.0"
},
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/eslint-parser": "^7.12.16",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^8.0.3",
"unplugin-vue-components": "^0.25.1"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/vue3-essential",
"eslint:recommended"
],
"parserOptions": {
"parser": "@babel/eslint-parser"
},
"rules": {
"vue/multi-word-component-names": "off"
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead",
"not ie 11"
]
}