-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.01 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
{
"name": "web23",
"version": "0.1.0",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-brands-svg-icons": "^5.14.0",
"@fortawesome/free-regular-svg-icons": "^5.14.0",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/react-fontawesome": "^0.1.11",
"@tailwindui/react": "^0.1.1",
"fs": "0.0.2",
"gray-matter": "^4.0.2",
"moment": "^2.27.0",
"moment-timezone": "^0.5.31",
"next": "13.3.0",
"path": "^0.12.7",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^8.3.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-moment": "^0.9.7",
"react-outside-click-handler": "^1.3.0",
"react-vertical-timeline-component": "^3.0.2",
"remark": "^12.0.1",
"remark-html": "^12.0.0",
"remark-html-katex": "^3.0.0",
"remark-math": "^3.0.1",
"tailwindcss": "3.3.1"
}
}