-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
42 lines (42 loc) · 1.1 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
{
"name": "nextjs",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"@mui/icons-material": "^5.2.5",
"@mui/material": "^5.2.4",
"bootstrap": "^5.1.3",
"fs": "0.0.1-security",
"gray-matter": "^4.0.3",
"next": "^12.2.3",
"path": "^0.12.7",
"pusher-js": "^7.0.6",
"react": "^17.0.2",
"react-bootstrap": "^2.0.3",
"react-dom": "^17.0.2",
"react-fontawesome": "^1.7.1",
"react-ga": "^3.3.0",
"react-icons": "^4.3.1",
"react-modal": "^3.14.4",
"remarkable": "^2.0.1",
"slug": "^5.3.0"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-next": "^11.1.0",
"webpack": "^5.74.0"
}
}