-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.08 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
{
"name": "next-markdown-blog-starter",
"version": "0.1.0",
"description": "A lightly opinionated, full-featured Next.js blog managed through Git Workflows with markdown files.",
"repository": "https://github.com/morganmspencer/next-markdown-blog-starter.git",
"author": "Morgan Spencer",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@tailwindcss/aspect-ratio": "^0.2.0",
"animate.css": "^4.1.1",
"gray-matter": "^4.0.2",
"markdown-it": "^12.0.4",
"next": "10.0.9",
"pattern.css": "^1.0.0",
"react": "17.0.2",
"react-animate-on-scroll": "^2.1.5",
"react-dom": "17.0.2",
"react-icons": "^4.2.0",
"sass": "^1.32.8"
},
"devDependencies": {
"autoprefixer": "^10.2.5",
"eslint": "^7.22.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-react": "^7.23.1",
"eslint-plugin-react-hooks": "^4.2.0",
"frontmatter-markdown-loader": "^3.6.2",
"postcss": "^8.2.8",
"tailwindcss": "^2.0.4"
}
}