generated from zerone0x/nextjsTemplate
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
60 lines (60 loc) · 1.65 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
{
"name": "Echo",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"prod": "next build && next start",
"lint": "next lint",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@researchgate/react-intersection-list": "^3.0.12",
"@tiptap/extension-image": "^2.5.0",
"@tiptap/extension-text-style": "^2.5.0",
"@tiptap/react": "^2.4.0",
"@tiptap/starter-kit": "^2.4.0",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"axios": "^1.7.2",
"emoji-picker-react": "^4.10.0",
"filepond": "^4.31.1",
"framer-motion": "^11.3.2",
"jose": "^5.5.0",
"moment": "^2.30.1",
"next": "latest",
"next-redux-wrapper": "^8.1.0",
"prettier": "^3.3.2",
"react": "^18.3.1",
"react-avatar-editor": "^13.0.2",
"react-dom": "^18.3.1",
"react-filepond": "^7.1.2",
"react-hook-form": "^7.52.0",
"react-icons": "^5.2.1",
"react-intersection-observer": "^9.10.3",
"react-query": "^3.39.3",
"react-query-devtools": "^2.6.3",
"react-redux": "^9.1.2",
"react-router-dom": "^6.23.1",
"react-search-autocomplete": "^8.5.2",
"react-select": "^5.8.0",
"react-toastify": "^10.0.5",
"redux": "^5.0.1",
"swiper": "^11.1.4",
"toast": "^0.5.4"
},
"devDependencies": {
"@flydotio/dockerfile": "latest",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^9.4.0",
"eslint-config-next": "14.2.3",
"postcss": "^8",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "^3.4.3",
"typescript": "^5"
}
}