-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
60 lines (60 loc) · 1.58 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
58
59
60
{
"name": "facebook",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@badrap/bar-of-progress": "^0.1.2",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@heroicons/react": "^1.0.5",
"@hookform/resolvers": "^2.8.2",
"@icons/material": "^0.4.1",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@mui/icons-material": "^5.0.0",
"@mui/material": "^5.0.0",
"@reduxjs/toolkit": "^1.6.2",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"@types/faker": "^5.5.9",
"@types/jest": "^24.9.1",
"@types/node": "^12.20.36",
"@types/react": "^16.14.20",
"@types/react-dom": "^16.9.14",
"@types/react-redux": "^7.1.20",
"@types/react-spinkit": "^3.0.7",
"@types/react-timeago": "^4.1.3",
"autoprefixer": "^10.3.7",
"better-react-spinkit": "^2.0.4",
"firebase": "^8.9.0",
"moment": "^2.29.1",
"next": "12.0.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-firebase-hooks": "^3.0.4",
"react-flip-move": "^3.0.4",
"react-hook-form": "^7.12.2",
"react-redux": "^7.2.4",
"react-spinkit": "^3.0.0",
"react-timeago": "^6.2.1",
"styled-components": "^5.3.1",
"typescript": "^4.1.6",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/node": "16.11.6",
"@types/react": "17.0.33",
"@types/styled-components": "^5.1.15",
"autoprefixer": "^10.2.6",
"eslint": "7.32.0",
"eslint-config-next": "12.0.1",
"typescript": "4.4.4"
}
}