-
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) · 776 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 776 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-v2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "export NODE_TLS_REJECT_UNAUTHORIZED='0' && next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^1.1.7",
"@chakra-ui/react": "^1.8.6",
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"formik": "^2.2.9",
"framer-motion": "^6.2.8",
"i": "^0.3.7",
"nanoid": "^3.3.1",
"next": "^12.1.1",
"npm": "^8.5.5",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"react-table": "^7.7.0",
"yup": "^0.32.11"
},
"devDependencies": {
"axios": "^0.26.1",
"eslint": "8.12.0",
"eslint-config-next": "12.1.1"
}
}