-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 900 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 900 Bytes
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
{
"name": "learn-starter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-brands-svg-icons": "^5.15.1",
"@fortawesome/free-regular-svg-icons": "^5.15.1",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/react-fontawesome": "^0.1.12",
"@mui/material": "^5.3.1",
"bootstrap": "^4.5.3",
"disqus-react": "^1.0.10",
"js-base64": "^3.6.0",
"next": "^12.0.9",
"next-connect": "^0.12.2",
"nextjs-progressbar": "0.0.6",
"nprogress": "^0.2.0",
"react": "^17.0.2",
"react-bootstrap": "^1.4.0",
"react-dom": "^17.0.2",
"react-load-script": "0.0.6",
"sass": "^1.49.4"
}
}