rsnext/examples/cms-agilitycms/package.json

25 lines
527 B
JSON
Raw Normal View History

{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@agility/content-fetch": "^0.8.1",
"classnames": "2.3.1",
"date-fns": "2.28.0",
"isomorphic-unfetch": "3.0.0",
"next": "latest",
"react": "^17.0.2",
"react-datocms": "1.1.0",
"react-dom": "^17.0.2",
"react-intersection-observer": "^8.26.1"
},
"devDependencies": {
"autoprefixer": "10.4.2",
"postcss": "8.4.5",
"tailwindcss": "^3.0.15"
}
}