-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.07 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
{
"name": "better-madre",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"analyze": "cross-env ANALYZE=true next build"
},
"dependencies": {
"@chakra-ui/icons": "^1.1.1",
"@chakra-ui/react": "^1.8.1",
"@choc-ui/chakra-autocomplete": "^4.16.2",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@mailchimp/mailchimp_marketing": "^3.0.74",
"chakra-ui-steps": "^1.6.2",
"firebase": "^9.6.6",
"formik": "^2.2.9",
"framer-motion": "^6.2.4",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"nanoid": "^3.2.0",
"next": "^12.1.0",
"next-pwa": "^5.4.4",
"nprogress": "^0.2.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"react-intersection-observer": "^8.33.1",
"react-lottie": "^1.2.3",
"yup": "^0.32.11"
},
"devDependencies": {
"@next/bundle-analyzer": "^12.1.0",
"cross-env": "^7.0.3",
"eslint": "8.8.0",
"eslint-config-next": "12.0.10"
}
}