rsnext/examples/cms-tina/package.json
James Perkins b5cc91e2ba
[examples] Add Tina CMS blog starter (#35045)
## Documentation / Examples

- Adding TInaCMS example using the traditional CMS example 


Co-authored-by: Lee Robinson <9113740+leerob@users.noreply.github.com>
2022-03-05 17:08:49 +00:00

29 lines
742 B
JSON

{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"tina-dev": "yarn tinacms server:start -c \"next dev\"",
"tina-build": "yarn tinacms server:start -c \"next build\"",
"tina-start": "yarn tinacms server:start -c \"next start\""
},
"dependencies": {
"@tinacms/cli": "^0.60.8",
"classnames": "2.3.1",
"date-fns": "2.28.0",
"gray-matter": "4.0.3",
"next": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"remark": "14.0.2",
"remark-html": "15.0.1",
"styled-components": "^5.3.3",
"tinacms": "^0.66.7"
},
"devDependencies": {
"autoprefixer": "^10.4.2",
"postcss": "^8.4.7",
"tailwindcss": "^3.0.23"
}
}