-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 913 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 913 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": "nextjs-mdb",
"version": "4.25.3",
"description": "Integration example for MDBReact and Next.js create-next-app",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"author": "Jakub Chmura",
"repository": "https://github.com/JakubChm/nextjs-mdbreact.git",
"license": "MIT",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.15",
"express": "^4.17.1",
"mdbreact": "^4.25.5",
"next": "^9.3.4",
"next-compose-plugins": "^2.2.0",
"next-fonts": "^1.0.3",
"next-images": "^1.4.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-nextjs-toast": "^1.2.5",
"styled-jsx": "^5.0.4"
},
"devDependencies": {
"webpack": "^4.44.0"
}
}