-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.27 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
{
"name": "ayu-blog-template",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"format": "prettier --write **/*.ts{,x}",
"lint": "eslint . --ext .ts,.tsx",
"export": "next export"
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"@tailwindcss/typography": "^0.5.10",
"@types/luxon": "^3.3.7",
"@types/next-seo": "^2.1.2",
"@types/react-highlight": "^0.12.3",
"@types/rss": "^0.0.29",
"autoprefixer": "^10.3.3",
"gray-matter": "^4.0.3",
"highlight.js": "^11.2.0",
"luxon": "^3.4.4",
"next": "11.1.0",
"next-mdx-remote": "^3.0.4",
"next-seo": "^6.4.0",
"postcss": "^8.3.6",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-highlight": "^0.14.0",
"react-icons": "^4.2.0",
"rss": "^1.2.2",
"tailwindcss": "^3.3.6",
"yarn": "^1.22.21"
},
"devDependencies": {
"@types/node": "^16.7.6",
"@types/react": "^17.0.19",
"eslint": "^7.32.0",
"eslint-config-airbnb-typescript-prettier": "^4.2.0",
"prettier": "^2.3.2",
"typescript": "^4.4.2"
}
}