-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.68 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
{
"name": "handball4u-widgets",
"version": "1.0.0",
"description": "",
"author": {
"name": "Marco Falkenberg",
"email": "[email protected]"
},
"homepage": "https://mfal.github.io/h4u-widgets",
"scripts": {
"build": "react-app-rewired build",
"deploy": "yarn build && gh-pages -d build",
"lint": "eslint --fix .",
"start": "react-app-rewired start",
"test": "react-app-rewired test --env=jsdom"
},
"keywords": [],
"dependencies": {
"camelcase": "^7.0.0",
"classnames": "^2.3.2",
"invariant": "2.2.4",
"ky": "0.31.3",
"luxon": "3.0.4",
"object-code": "^1.2.4",
"react": "18.2.0",
"react-content-loader": "6.2.0",
"react-dom": "18.2.0",
"react-error-boundary": "3.1.4",
"ts-extras": "^0.11.0",
"zod": "^3.19.1"
},
"devDependencies": {
"@types/invariant": "^2.2.35",
"@types/luxon": "3.0.1",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"@types/webpack-env": "^1.18.0",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"eslint": "8.21.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard-with-typescript": "^23.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.3.0",
"eslint-plugin-promise": "^6.0.1",
"eslint-plugin-react": "^7.31.8",
"gh-pages": "4.0.0",
"prettier": "^2.7.1",
"prettier-plugin-package": "^1.3.0",
"prettier-plugin-sort-json": "^0.0.3",
"react-app-rewired": "^2.2.1",
"react-scripts": "5.0.1",
"typescript": "^4.8.4"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"packageManager": "[email protected]"
}