-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 741 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 741 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
{
"name": "ec-boilerplate",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@giphy/js-fetch-api": "^2.1.0",
"@giphy/react-components": "^2.1.3",
"@hookform/resolvers": "1.3.0",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.11.2",
"clsx": "^1.1.1",
"date-and-time": "^0.14.2",
"firebase": "^8.0.0",
"framer-motion": "^3.2.2-rc.1",
"marked": "^1.2.8",
"next": "^10.1.3",
"notistack": "^1.0.3",
"react": "17.0.1",
"react-async-hook": "^3.6.2",
"react-dom": "17.0.1",
"react-hook-form": "^6.14.2",
"react-markdown": "^5.0.3",
"yup": "^0.32.8"
}
}