-
Notifications
You must be signed in to change notification settings - Fork 49
/
Copy pathpackage.json
54 lines (54 loc) · 1.35 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
{
"name": "airsonic-refix",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@iconify-icons/bi": "^1.2.2",
"@vueuse/core": "^11.1.0",
"bootstrap": "^5.3.3",
"bootstrap-vue": "^2.23.1",
"icecast-metadata-stats": "^0.1.1",
"lodash-es": "^4.17.21",
"md5-es": "^1.8.2",
"pinia": "^2.0.28",
"vue": "^2.7.0",
"vue-router": "^3.5.2",
"vue-slider-component": "^3.2.22"
},
"devDependencies": {
"@types/lodash-es": "^4.17.6",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"@vitejs/plugin-vue2": "^2.3.3",
"@vue/eslint-config-standard": "^8.0.1",
"@vue/eslint-config-typescript": "^11.0.2",
"autoprefixer": "^10.4.20",
"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",
"rollup-plugin-bundle-analyzer": "^1.6.6",
"sass": "^1.34.0",
"typescript": "^5.0.4",
"vite": "^6.1.0",
"vite-plugin-checker": "^0.8.0",
"vue-tsc": "^2.2.2"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"defaults",
"not IE 11",
"not IE_Mob 11"
]
}