-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.73 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
{
"name": "fullstack-blog-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"browserslist": [
"chrome 64",
"edge 79",
"firefox 67",
"opera 51",
"safari 12"
],
"dependencies": {
"@hookform/resolvers": "^3.3.4",
"@reduxjs/toolkit": "^1.9.7",
"@svgr/webpack": "^8.1.0",
"@tiptap/extension-color": "^2.1.13",
"@tiptap/extension-text-style": "^2.1.13",
"@tiptap/extension-underline": "^2.1.13",
"@tiptap/html": "^2.1.13",
"@tiptap/pm": "^2.1.13",
"@tiptap/react": "^2.1.13",
"@tiptap/starter-kit": "^2.1.13",
"embla-carousel-autoplay": "^8.0.0-rc22",
"embla-carousel-react": "^8.0.0-rc14",
"next": "^14.1.4",
"next-auth": "^4.24.7",
"normalize.css": "^8.0.1",
"overlayscrollbars-react": "^0.5.3",
"qs": "^6.11.2",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.51.2",
"react-imask": "^7.4.0",
"react-paginate": "^8.2.0",
"react-redux": "^8.1.3",
"sharp": "^0.33.2",
"sonner": "^1.4.0",
"use-immer": "^0.9.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@next/bundle-analyzer": "^14.1.4",
"@types/node": "^20",
"@types/qs": "^6.9.11",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.19",
"eslint": "^8",
"eslint-config-next": "14.0.1",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^9.5.2",
"sass": "^1.69.5",
"stylelint": "^15.11.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-config-standard-scss": "^11.0.0",
"stylelint-order": "^6.0.3",
"stylelint-scss": "^5.3.0",
"typescript": "^5"
}
}