-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1012 Bytes
/
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
{
"name": "formula-1-telemetry",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.6.6",
"@heroicons/react": "^1.0.6",
"@reduxjs/toolkit": "^1.8.3",
"@types/lodash": "^4.14.182",
"@types/recharts": "^1.8.23",
"country-flag-icons": "^1.5.5",
"i18n-iso-countries": "^7.5.0",
"i18n-nationality": "^1.2.0",
"lodash": "^4.17.21",
"next": "12.2.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-redux": "^8.0.2",
"recharts": "2.1.12",
"redux-thunk": "^2.4.1",
"tabler-icons-react": "^1.54.0"
},
"devDependencies": {
"@types/node": "18.6.3",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"autoprefixer": "^10.4.8",
"eslint": "8.21.0",
"eslint-config-next": "12.2.3",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.7",
"typescript": "4.7.4"
}
}