forked from ranmd9a/beatlist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
113 lines (113 loc) · 3.36 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
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
102
103
104
105
106
107
108
109
110
111
112
113
{
"name": "beatlist",
"description": "App to create playlist for BeatSaber",
"version": "1.5.0-beta",
"homepage": "https://github.com/ibillingsley/beatlist",
"repository": {
"type": "git",
"url": "https://github.com/ibillingsley/beatlist.git"
},
"author": {
"name": "Alaanor",
"url": "https://github.com/Alaanor"
},
"contributors": [
{
"name": "ranmd9a",
"url": "https://github.com/ranmd9a"
},
{
"name": "ibillingsley",
"url": "https://github.com/ibillingsley"
}
],
"private": true,
"scripts": {
"lint": "vue-cli-service lint",
"lint:fix": "vue-cli-service lint --fix",
"test": "vue-cli-service test:unit",
"serve": "vue-cli-service electron:serve",
"build": "vue-cli-service electron:build"
},
"main": "index.js",
"dependencies": {
"@electron/remote": "^2.0.8",
"@fortawesome/fontawesome-free": "^6.1.2",
"@mdi/font": "5.9.55",
"adm-zip": "^0.5.9",
"async-lock": "^1.3.2",
"axios": "^0.27.2",
"axios-extensions": "^3.1.3",
"axios-retry": "^3.3.1",
"chokidar": "^3.6.0",
"core-js": "^3.8.3",
"discord-rpc": "^4.0.1",
"electron-context-menu": "^3.6.1",
"electron-window-state": "^5.0.3",
"fs-extra": "^10.1.0",
"linkify-html": "^3.0.5",
"linkifyjs": "^3.0.5",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"marked": "^4.0.18",
"material-design-icons-iconfont": "^6.7.0",
"mime-types": "^2.1.35",
"roboto-fontface": "*",
"semver": "^7.3.7",
"vue": "~2.6.14",
"vue-router": "^3.5.1",
"vuetify": "~2.6.0",
"vuex": "^3.6.2",
"vuex-pathify": "1.5",
"vuex-persist": "^2.2.0",
"winreg": "^1.2.4"
},
"devDependencies": {
"@types/adm-zip": "^0.5.0",
"@types/async-lock": "^1.1.5",
"@types/discord-rpc": "^4.0.3",
"@types/electron-devtools-installer": "^2.2.0",
"@types/jest": "^27.0.1",
"@types/lodash": "^4.14.182",
"@types/marked": "^4.0.3",
"@types/mime-types": "^2.1.1",
"@types/semver": "^7.3.10",
"@types/winreg": "^1.2.31",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-plugin-router": "~5.0.0",
"@vue/cli-plugin-typescript": "~5.0.0",
"@vue/cli-plugin-unit-jest": "~5.0.0",
"@vue/cli-plugin-vuex": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"@vue/eslint-config-typescript": "^9.1.0",
"@vue/runtime-dom": "^3.3.4",
"@vue/test-utils": "^1.1.3",
"@vue/vue2-jest": "^27.0.0-alpha.2",
"babel-jest": "^27.0.6",
"electron": "^25.1.1",
"electron-devtools-installer": "^3.1.0",
"eslint": "^7.5.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-webpack": "^0.13.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^27.0.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.0.3",
"eslint-plugin-vuetify": "^1.1.0",
"jest": "^27.0.5",
"jest-webpack-resolver": "^0.3.0",
"prettier": "^2.4.1",
"sass": "^1.32.7",
"sass-loader": "^12.0.0",
"ts-jest": "^27.0.4",
"typescript": "~4.5.5",
"vue-cli-plugin-electron-builder": "^3.0.0-alpha.4",
"vue-cli-plugin-vuetify": "~2.5.1",
"vue-template-compiler": "~2.6.14",
"vuetify-loader": "~1.7.3"
}
}