This repository has been archived by the owner on May 18, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathpackage.json
69 lines (69 loc) · 2.06 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
{
"name": "stadiaplus",
"version": "2.0.0",
"description": "A Chrome extension extending the features of Google's Stadia gaming platform.",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --env.production",
"build:dev": "webpack --env.development",
"docs": "npx typedoc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mafrans/StadiaPlus.git"
},
"keywords": [
"stadia",
"stadia+",
"stadiaplus",
"chrome",
"extension",
"google",
"gaming",
"addon"
],
"author": "Malte Klüft",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Mafrans/StadiaPlus/issues"
},
"homepage": "https://github.com/Mafrans/StadiaPlus#readme",
"devDependencies": {
"@types/chrome": "0.0.126",
"@types/es6-promise": "^3.3.0",
"@types/webrtc": "0.0.26",
"@typescript-eslint/parser": "^4.6.1",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-vue": "^7.1.0",
"file-loader": "^5.1.0",
"html-webpack-plugin": "^4.5.1",
"sass": "^1.26.3",
"sass-loader": "^8.0.2",
"ts-loader": "^6.2.1",
"typedoc": "^0.16.11",
"typedoc-webpack-plugin": "^1.1.4",
"typescript": "^3.8.3",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^4.6.1",
"axios": "^0.21.1",
"bootstrap-vue": "^2.11.0",
"css-loader": "^3.4.2",
"deepmerge": "^4.2.2",
"eslint": "^7.13.0",
"fibers": "^4.0.2",
"material-design-icons": "^3.0.1",
"pretty-checkbox": "^3.0.3",
"raw-loader": "^4.0.0",
"slim-select": "^1.25.0",
"style-loader": "^1.1.3",
"vue": "^2.6.11",
"vue-loader": "^15.9.1",
"vue-router": "^3.1.6",
"vue-template-compiler": "^2.6.11"
}
}