-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 864 Bytes
/
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
{
"name": "byredo-store",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"firebase": "^8.8.0",
"firebase-admin": "^9.11.0",
"firebase-functions": "^3.14.1",
"next": "11.0.1",
"next-firebase-auth": "^0.13.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "^7.10.1",
"styled-components": "^5.3.0"
},
"devDependencies": {
"@svgr/webpack": "^5.5.0",
"@types/lodash": "^4.14.171",
"@types/react": "17.0.11",
"@types/styled-components": "^5.1.10",
"babel-plugin-styled-components": "^1.12.0",
"eslint": "7.29.0",
"eslint-config-next": "11.0.1",
"typescript": "4.3.4"
}
}