-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
63 lines (63 loc) · 1.72 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
{
"name": "tttt",
"version": "0.0.0",
"private": true,
"license": "MIT",
"author": {
"name": "Andi Pätzold",
"email": "[email protected]",
"url": "https://github.com/andipaetzold"
},
"repository": {
"type": "git",
"url": "https://github.com/andipaetzold/race-evaluator.git"
},
"bugs": {
"url": "https://github.com/andipaetzold/tttt/issues",
"email": "[email protected]"
},
"homepage": ".",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "6.7.1",
"@fortawesome/free-brands-svg-icons": "6.7.1",
"@fortawesome/free-regular-svg-icons": "6.7.1",
"@fortawesome/free-solid-svg-icons": "6.7.1",
"@fortawesome/react-fontawesome": "0.2.2",
"@sentry/react": "7.120.0",
"@sentry/tracing": "7.114.0",
"@use-it/interval": "1.0.0",
"bootstrap": "5.3.3",
"react": "18.3.1",
"react-bootstrap": "2.10.5",
"react-dom": "18.3.1",
"react-full-screen": "1.1.1",
"react-scripts": "5.0.1",
"string.prototype.replaceall": "1.0.10",
"typescript": "4.9.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1"
}
}