-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.1 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
{
"name": "yata-client",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"tscheck": "./node_modules/.bin/tsc --noEmit",
"prettier": "prettier --check ./src/",
"prettier:format": "prettier --write ./src/"
},
"dependencies": {
"@chakra-ui/react": "^1.8.8",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@faker-js/faker": "^6.1.2",
"@hookform/resolvers": "^2.8.8",
"@reduxjs/toolkit": "^1.8.1",
"firebase": "^9.6.10",
"framer-motion": "^6.3.0",
"i18next": "^21.6.16",
"next": "12.1.4",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-hook-form": "^7.30.0",
"react-i18next": "^11.16.7",
"react-redux": "^8.0.0",
"react-use": "^17.3.2",
"redux": "^4.2.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/node": "17.0.23",
"@types/react": "17.0.43",
"@types/react-dom": "17.0.14",
"eslint": "8.12.0",
"eslint-config-next": "12.1.4",
"prettier": "^2.6.2",
"typescript": "4.6.3"
}
}