-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
65 lines (65 loc) · 1.83 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
{
"name": "desopin",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.3",
"@loadable/component": "^5.15.2",
"@nextui-org/react": "^1.0.0-beta.10",
"@tanstack/react-query": "^4.10.1",
"@tanstack/react-query-devtools": "^4.10.1",
"@vercel/analytics": "^0.1.3",
"animate.css": "^4.1.1",
"axios": "^1.0.0",
"classnames": "^2.3.2",
"cookie": "^0.5.0",
"deso-protocol": "^0.7.17",
"feeder-react-feedback": "^0.0.6",
"framer-motion": "^7.5.3",
"html2canvas": "^1.4.1",
"js-cookie": "^3.0.1",
"linkify-plugin-hashtag": "^4.0.2",
"linkify-plugin-mention": "^4.0.2",
"linkify-react": "^4.0.2",
"linkifyjs": "^4.0.2",
"nanoid": "^4.0.0",
"next": "12.3.1",
"next-seo": "^5.5.0",
"next-share": "^0.18.2",
"next-themes": "^0.2.1",
"nextjs-progressbar": "^0.0.14",
"plaiceholder": "^2.5.0",
"react": "18.2.0",
"react-cool-inview": "^3.0.1",
"react-copy-to-clipboard": "^5.1.0",
"react-detect-click-outside": "^1.1.7",
"react-device-detect": "^2.2.2",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.0",
"react-icons": "^4.4.0",
"react-image-size": "^1.0.5",
"react-intersection-observer": "^9.4.1",
"react-lazy-load-image-component": "^1.5.5",
"react-responsive-masonry": "^2.1.6",
"react-simple-image-slider": "^2.4.1",
"react-toastify": "^9.0.8",
"sass": "^1.55.0",
"sharp": "^0.31.1",
"use-debounce": "^8.0.4",
"use-resize-observer": "^9.0.2",
"zustand": "^4.1.1"
},
"devDependencies": {
"autoprefixer": "^10.4.12",
"eslint": "8.24.0",
"eslint-config-next": "12.3.1",
"postcss": "^8.4.17",
"tailwindcss": "^3.1.8"
}
}