-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.43 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "pgcc",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write ."
},
"dependencies": {
"@chakra-ui/react": "^1.8.6",
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"axios": "^0.26.1",
"framer-motion": "^6.2.8",
"next": "12.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "^7.28.1",
"react-icons": "^4.3.1",
"react-query": "^3.34.19",
"react-toastify": "^8.2.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@testing-library/dom": "^8.11.3",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.4",
"@types/node": "17.0.21",
"@types/react": "17.0.40",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"babel-jest": "^27.5.1",
"commitizen": "^4.2.4",
"eslint": "^8.12.0",
"eslint-config-google": "^0.14.0",
"eslint-config-next": "12.1.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "^7.29.4",
"git-cz": "^4.8.0",
"jest": "^27.5.1",
"faker": "^4.1.0",
"@types/uuid": "^8.3.4",
"@types/faker": "^5.5.9",
"jest-dom": "^4.0.0",
"prettier": "2.6.1",
"ts-jest": "^27.1.3",
"typescript": "4.6.2"
},
"config": {
"commitizen": {
"path": "git-cz"
}
}
}