-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.46 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
{
"name": "simple-share",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"@headlessui/react": "^1.4.2",
"@heroicons/react": "^1.0.5",
"@supabase/supabase-js": "^1.28.5",
"@supabase/ui": "^0.36.2",
"axios": "^0.24.0",
"dayjs": "^1.10.7",
"easymde": "^2.15.0",
"got": "^12.0.0",
"metascraper": "^5.25.5",
"metascraper-audio": "^5.25.5",
"metascraper-author": "^5.25.5",
"metascraper-date": "^5.25.5",
"metascraper-description": "^5.25.5",
"metascraper-image": "^5.25.5",
"metascraper-logo": "^5.25.5",
"metascraper-publisher": "^5.25.5",
"metascraper-spotify": "^5.25.5",
"metascraper-title": "^5.25.5",
"metascraper-url": "^5.25.5",
"metascraper-video": "^5.25.5",
"metascraper-youtube": "^5.25.5",
"next": "12.0.7",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-markdown": "^7.1.1",
"react-simplemde-editor": "^5.0.2",
"react-supabase": "^0.2.0",
"react-tooltip": "^4.2.21",
"uuid": "^8.3.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.0",
"autoprefixer": "^10.4.0",
"eslint": "8.4.1",
"eslint-config-next": "12.0.7",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.2"
}
}