-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.81 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.81 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": "soundux-ui",
"description": "Web UI for Soundux",
"version": "0.2.2",
"repository": "github:Soundux/soundux-ui",
"bugs": "https://github.com/Soundux/Soundux/issues",
"homepage": "https://soundux.rocks",
"license": "GPL-3.0-or-later",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"test:unit": "vue-cli-service test:unit",
"i18n:report": "vue-cli-service i18n:report --src './src/**/*.?(js|ts|vue)' --locales './src/locales/**/*.json'"
},
"dependencies": {
"@mdi/font": "^5.9.55",
"core-js": "^3.17.3",
"dayjs": "^1.10.7",
"fuse.js": "^6.4.6",
"iso-639-1": "^2.1.9",
"roboto-fontface": "*",
"vue": "^2.6.14",
"vue-debounce": "^3.0.1",
"vue-i18n": "^8.25.1",
"vue-toastification": "^1.7.11",
"vuedraggable": "^2.24.3",
"vuetify": "^2.5.8",
"vuex": "^3.6.2"
},
"devDependencies": {
"@types/vuedraggable": "^2.24.0",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"@vue/cli-plugin-babel": "~4.5.13",
"@vue/cli-plugin-eslint": "~4.5.13",
"@vue/cli-plugin-typescript": "~4.5.13",
"@vue/cli-plugin-unit-jest": "~4.5.13",
"@vue/cli-plugin-vuex": "~4.5.13",
"@vue/cli-service": "~4.5.13",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^7.0.0",
"@vue/test-utils": "^1.2.2",
"eslint": "^7.32.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^7.17.0",
"eslint-plugin-vuetify": "^1.0.1",
"prettier": "^2.4.0",
"sass": "^1.40.0",
"sass-loader": "^10.2.0",
"typescript": "~4.4.3",
"vue-cli-plugin-i18n": "~2.1.3",
"vue-cli-plugin-vuetify": "~2.4.2",
"vue-template-compiler": "^2.6.14",
"vuetify-loader": "^1.7.3"
}
}