-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
87 lines (87 loc) · 2.58 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
{
"name": "progrmrslife",
"version": "2.0.20",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"postbuild": "node -r dotenv/config scripts/generate-sitemap.js",
"postinstall": "prisma generate",
"db:migrate": "prisma migrate deploy",
"db:push": "prisma db push",
"db:studio": "prisma studio"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.3.0",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@graphcms/rich-text-html-renderer": "^0.2.0",
"@graphcms/rich-text-react-renderer": "^0.6.1",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@humanwhocodes/config-array": "^0.11.14",
"@mantine/prism": "^6.0.0",
"@prisma/client": "^5.22.0",
"algoliasearch": "^4.16.0",
"axios": "^1.7.7",
"core-js": "^3.29.1",
"cors": "^2.8.5",
"date-fns": "^4.1.0",
"flowbite": "^1.6.3",
"flowbite-react": "^0.3.8",
"framer-motion": "^11.5.4",
"globby": "^14.0.2",
"graphql": "^16.6.0",
"graphql-request": "^5.1.0",
"highlight.js": "^11.7.0",
"html-react-parser": "^3.0.9",
"kbar": "^0.1.0-beta.45",
"moment": "^2.29.4",
"next": "latest",
"next-pwa": "^5.6.0",
"next-themes": "^0.2.1",
"nextjs-toploader": "^3.7.15",
"ninja-keys": "^1.2.2",
"nodemailer": "^6.9.1",
"prettier": "^3.3.3",
"prisma": "^5.22.0",
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-avatar": "^5.0.3",
"react-confetti": "^6.1.0",
"react-dom": "18.2.0",
"react-helmet-async": "^1.3.0",
"react-hot-toast": "^2.4.0",
"react-icons": "^4.8.0",
"react-instantsearch-hooks-web": "^6.42.0",
"react-multi-carousel": "^2.8.2",
"react-player": "^2.12.0",
"react-resizable": "^3.0.5",
"react-spinners": "^0.13.8",
"react-toastify": "^9.1.3",
"react-use": "^17.5.1",
"sass": "^1.58.3",
"sharethis-reactjs": "^1.6.0",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1",
"tailwind-highlightjs": "^2.0.1"
},
"devDependencies": {
"@types/node": "^18.11.3",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"autoprefixer": "^10.4.12",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.11",
"md5": "^2.3.0",
"postcss": "^8.4.18",
"rimraf": "^5.0.0",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.4"
}
}