-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.69 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.69 KB
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
{
"name": "smartandglam",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap && source-map-explorer .next/static/**/*.js",
"export": "next export",
"start": "next start",
"lint": "next lint",
"site": "NODE_ENV=production node server.js"
},
"dependencies": {
"@next/env": "^14.0.4",
"@sentry/nextjs": "^7.86.0",
"@vercel/speed-insights": "^1.0.1",
"eslint": "8.55.0",
"eslint-config-next": "14.0.4",
"http": "^0.0.1-security",
"next": "14.0.4",
"next-pwa": "^5.6.0",
"next-sitemap": "^4.2.3",
"next-themes": "^0.2.1",
"nextjs-toploader": "^1.6.4",
"pg": "^8.11.3",
"pino": "^8.16.2",
"pino-logflare": "^0.4.2",
"react": "^18",
"react-dom": "^18",
"react-google-recaptcha-v3": "^1.10.1",
"react-icons": "^4.12.0",
"react-lottie-player": "^1.5.5",
"react-obfuscate": "^3.6.9",
"react-scroll-up": "^1.4.0",
"react-toastify": "^9.1.3",
"sharp": "^0.33.0",
"source-map-explorer": "^2.5.3",
"tailwind-scrollbar": "^3.0.5",
"typescript": "^5.3.3",
"url": "^0.11.3",
"web-vitals": "^3.5.0"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.0.4",
"autoprefixer": "^10.4.16",
"core-js": "^3.34.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.4.32",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "^3.3.6"
},
"browserslist": [
"chrome 64",
"edge 79",
"firefox 67",
"opera 51",
"safari 12"
]
}