forked from tamland/airsonic-refix
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.56 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.56 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
{
"name": "airdrome",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite --host 192.168.10.101",
"build": "vite build",
"preview": "vite preview",
"start": "vite",
"serve": "vite",
"lint": "eslint src"
},
"dependencies": {
"@iconify-icons/bi": "^1.2.2",
"@iconify-icons/svg-spinners": "^1.2.0",
"@popperjs/core": "^2.11.8",
"@vueform/slider": "^2.1.10",
"@vueuse/core": "^11.1.0",
"bootstrap": "^5.3.8",
"bootstrap-vue-next": "^0.42.0",
"icecast-metadata-stats": "^0.1.1",
"lodash-es": "^4.17.21",
"md5-es": "^1.8.2",
"pinia": "^2.0.28",
"vue": "^3.4.27",
"vue-router": "^4.3.3"
},
"devDependencies": {
"@types/lodash-es": "^4.17.6",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-vue": "^6.0.1",
"@vue/compiler-sfc": "^3.4.27",
"@vue/eslint-config-standard": "^8.0.1",
"@vue/eslint-config-typescript": "^11.0.2",
"@vue/test-utils": "^2.0.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-vue": "^9.17.0",
"rollup-plugin-bundle-analyzer": "^1.6.6",
"sass": "^1.77.8",
"typescript": "^5.1.6",
"vite": "^7.1.12",
"vite-plugin-checker": "^0.10.2",
"vue-tsc": "^2.2.2"
},
"engines": {
"node": "^22.20.0",
"npm": "10.2.4"
},
"type": "module"
}