-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 840 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 840 Bytes
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
{
"name": "frontend-nextjs",
"version": "1.0.0",
"author": "Team Balance",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"axios": "^0.22.0",
"date-fns": "^2.29.3",
"eslint": "8.37.0",
"eslint-config-next": "13.2.4",
"formik": "2.2.6",
"next": "13.2.4",
"polished": "^4.1.3",
"react": "^18.0.2",
"react-dom": "^18.0.2",
"react-loading": "^2.0.3",
"react-router-dom": "^5.3.0",
"react-scripts": "^5.0.1",
"react-select": "^5.6.1",
"react-toastify": "6.2.0",
"styled-components": "^5.3.1",
"yup": "^1.0.2"
}
}