-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
74 lines (74 loc) · 2.35 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
{
"name": "scoretrak-client",
"version": "0.1.0",
"private": true,
"dependencies": {
"@buf/scoretrak_scoretrakapis.bufbuild_connect-web": "^0.6.0-20230107032708-827817a34c0e.1",
"@buf/scoretrak_scoretrakapis.bufbuild_es": "^1.0.0-20230107032708-827817a34c0e.1",
"@buf/scoretrak_scoretrakapis.grpc_web": "^1.4.2-20230107032708-827817a34c0e.2",
"@bufbuild/connect-web": "^0.6.0",
"@date-io/core": "^1.3.13",
"@material-table/core": "^4.3.44",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@nivo/bar": "^0.79.1",
"@nivo/core": "^0.79.0",
"@nivo/tooltip": "0.79.0",
"@tanstack/react-query": "^4.23.0",
"@tanstack/react-query-devtools": "^4.23.0",
"file-saver": "^2.0.2",
"google-protobuf": "^3.21.2",
"grpc-web": "^1.4.2",
"jwt-decode": "^3.1.1",
"notistack": "^1.0.10",
"npm-watch": "^0.11.0",
"prop-types": ">= 15.5.10 < 16.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-full-screen": "^1.1.1",
"react-hook-form": "^6.15.8",
"react-json-view": "^1.21.3",
"react-router-dom": "^6.3.0",
"react-use": "^17.4.0"
},
"scripts": {
"dev": "vite",
"dev:clean": "npm run dev -- --force",
"build": "tsc && vite build",
"serve": "vite preview --port 3000",
"cypress:open": "cypress open",
"buf:gen:grpc-web": "buf generate buf.build/scoretrak/scoretrakapis --template buf.gen.grpc-web.yaml",
"buf:gen:connect-web": "buf generate buf.build/scoretrak/scoretrakapis --template buf.gen.connect-web.yaml"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@hookform/devtools": "^4.3.0",
"@types/file-saver": "^2.0.1",
"@types/google-protobuf": "^3.7.4",
"@types/material-ui": "^0.21.8",
"@types/node": "^16.11.45",
"@types/react": "^17.0.47",
"@types/react-dom": "^17.0.17",
"@types/react-router": "^5.1.18",
"@types/react-router-dom": "^5.3.3",
"@types/uuid": "^8.3.0",
"@vitejs/plugin-react": "^2.0.1",
"cypress": "^12.3.0",
"prettier": "2.7.1",
"typescript": "^4.6.4",
"vite": "^3.0.9",
"vite-plugin-env-compatible": "^1.1.1"
}
}