-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.68 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "cndd",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"serve": "next start",
"export": "next export"
},
"dependencies": {
"@chakra-ui/react": "^1.7.4",
"@chakra-ui/theme-tools": "^1.3.6",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@fontsource/open-sans": "^4.5.1",
"aws-sdk": "^2.1076.0",
"axios": "^0.25.0",
"chakra-ui-autocomplete": "^1.4.5",
"cheerio": "^1.0.0-rc.10",
"firebase": "8.2.1",
"firebase-admin": "^10.0.2",
"framer-motion": "^3.1.1",
"intro.js": "2.9.3",
"intro.js-react": "^0.6.0",
"lodash.debounce": "^4.0.8",
"lottie-react": "^2.2.1",
"nanoid": "^3.3.1",
"next": "^12.1.1",
"next-compose-plugins": "^2.2.1",
"next-optimized-images": "^2.6.2",
"nookies": "^2.5.2",
"polished": "^4.0.5",
"rc-drawer": "^4.1.0",
"react": "17.0.1",
"react-beautiful-dnd": "^13.1.0",
"react-copy-to-clipboard": "^5.0.4",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "17.0.1",
"react-firebase-hooks": "2.2.0",
"react-ga": "^3.3.0",
"react-icons": "^4.3.1",
"react-image-crop": "^10.0.0",
"react-modal-video": "1.2.6",
"react-no-ssr": "^1.1.0",
"react-scroll": "^1.8.1",
"react-share": "^4.4.0",
"react-slick": "^0.27.13",
"react-stickynode": "^3.0.4",
"react-waypoint": "^9.0.3",
"typeface-bree-serif": "^1.1.13",
"typeface-dm-sans": "^1.1.13",
"validator": "^13.7.0"
},
"devDependencies": {
"eslint": "8.7.0",
"eslint-config-next": "12.0.8",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-optipng": "^8.0.0",
"imagemin-svgo": "^8.0.0"
}
}