-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
92 lines (92 loc) · 2.73 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
{
"name": "competition-groups",
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.8.7",
"@cubing/icons": "^1.0.6",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@tanstack/query-sync-storage-persister": "^5.48.0",
"@tanstack/react-query": "^5.48.0",
"@tanstack/react-query-persist-client": "^5.48.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@total-typescript/ts-reset": "^0.3.7",
"@types/jest": "^29.1.2",
"@types/node": "^18.8.3",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.39.0",
"@typescript-eslint/parser": "^5.39.0",
"@uidotdev/usehooks": "^2.4.1",
"@vitejs/plugin-react": "^4.0.3",
"@wca/helpers": "^1.1.5",
"classnames": "^2.3.2",
"country-flag-icons": "^1.5.4",
"date-fns": "^2.30.0",
"graphql": "^16.8.1",
"graphql-ws": "^5.14.2",
"history": "^5.3.0",
"lodash.flatmap": "^4.5.0",
"lodash.flatten": "^4.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.13",
"react-ga": "^3.3.1",
"react-ga4": "^2.1.0",
"react-intersection-observer": "^9.4.2",
"react-router-dom": "^6.19.0",
"react-spinners": "^0.13.8",
"react-sticky-box": "^2.0.5",
"react-stickynode": "^4.1.1",
"react-tiny-popover": "^8.0.4",
"styled-components": "^5.3.5",
"tailwindcss": "^3.3.5",
"typescript": "^4.8.4",
"vite": "^4.4.3",
"vite-plugin-pwa": "^0.16.4",
"vite-plugin-svgr": "^4.1.0",
"vite-tsconfig-paths": "^4.2.0",
"web-vitals": "^1.1.2"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint ./src/ --ext .ts,.tsx",
"type-check": "tsc --noEmit",
"serve": "vite preview"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.47.0",
"autoprefixer": "^10.4.7",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"postcss": "^8.4.14",
"prettier": "^2.6.2",
"surge": "^0.23.1"
},
"packageManager": "[email protected]+sha512.ff4579ab459bb25aa7c0ff75b62acebe576f6084b36aa842971cf250a5d8c6cd3bc9420b22ce63c7f93a0857bc6ef29291db39c3e7a23aab5adfd5a4dd6c5d71"
}