-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
116 lines (116 loc) · 3.04 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
114
115
116
{
"private": false,
"name": "suntzu",
"version": "0.1.1",
"license": "GPL-3.0",
"manifest": {
"id": "b847eafe-7751-4c9b-b25a-4b54004805ae",
"name": "Suntzu - FACEIT Matchmaking Insights",
"short_name": "Suntzu",
"description": "Enhancing FACEIT experience with detailed matchmaking insights such as team opponent's map and player related statistics.",
"url": "https://suntzu.gg",
"author": "rodolphe.barbanneau@gmail.com",
"popup_title": "Suntzu (settings)"
},
"scripts": {
"start": "nx serve",
"build": "nx build",
"bundle": "nx bundle",
"test": "nx test"
},
"keywords": [
"suntzu",
"browser-extension",
"cs",
"csgo",
"faceit",
"matchmaking",
"metrics",
"nx",
"react",
"stats",
"typescript",
"vite"
],
"author": {
"name": "Rodolphe Barbanneau",
"email": "rodolphe.barbanneau@gmail.com"
},
"contributors": [
{
"name": "Lucas Barbanneau",
"email": "lucas.barbanneau@gmail.com"
},
{
"name": "Andreas Berger",
"email": "andreas.brg@icloud.com"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/rodolphebarbanneau/suntzu.git"
},
"bugs": {
"url": "https://github.com/rodolphebarbanneau/suntzu/issues"
},
"dependencies": {
"lodash": "^4.17.21",
"mem": "^9.0.2",
"p-retry": "^5.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-shadow": "^20.2.0",
"reflect-metadata": "^0.1.13",
"webextension-polyfill": "^0.10.0"
},
"devDependencies": {
"@nx/cypress": "^16.5.0",
"@nx/eslint-plugin": "^16.5.0",
"@nx/js": "^16.5.0",
"@nx/linter": "^16.5.0",
"@nx/react": "^16.5.0",
"@nx/vite": "^16.5.0",
"@nx/workspace": "^16.5.0",
"@swc/cli": "~0.1.62",
"@swc/core": "~1.3.51",
"@swc/helpers": "~0.5.0",
"@testing-library/react": "14.0.0",
"@types/archiver": "^5.3.2",
"@types/fs-extra": "^11.0.1",
"@types/lodash": "^4.14.195",
"@types/node": "18.14.2",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@types/webextension-polyfill": "^0.10.1",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"@vitejs/plugin-react": "^3.0.0",
"@vitest/browser": "^0.32.2",
"@vitest/coverage-c8": "^0.31.0",
"@vitest/ui": "^0.31.0",
"archiver": "^5.3.1",
"cross-env": "^7.0.3",
"cypress": "^12.11.0",
"dotenv": "^16.3.1",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.25.3",
"eslint-plugin-react-hooks": "4.6.0",
"fs-extra": "^11.1.1",
"jsdom": "~20.0.3",
"nx": "^16.5.0",
"nx-cloud": "latest",
"prettier": "^2.6.2",
"sass": "^1.55.0",
"tslib": "^2.6.2",
"typescript": "~5.0.2",
"vite": "^4.3.4",
"vite-plugin-eslint": "^1.8.1",
"vite-tsconfig-paths": "^4.0.2",
"vitest": "^0.32.0",
"webdriverio": "^8.11.2"
}
}