-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.6 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": "website3",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "cross-env NODE_OPTIONS='--trace-warnings' next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-brands-svg-icons": "^6.2.0",
"@fortawesome/free-regular-svg-icons": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@headlessui/react": "^1.7.4",
"@heroicons/react": "^2.0.13",
"@mdx-js/loader": "^2.1.5",
"@mdx-js/react": "^2.1.5",
"@next/bundle-analyzer": "^13.2.4",
"@next/mdx": "^13.0.2",
"@types/node": "18.11.9",
"@types/react": "18.0.24",
"@types/react-dom": "18.0.8",
"academicons": "^1.9.2",
"babel-plugin-macros": "^3.1.0",
"cross-env": "^7.0.3",
"eslint": "8.26.0",
"flowbite": "^1.6.0",
"flowbite-react": "^0.3.7",
"gray-matter": "^4.0.3",
"markdown-it": "^13.0.1",
"next": "^14.2.15",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^8.0.6",
"react-obfuscate-email": "^1.1.2",
"rehype-katex": "^6.0.2",
"rehype-raw": "^6.1.1",
"remark": "^14.0.2",
"remark-gfm": "^3.0.1",
"remark-html": "^15.0.1",
"remark-math": "^5.1.1",
"sharp": "^0.32.6",
"typescript": "4.8.4"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.7",
"@types/markdown-it": "^12.2.3",
"autoprefixer": "^10.4.13",
"eslint-config-next": "^14.2.15",
"postcss": "^8.4.18",
"tailwindcss": "^3.2.1"
}
}