rsnext/examples/cms-buttercms/package.json
Maria Violante fec5318e91
Update buttercms example (#35436)
* remove old buttercms project files

* Updated .gitignore

* Add new buttercms files

* Add readme and remove name from package.json

* fix linting error

* Fix eslint

* Update examples/cms-buttercms/.gitignore

Co-authored-by: Lee Robinson <me@leerob.io>

* renamed .env.sample > .env.local.example

* remove dangerously allow svg

* Update examples/cms-buttercms/package.json

Co-authored-by: Lee Robinson <me@leerob.io>
2022-05-03 12:41:27 +02:00

27 lines
581 B
JSON

{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@popperjs/core": "^2.10.2",
"acorn": "^8.0.0",
"bootstrap": "^5.1.3",
"buttercms": "^1.2.8",
"camelcase-keys": "^7.0.1",
"date-fns": "^2.25.0",
"next": "^12.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"sharp": "^0.29.3",
"tiny-slider": "^2.9.4",
"typescript": "^3.3.1"
},
"devDependencies": {
"eslint": "^8.12.0",
"eslint-config-next": "^12.1.4"
}
}