forked from onwidget/tailnext
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.2 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
{
"name": "@onwidget/tailnext",
"description": "A template to make your website using Next.js + Tailwind CSS.",
"version": "0.3.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postbuild": "next-sitemap",
"prettier": "prettier --write --ignore-unknown .",
"prettier:check": "prettier --check --ignore-unknown ."
},
"dependencies": {
"@tabler/icons-react": "^2.22.0",
"flowise-embed-react": "^1.0.2",
"gray-matter": "^4.0.3",
"markdown-it": "^13.0.1",
"next": "^13.4.4",
"next-themes": "^0.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.32.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@types/markdown-it": "^12.2.3",
"@types/node": "20.2.3",
"@types/react": "18.2.7",
"@types/react-dom": "18.2.4",
"autoprefixer": "^10.4.14",
"eslint": "8.41.0",
"eslint-config-next": "^13.4.4",
"next-sitemap": "^4.1.3",
"postcss": "^8.4.24",
"prettier": "2.8.8",
"prettier-plugin-tailwindcss": "0.3.0",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.4"
},
"engines": {
"node": ">=16.8.0"
}
}