-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.86 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
{
"name": "iet-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"custom-script": "node script.js",
"static": "node script.js && next build && next export && touch ./out/.nojekyll && echo 'mbsaiaditya.github.io' > ./out/CNAME"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mdx-js/loader": "^3.0.0",
"@mdx-js/react": "^3.0.0",
"@next/mdx": "^14.0.4",
"@radix-ui/react-icons": "^1.3.0",
"@tailwindcss/typography": "^0.5.10",
"@tsparticles/basic": "^3.3.0",
"@tsparticles/react": "^3.0.0",
"@types/mdx": "^2.0.10",
"autoprefixer": "10.4.14",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cors": "^2.8.5",
"cross-fetch": "^4.0.0",
"express": "^4.18.2",
"flowbite": "^2.2.1",
"flowbite-react": "^0.5.0",
"http-proxy-middleware": "^2.0.6",
"markdown-to-jsx": "^7.4.0",
"next": "^13.4.12",
"next-mdx-remote": "^4.4.1",
"node-fetch": "^3.3.2",
"postcss": "8.4.27",
"react": "18.2.0",
"react-canvas-nest": "^1.1.1",
"react-dom": "18.2.0",
"react-icons": "^5.0.1",
"react-markdown": "^9.0.1",
"react-paginate": "^8.2.0",
"react-query": "^3.39.3",
"react-responsive": "^9.0.2",
"remark-gfm": "^4.0.0",
"sass": "^1.72.0",
"tailwind": "^4.0.0",
"tailwind-merge": "^2.2.1",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"tsparticles": "^3.3.0",
"typewriter-effect": "^2.21.0"
}
}