-
Notifications
You must be signed in to change notification settings - Fork 72
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 827 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 827 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
33
34
35
{
"name": "bits-of-code",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"firebase": "^9.6.8",
"firebase-admin": "^10.0.2",
"gray-matter": "^4.0.3",
"markdown-to-txt": "^2.0.0",
"next": "12.1.0",
"next-mdx-remote": "^4.0.0",
"next-themes": "0.1.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"react-redux": "^7.2.6",
"reading-time": "^1.5.0",
"redux": "^4.1.2",
"remark-custom-heading-id": "^1.0.0",
"request-ip": "^2.1.3",
"swr": "^1.2.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.2",
"autoprefixer": "^10.4.4",
"postcss": "^8.4.12",
"tailwindcss": "^3.0.23"
}
}