rsnext/examples/blog-starter/package.json
Luis Alvarez D 2cd691050a
Add new import flow to CMS examples (#14053)
[ch2502]

- Added new import flow to every CMS example, using the deploy button, and removed `vercel.json`
- Replaced `dotenv` with the new env support in outdated examples
2020-06-11 23:44:23 +00:00

23 lines
469 B
JSON

{
"name": "blog-starter",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"classnames": "2.2.6",
"date-fns": "2.10.0",
"gray-matter": "4.0.2",
"next": "latest",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"remark": "11.0.2",
"remark-html": "10.0.0"
},
"devDependencies": {
"postcss-preset-env": "^6.7.0",
"tailwindcss": "^1.4.0"
}
}