-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
71 lines (71 loc) · 2.04 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
{
"name": "medium-sanity",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@fortawesome/fontawesome-common-types": "^0.3.0",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"@material-ui/icons": "^4.11.3",
"@mui/icons-material": "^5.6.1",
"@mui/material": "^5.6.1",
"@portabletext/react": "^1.0.6",
"@radix-ui/react-icons": "^1.1.0",
"@sanity/client": "^3.3.0",
"@sanity/image-url": "^1.0.1",
"@tailwindcss/line-clamp": "^0.3.1",
"axios": "^0.26.1",
"firebase": "^9.6.10",
"flowbite": "^1.4.2",
"fs": "^0.0.1-security",
"gatsby-image": "^3.11.0",
"gatsby-source-sanity": "^7.4.2",
"nanoid": "^3.3.3",
"next": "^12.1.5",
"next-sanity": "^0.5.2",
"next-sanity-image": "^3.2.1",
"react": "^18.0.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.0.0",
"react-hide-on-scroll": "^1.1.4",
"react-hook-form": "^7.29.0",
"react-icons": "^4.3.1",
"react-intersection-observer": "^9.1.0",
"react-portable-text": "^0.4.3",
"react-router-next": "^4.0.0-alpha.5",
"react-syntax-highlighter": "^15.5.0",
"react-tippy": "^1.4.0",
"sveltejs-tippy": "^3.0.0",
"sveltip": "^0.0.1",
"use-async-effect": "^2.2.5"
},
"devDependencies": {
"@fouita/tooltip": "^0.0.1",
"@tailwindcss/typography": "^0.5.2",
"@types/node": "^17.0.25",
"@types/react-lines-ellipsis": "^0.15.1",
"@types/web": "^0.0.61",
"autoprefixer": "^10.4.4",
"eslint": "8.13.0",
"eslint-config-next": "12.1.5",
"postcss": "^8.4.12",
"svelte-popperjs": "^1.2.9",
"tailwindcss": "^3.0.24",
"typescript": "^4.6.3"
},
"browser": {
"fs": false,
"path": false,
"os": false
}
}