-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
99 lines (99 loc) · 2.78 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "lpc",
"version": "1.3.2",
"description": "landing page of lpc ",
"author": "lpc",
"license": "lpc",
"packageManager": "[email protected]",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier -w ./src",
"generate-json": "node scripts/jsonGenerator.js",
"remove-darkmode": "node scripts/removeDarkmode.js && yarn format"
},
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@lexical/react": "^0.12.2",
"@mantine/core": "^7.1.7",
"@mantine/form": "^7.1.7",
"@mantine/hooks": "^7.1.7",
"@network-utils/arp-lookup": "^2.1.0",
"@nextui-org/react": "^2.1.13",
"@react-google-maps/api": "^2.19.2",
"@reduxjs/toolkit": "^1.9.7",
"@tailwindcss/line-clamp": "^0.4.4",
"@tinymce/tinymce-react": "^4.3.0",
"@types/crypto-js": "^4.1.3",
"address": "^2.0.1",
"bcryptjs": "^2.4.3",
"browser-cookies": "^1.2.0",
"crypto-js": "^4.2.0",
"date-fns": "^2.30.0",
"date-fns-tz": "^2.0.0",
"flag-icon-css": "^4.1.7",
"flag-icons": "^6.11.2",
"fuse.js": "^7.0.0",
"github-slugger": "^2.0.0",
"gray-matter": "^4.0.3",
"html-react-parser": "^5.1.9",
"image-extensions": "^1.1.0",
"is-url": "^1.2.4",
"lexical": "^0.12.2",
"marked": "^9.1.4",
"mongoose": "^8.0.0",
"next": "^14.0.1",
"next-auth": "^4.24.4",
"next-base64": "^1.1.0",
"next-mdx-remote": "^4.4.1",
"next-redux-wrapper": "^8.1.0",
"next-themes": "^0.2.1",
"nextjs-current-url": "^1.0.3",
"node-sass": "^9.0.0",
"nodemailer": "^6.9.7",
"nodemailer-smtp-transport": "^2.4.2",
"novel": "^0.0.0",
"public-ip": "^6.0.1",
"react": "^18.2.0",
"react-color": "^2.19.3",
"react-dom": "^18.2.0",
"react-icons": "^4.11.0",
"react-lite-youtube-embed": "^2.3.52",
"react-redux": "^8.1.3",
"react-snowfall": "^1.2.1",
"reactstrap": "^9.2.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.0",
"request-ip": "^3.3.0",
"sharp": "^0.32.6",
"slate": "^0.100.0",
"slate-history": "^0.100.0",
"slate-react": "^0.100.1",
"suneditor": "^2.45.1",
"suneditor-react": "^3.6.1",
"uuid": "^9.0.1"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/typography": "^0.5.10",
"@types/marked": "^5.0.2",
"@types/node": "^20.8.10",
"@types/react": "18.2.34",
"@types/react-dom": "18.2.14",
"autoprefixer": "^10.4.16",
"encoding": "^0.1.13",
"eslint": "^8.52.0",
"eslint-config-next": "^14.0.1",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.6",
"sass": "^1.69.5",
"tailwind-bootstrap-grid": "^5.0.1",
"tailwindcss": "^3.3.5",
"typescript": "5.2.2"
}
}