-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.34 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
{
"name": "christianbmartinez",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@giphy/js-fetch-api": "^4.9.1",
"@giphy/react-components": "^6.9.3",
"@tailwindcss/typography": "^0.5.9",
"@upstash/ratelimit": "^0.4.3",
"@upstash/redis": "^1.20.6",
"axios": "^1.5.1",
"bad-words": "^3.0.4",
"dayjs": "^1.11.7",
"dotenv": "^16.0.3",
"emailjs-com": "^3.2.0",
"framer-motion": "^10.12.4",
"gray-matter": "^4.0.3",
"mongodb": "^5.5.0",
"next": "^13.3.1",
"next-auth": "^4.22.1",
"next-mdx-remote": "^4.4.1",
"next-themes": "^0.2.1",
"openai": "^3.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.11.0",
"react-particles": "^2.9.3",
"react-scrollable-feed": "^1.3.2",
"react-share": "^4.4.1",
"react-type-animation": "^3.0.1",
"sharp": "^0.32.1",
"tsparticles": "^2.9.3",
"use-local-storage": "^3.0.0"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"eslint": "^8.39.0",
"eslint-config-next": "^13.3.1",
"eslint-config-prettier": "^9.0.0",
"next-transpile-modules": "^10.0.0",
"postcss": "^8.4.23",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.5",
"tailwindcss": "^3.3.1"
}
}