-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.12 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
{
"name": "portfoilo_nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "cross-env next dev",
"build": "next build",
"buildlocal": "cross-env INIT_CWD=$PWD next build && cross-env NODE_OPTIONS='--experimental-json-modules' node ./scripts/postbuild.mjs",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emailjs/browser": "^4.3.3",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@fullhuman/postcss-purgecss": "^6.0.0",
"@headlessui/react": "^2.1.1",
"@mdx-js/esbuild": "^3.0.1",
"@mdx-js/mdx": "^3.0.1",
"@next/bundle-analyzer": "^14.2.4",
"@nextui-org/react": "^2.4.2",
"@reduxjs/toolkit": "^2.2.5",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.12",
"@types/axios": "^0.14.0",
"axios": "^1.7.4",
"contentlayer2": "0.4.6",
"cors": "^2.8.5",
"cssnano": "^7.0.4",
"date-fns": "^3.6.0",
"dotenv": "^16.4.5",
"esbuild": "0.20.2",
"framer-motion": "^10.16.5",
"github-slugger": "^2.0.0",
"mongodb": "^6.7.0",
"mongoose": "^8.4.4",
"next": "14.2.3",
"next-contentlayer2": "0.4.6",
"next-themes": "^0.3.0",
"pliny": "^0.2.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-file-base64": "^1.0.3",
"react-redux": "^8.1.3",
"react-tilt": "^1.0.2",
"react-type-animation": "^3.2.0",
"react-vertical-timeline-component": "^3.6.0",
"reading-time": "^1.5.0",
"redux-thunk": "^3.1.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-citation": "^2.0.0",
"rehype-katex": "^7.0.0",
"rehype-preset-minify": "7.0.0",
"rehype-prism-plus": "^2.0.0",
"rehype-slug": "^6.0.0",
"remark": "^15.0.0",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0"
},
"devDependencies": {
"@types/animejs": "^3.1.12",
"@types/node": "^20.14.9",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.2"
}
}