forked from CSC2541HF-2021/CSC2541HF-2021.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.08 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
{
"name": "learn-starter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.60",
"@tailwindcss/typography": "^0.4.1",
"autoprefixer": "^10.2.6",
"bootstrap": "^5.0.0-beta3",
"gh-pages": "^3.2.3",
"marked": "^3.0.0",
"marked-tex-renderer": "^1.1.1",
"next": "^10.0.0",
"next-themes": "^0.0.14",
"postcss": "^8.3.5",
"react": "17.0.1",
"react-bootstrap": "^1.6.1",
"react-dom": "17.0.1",
"react-helmet": "^6.1.0",
"react-icons": "^4.2.0",
"react-katex": "^2.0.2",
"react-switch": "^6.0.0",
"stringify": "^5.2.0",
"tailwind-navbar-react": "^1.0.3",
"tailwindcss": "^2.2.2"
}
}