-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 869 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
33
34
{
"name": "markdown",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"clsx": "^1.1.1",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-optipng": "^8.0.0",
"lazysizes": "^5.2.2",
"lqip-loader": "^2.2.1",
"next": "9.5.3",
"next-compose-plugins": "^2.2.0",
"next-optimized-images": "^2.6.2",
"postcss-preset-env": "^6.7.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-markdown": "^4.3.1",
"react-syntax-highlighter": "^13.5.3",
"typeface-merriweather": "0.0.72",
"typeface-open-sans": "0.0.75"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^2.3.0",
"@tailwindcss/typography": "^0.2.0",
"autoprefixer": "^9.8.6",
"gray-matter": "^4.0.2",
"tailwindcss": "^1.8.8"
}
}