-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
70 lines (70 loc) · 2.01 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
{
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router": "^6.13.0",
"react-router-dom": "^6.13.0",
"web-vitals": "^3.3.2"
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@bazel/typescript": "^5.8.1",
"@testing-library/dom": "^9.3.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/bootstrap": "^5.2.6",
"@types/d3": "^7.4.0",
"@types/jest": "^29.5.2",
"@types/node": "^14.11.2",
"@types/react": "^18.2.14",
"@types/react-bootstrap": "^0.32.32",
"@types/react-router-dom": "^5.3.3",
"@types/testing-library__jest-dom": "^5.14.6",
"@typescript-eslint/eslint-plugin": "5.44.0",
"@typescript-eslint/parser": "5.44.0",
"babel-loader": "^9.1.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"bootstrap": "^5.3.0",
"css-loader": "^6.8.1",
"d3": "^7.8.5",
"dts-bundle-webpack": "^1.0.2",
"eslint": "^8.43.0",
"eslint-config-react-app": "^7.0.1",
"gts": "^3.1.1",
"html-webpack-plugin": "^5.5.3",
"jest": "^29.5.0",
"jest-cli": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest-junit": "^16.0.0",
"jest-transform-stub": "^2.0.0",
"localforage": "^1.10.0",
"match-sorter": "^6.3.1",
"mini-css-extract-plugin": "^2.7.6",
"react-bootstrap": "^2.7.4",
"sort-by": "^1.2.0",
"style-loader": "^3.3.3",
"ts-jest": "^29.1.0",
"ts-loader": "^9.4.3",
"typescript": "4.9.3",
"webpack": "^5.87.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"webpack-node-externals": "^3.0.0"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"scripts": {
"lint": "gts lint",
"clean": "gts clean",
"fix": "gts fix"
}
}