-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.72 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
{
"name": "xonic-ui",
"version": "0.5.5",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@iconify-icons/bi": "^1.2.2",
"@types/file-saver": "^2.0.5",
"@types/jsonpath": "^0.2.0",
"@types/sanitize-html": "^2.9.0",
"@types/vue-color": "^2.4.4",
"@vueuse/core": "^10.2.1",
"axios": "^1.5.0",
"bootstrap": "^4.6.0",
"bootstrap-vue": "^2.23.1",
"file-saver": "^2.0.5",
"icecast-metadata-stats": "^0.1.1",
"jsonpath": "^1.1.1",
"jszip": "^3.10.1",
"lodash-es": "^4.17.21",
"md5-es": "^1.8.2",
"pinia": "^2.0.28",
"sanitize-html": "^2.11.0",
"vue": "^2.7.0",
"vue-color": "^2.8.1",
"vue-infinite-loading": "^2.4.5",
"vue-router": "^3.5.2",
"vue-slider-component": "^3.2.22",
"vuex": "^3.6.2"
},
"devDependencies": {
"@types/lodash-es": "^4.17.6",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"@vue/cli-plugin-babel": "^5.0.4",
"@vue/cli-plugin-eslint": "^5.0.4",
"@vue/cli-plugin-typescript": "^5.0.4",
"@vue/cli-service": "^5.0.4",
"@vue/eslint-config-standard": "^8.0.1",
"@vue/eslint-config-typescript": "^11.0.2",
"eslint": "^8.13.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-vue": "^9.5.1",
"sass": "^1.34.0",
"sass-loader": "^13.0.2",
"typescript": "^5.0.4"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"defaults",
"not IE 11",
"not IE_Mob 11"
]
}