-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.24 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": "blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next-sitemap && npm run build:rss && next export",
"start": "next start",
"build:cover-image": "node scripts/build-cover-image.js",
"build:rss": "bash ./bin/buld-rss.sh"
},
"dependencies": {
"@tailwindcss/aspect-ratio": "^0.3.0",
"@tailwindcss/typography": "^0.4.1",
"autoprefixer": "^10.1.0",
"babel-plugin-prismjs": "^2.0.1",
"date-fns": "^2.16.1",
"next": "10.0.4",
"next-mdx-remote": "^2.1.3",
"postcss": "^8.2.1",
"prism-themes": "^1.5.0",
"prismjs": "^1.23.0",
"prop-types": "^15.7.2",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-markdown": "^5.0.3",
"react-query": "^3.5.16",
"tailwindcss": "^2.0.2"
},
"devDependencies": {
"dotenv": "^10.0.0",
"eslint": "^7.16.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.0",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"feed": "^4.2.2",
"file-loader": "^6.2.0",
"next-sitemap": "^1.4.13",
"prettier": "^2.2.1",
"responsive-loader": "^2.3.0",
"sharp": "^0.29.2"
}
}