-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 995 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
{
"name": "toto-football-club",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@hookform/resolvers": "^2.8.8",
"@types/lodash.debounce": "^4.0.6",
"axios": "^0.25.0",
"bootstrap": "^5.1.3",
"classnames": "^2.3.1",
"dayjs": "^1.10.7",
"lodash.debounce": "^4.0.8",
"next": "12.0.8",
"react": "17.0.2",
"react-bootstrap": "^2.1.1",
"react-dom": "17.0.2",
"react-hook-form": "^7.25.0",
"react-inlinesvg": "^2.3.0",
"sass": "^1.49.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/node": "17.0.10",
"@types/react": "17.0.38",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"eslint": "8.7.0",
"eslint-config-next": "12.0.8",
"eslint-config-prettier": "^8.3.0",
"lint-staged": "^12.2.2",
"prettier": "^2.5.1",
"typescript": "4.5.5"
}
}