-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 754 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 754 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
{
"name": "my-blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.2",
"@svgr/webpack": "^6.3.1",
"autoprefixer": "^10.2.3",
"axios": "^0.27.2",
"classnames": "^2.3.1",
"cloudinary-react": "^1.8.1",
"dotenv": "^16.0.1",
"file-loader": "^6.2.0",
"next": "10.0.5",
"next-images": "^1.8.4",
"nextjs-progressbar": "^0.0.14",
"node-fetch": "^2.6.1",
"postcss": "^8.2.4",
"qs": "^6.11.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-mailchimp-subscribe": "^2.1.3",
"react-markdown": "^8.0.3",
"tailwindcss": "^2.0.2"
}
}