-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 844 Bytes
/
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
{
"name": "technology-pro-blog-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "env TAILWIND_MODE=watch NODE_ENV=development next dev -H 192.168.0.104 -p 3000",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@tailwindcss/line-clamp": "^0.2.1",
"@tailwindcss/typography": "^0.4.1",
"date-fns": "^2.22.1",
"gray-matter": "^4.0.3",
"mdx-prism": "^0.3.3",
"next": "latest",
"next-mdx-remote": "^3.0.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"reading-time": "^1.3.0",
"remark-autolink-headings": "^6.0.1",
"remark-code-titles": "^0.1.2",
"remark-slug": "^6.0.0"
},
"devDependencies": {
"autoprefixer": "^10.0.4",
"globby": "^12.0.0",
"postcss": "^8.1.10",
"prettier": "^2.3.2",
"tailwindcss": "^2.1.1"
}
}