-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.53 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
{
"name": "wca-wrapped",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.2",
"@cubing/icons": "^1.1.2",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource-variable/tilt-warp": "^5.0.3",
"@fontsource/open-sans": "^5.0.20",
"@hugocxl/react-to-image": "^0.0.9",
"@nivo/line": "^0.84.0",
"@wca/helpers": "^1.1.5",
"country-iso-3-to-2": "^1.1.1",
"cubing": "^0.43.10",
"d3-scale": "^4.0.2",
"date-fns": "^3.0.1",
"framer-motion": "^10.16.16",
"history": "^5.3.0",
"html2canvas": "^1.4.1",
"localforage": "^1.10.0",
"match-sorter": "^6.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.12.0",
"react-intersection-observer": "^9.5.3",
"react-router-dom": "^6.21.0",
"react-simple-maps": "^3.0.0",
"scrambow": "^1.8.1",
"sort-by": "^1.2.0",
"usehooks-ts": "^2.9.1",
"zustand": "^4.4.7"
},
"devDependencies": {
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@types/react-simple-maps": "^3.0.4",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^8.55.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"typescript": "^5.2.2",
"vite": "^5.0.8"
}
}