-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 877 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": "learn-starter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"host": "next build && next export && firebase deploy --only hosting"
},
"dependencies": {
"@date-io/dayjs": "^2.11.0",
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@mui/icons-material": "^5.0.4",
"@mui/lab": "^5.0.0-alpha.51",
"@mui/material": "^5.0.4",
"axios": "^0.23.0",
"babel-preset-next": "^1.4.0",
"dayjs": "^1.10.7",
"firebase": "^9.1.3",
"next": "^11.0.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "^7.17.5",
"react-select": "^5.1.0",
"react-window": "^1.8.6",
"styled-components": "^5.3.3",
"uuid": "^8.3.2"
},
"devDependencies": {
"babel-plugin-styled-components": "^1.13.3"
}
}