-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
53 lines (53 loc) · 1.5 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
{
"name": "nottit",
"version": "1.3.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.12",
"@react-hook/window-size": "^3.1.1",
"axios": "^1.3.3",
"draft-js": "^0.11.7",
"draftjs-to-html": "^0.9.1",
"html-to-react": "^1.5.0",
"localforage": "^1.10.0",
"markdown-draft-js": "^2.4.0",
"masonic": "^3.7.0",
"next": "13.2.4",
"next-auth": "^4.20.1",
"next-cookies": "^2.0.3",
"next-plausible": "^3.7.2",
"next-pwa": "^5.6.0",
"next-themes": "^0.2.1",
"react": "^18.2.0",
"react-autosuggest": "^10.1.0",
"react-dom": "^18.2.0",
"react-draft-wysiwyg": "^1.15.0",
"react-error-boundary": "^3.1.4",
"react-hot-toast": "^2.4.0",
"react-icons": "^4.7.1",
"react-intersection-observer": "^9.4.2",
"react-markdown": "^8.0.5",
"react-switch": "^7.0.0",
"react-twitter-embed": "^4.0.4",
"rehype-raw": "^6.1.1"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.9",
"@types/node": "^18.15.3",
"@types/react": "^18.0.28",
"@types/react-lazyload": "^3.2.0",
"autoprefixer": "^10.4.13",
"eslint": "8.36.0",
"eslint-config-next": "13.1.6",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.4.21",
"tailwind-scrollbar": "^3.0.0"