-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
119 lines (119 loc) · 3.64 KB
/
package.json
File metadata and controls
119 lines (119 loc) · 3.64 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"name": "thefullstack",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth0/nextjs-auth0": "^1.4.2",
"@badrap/bar-of-progress": "^0.1.2",
"@emotion/react": "^11.10.5",
"@headlessui/react": "^1.6.6",
"@knocklabs/client": "^0.8.4",
"@knocklabs/node": "^0.4.9",
"@knocklabs/react-notification-feed": "^0.7.2",
"@mux/mux-node": "^3.2.3",
"@mux/upchunk": "^2.2.2",
"@reactour/tour": "^2.10.3",
"@stripe/stripe-js": "^1.46.0",
"@tailwindcss/line-clamp": "^0.2.1",
"@typeform/embed-react": "^1.19.0",
"@uiball/loaders": "^1.2.6",
"@uiw/react-markdown-preview": "^4.1.13",
"@vercel/analytics": "^0.1.5",
"aws-sdk": "^2.956.0",
"axios": "^0.21.4",
"country-code-emoji": "^2.3.0",
"country-code-lookup": "^0.0.22",
"country-list": "^2.2.0",
"dotenv": "^10.0.0",
"emoji-picker-react": "^4.4.6",
"extract-urls": "^1.3.2",
"firebase": "^8.10.0",
"firebase-admin": "^10.0.1",
"form-data": "^4.0.0",
"formidable": "^1.2.2",
"formidable-serverless": "^1.1.1",
"get-video-id": "^3.6.5",
"hls.js": "^1.0.7",
"madge": "^5.0.1",
"markdown-to-jsx": "^7.1.7",
"mixpanel-browser": "^2.42.0",
"moment": "^2.29.1",
"mux-embed": "^4.4.0",
"nanoid": "^4.0.0",
"next": "^12.0.7",
"next-absolute-url": "^1.2.2",
"next-firebase-auth": "^0.14.0",
"next-progress": "^2.2.0",
"next-remove-imports": "^1.0.11",
"next-share": "^0.6.0",
"next-themes": "^0.0.15",
"nookies": "^2.5.2",
"react": "^17.0.2",
"react-3d-earth": "^1.0.5",
"react-awesome-reveal": "^4.2.3",
"react-confetti": "^6.0.1",
"react-cookie-consent": "^6.2.3",
"react-country-region-selector": "^3.6.1",
"react-device-detect": "^2.1.2",
"react-dom": "^17.0.2",
"react-expanding-textarea": "^2.3.5",
"react-firebase-hooks": "^3.0.4",
"react-firebaseui": "^5.0.2",
"react-github-calendar": "^3.4.0",
"react-icons": "^4.8.0",
"react-infinite-scroll-component": "^6.1.0",
"react-lite-youtube-embed": "^2.3.52",
"react-markdown": "^7.1.1",
"react-mde": "^11.5.0",
"react-modal": "^3.13.1",
"react-number-format": "^4.8.0",
"react-player": "^2.9.0",
"react-select": "^4.2.1",
"react-stacked-center-carousel": "^1.0.12",
"react-syntax-highlighter": "^15.4.5",
"react-textarea-autosize": "^8.3.3",
"react-ticker": "^1.3.2",
"rehype-highlight": "^6.0.0",
"rehype-raw": "^6.1.1",
"remark-gfm": "^3.0.1",
"showdown": "^1.9.0",
"showdown-highlight": "^2.1.3",
"simple-oauth2": "^4.3.0",
"stripe": "^11.7.0",
"swiper": "^9.4.1",
"swr": "1.1.2",
"tiny-relative-date": "^1.3.0",
"unsplash-js": "^7.0.11",
"uuid": "^8.3.2",
"validator": "^13.7.0"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^4.0.3",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/typography": "^0.5.2",
"@types/node": "^16.11.25",
"@types/react": "^17.0.39",
"autoprefixer": "^10.4.7",
"babel-plugin-transform-remove-console": "^6.9.4",
"eslint": "^7.28.0",
"eslint-config-next": "^11.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.24.0",
"postcss": "^8.4.14",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"tailwindcss": "^3.0.24",
"typescript": "^4.4.4"
}
}