-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.45 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "next-tailwind-boilerplate",
"description": "a nextjs and tailwindcss boilerplate by themefisher.com",
"version": "1.0.1",
"private": true,
"license": "UNLICENSED",
"scripts": {
"dev": "node lib/jsonGenerator.js && next dev",
"build": "node lib/jsonGenerator.js && next build",
"export": "next build && next export",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"disqus-react": "^1.1.5",
"github-slugger": "^2.0.0",
"gray-matter": "^4.0.3",
"marked": "^4.2.4",
"next": "13.0.7",
"next-mdx-remote": "^3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-grid-gallery": "^1.0.0",
"react-gtm-module": "^2.0.11",
"react-icons": "^4.7.1",
"react-image-lightbox": "^5.1.4",
"react-lite-youtube-embed": "^2.3.52",
"react-syntax-highlighter": "^15.5.0",
"rehype-slug": "^5.1.0",
"remark-gfm": "^3.0.1",
"rss-parser": "^3.13.0",
"tailwind-pdf-viewer": "^0.1.5"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.8",
"autoprefixer": "^10.4.13",
"date-fns": "^2.29.3",
"date-fns-tz": "^1.3.7",
"eslint": "8.30.0",
"eslint-config-next": "13.0.7",
"jshint": "^2.13.6",
"postcss": "^8.4.20",
"prettier": "^2.8.1",
"prettier-plugin-tailwindcss": "^0.2.1",
"sass": "^1.57.1",
"sharp": "^0.31.2",
"tailwind-bootstrap-grid": "^5.0.1",
"tailwindcss": "^3.2.4"
}
}