This repository has been archived by the owner on Dec 30, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 55
/
package.json
106 lines (106 loc) · 3.17 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
{
"name": "beatlist",
"description": "App to create playlist for BeatSaber",
"version": "1.2.4",
"homepage": "https://github.com/Alaanor/beatlist",
"repository": {
"type": "git",
"url": "https://github.com/Alaanor/beatlist.git"
},
"author": {
"name": "Alaanor",
"email": "max.bonvin@gmail.com",
"url": "https://github.com/Alaanor"
},
"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": "background.js",
"dependencies": {
"3": "^2.1.0",
"@fortawesome/fontawesome-free": "^5.12.0",
"@mdi/font": "^4.7.95",
"adm-zip": "^0.4.13",
"async-lock": "^1.2.2",
"axios": "^0.19.0",
"axios-extensions": "^3.1.2",
"axios-retry": "^3.1.8",
"chokidar": "^3.4.0",
"core-js": "^3.6.0",
"discord-rpc": "^3.1.0",
"electron": "^8.2.5",
"fs-extra": "^8.1.0",
"linkifyjs": "^2.1.9",
"localforage": "^1.7.3",
"marked": "^0.8.2",
"material-design-icons-iconfont": "^5.0.1",
"mem": "^6.1.0",
"mime-types": "^2.1.27",
"node-fetch": "^3.0.0-beta.5",
"promise-parallel-throttle": "^3.3.0",
"request": "^2.88.2",
"rimraf": "^3.0.2",
"roboto-fontface": "*",
"semver": "^7.3.2",
"throttleit": "^1.0.0",
"vue": "^2.6.11",
"vue-class-component": "^7.0.2",
"vue-cli-plugin-electron-builder": "^1.4.6",
"vue-property-decorator": "^8.4.2",
"vue-router": "^3.1.6",
"vuetify": "^2.2.26",
"vuex": "^3.3.0",
"vuex-pathify": "^1.4.1",
"vuex-persist": "^2.2.0",
"winreg": "^1.2.4"
},
"devDependencies": {
"@types/adm-zip": "^0.4.32",
"@types/async-lock": "^1.1.2",
"@types/discord-rpc": "^3.0.2",
"@types/fs-extra": "^8.0.1",
"@types/jest": "^24.0.24",
"@types/linkifyjs": "^2.1.3",
"@types/marked": "^0.7.2",
"@types/mime-types": "^2.1.0",
"@types/request": "^2.48.4",
"@types/semver": "^7.1.0",
"@types/throttleit": "^1.0.0",
"@types/winreg": "^1.2.30",
"@typescript-eslint/eslint-plugin": "^2.30.0",
"@typescript-eslint/parser": "^2.12.0",
"@vue/cli-plugin-babel": "^4.3.1",
"@vue/cli-plugin-eslint": "^4.3.1",
"@vue/cli-plugin-typescript": "^4.3.1",
"@vue/cli-plugin-unit-jest": "^4.3.1",
"@vue/cli-service": "^4.3.1",
"babel-core": "7.0.0-bridge.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-import-resolver-webpack": "^0.12.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jest": "^23.8.2",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-vue": "^6.2.2",
"eslint-plugin-vuetify": "^1.0.0-beta.6",
"jest": "^24.9.0",
"jest-webpack-resolver": "^0.3.0",
"prettier": "2.0.5",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"serialize-javascript": "^3.1.0",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.1",
"ts-jest": "^26.3.0",
"typescript": "^3.8.3",
"vue-cli-plugin-vuetify": "^2.0.5",
"vue-template-compiler": "^2.6.11",
"vuetify-loader": "^1.4.3"
}
}