-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
72 lines (72 loc) · 2.02 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
63
64
65
66
67
68
69
70
71
72
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@apollo/client": "^3.3.11",
"@chakra-ui/icons": "^1.0.13",
"@chakra-ui/react": "^1.6.7",
"@chakra-ui/react-context": "^2.0.6",
"@chakra-ui/shared-utils": "^2.0.4",
"@chakra-ui/utils": "^2.0.14",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@supabase/ui": "^0.28.1",
"apollo-link-context": "^1.0.20",
"apollo-link-http": "^1.5.17",
"chakra-ui-markdown-renderer": "^1.1.0",
"chakra-ui-steps": "^1.6.1",
"cloudinary-build-url": "^0.2.1",
"date-fns": "^2.11.1",
"framer-motion": "^3.10.6",
"graphql": "^15.5.0",
"gray-matter": "^4.0.2",
"heroicons-react": "^1.4.0",
"i": "^0.3.6",
"imagemin-gifsicle": "^7.0.0",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-optipng": "^8.0.0",
"imagemin-svgo": "^9.0.0",
"infinite-react-carousel": "^1.2.11",
"js-yaml": "^4.0.0",
"jsonwebtoken": "^8.5.1",
"mdx-prism": "^0.3.3",
"next": "^11.0.1",
"next-compose-plugins": "^2.2.1",
"next-mdx-remote": "^2.1.4",
"next-optimized-images": "^2.6.2",
"next-seo": "^4.29.0",
"npm": "^7.6.2",
"prism-react-renderer": "^1.2.0",
"prismjs": "^1.24.1",
"react": "^17.0.1",
"react-dom": "17.0.1",
"react-icons": "^4.2.0",
"react-player": "^2.9.0",
"react-reveal": "^1.2.2",
"react-syntax-highlighter": "^15.4.4",
"react-tweet-embed": "^1.2.2",
"reading-time": "^1.3.0",
"rehype": "^11.0.0",
"remark": "^12.0.0",
"remark-autolink-headings": "^6.0.1",
"remark-capitalize": "^1.1.0",
"remark-code-titles": "^0.1.1",
"remark-html": "^12.0.0",
"remark-slug": "^6.0.0",
"swiper": "^6.7.5",
"use-cloudinary": "^4.1.0"
},
"devDependencies": {
"@types/node": "^14.14.33",
"@types/react": "^17.0.3",
"eslint": "^7.29.0",
"eslint-config-next": "^11.0.1",
"typescript": "^4.2.3"
}
}