-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.4 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.4 KB
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
{
"name": "with-chakra-ui",
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@chakra-ui/icons": "^1.0.0",
"@chakra-ui/react": "^1.6.5",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@fontsource/material-icons": "^4.5.0",
"@fontsource/material-icons-outlined": "^4.5.0",
"@fontsource/medievalsharp": "^4.5.0",
"@fontsource/oswald": "^4.5.0",
"@fontsource/roboto-condensed": "^4.5.0",
"@fontsource/tangerine": "^4.5.0",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"chakra-ui-steps": "^1.1.1",
"firebase": "^8.7.1",
"firebase-admin": "^9.11.0",
"firebase-functions": "^3.14.1",
"firebase-tools": "^9.16.0",
"framer-motion": "^4",
"global": "^4.4.0",
"material-design-icons": "^3.0.1",
"next": "latest",
"next-firebase-auth": "^0.13.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-firebaseui": "^5.0.2",
"react-hook-form": "^7.11.1",
"react-icons": "^4.2.0",
"react-lorem-ipsum": "^1.4.9",
"request-promise": "^4.2.6"
},
"license": "MIT",
"devDependencies": {
"@types/node": "^16.3.2",
"@types/react": "^17.0.14",
"typescript": "^4.3.5"
}
}