rsnext/examples/with-fauna/package.json
Oscar Busk 971b17f1e9
Add ci script to check examples (#28009)
* Add ci script to check examples

* Install moreutils for `sponge` command.

It's not very pretty, but I'm not sure how to replace sponge in a good way in the shell script

* Prettier names in the workflow

* Move "check-examples" into build_test_deploy workflow

* Start breaking the jq script into multiple lines

* Add checks for cleanups in vercel/next.js#27121

* Run the `check-examples.sh` script to cleanup all remaining examples.
2021-08-14 13:34:40 -05:00

28 lines
613 B
JSON

{
"private": true,
"scripts": {
"dev": "next",
"build": "yarn setup && next build",
"start": "next start",
"setup": "node ./scripts/setup.js"
},
"dependencies": {
"classnames": "2.3.1",
"date-fns": "2.23.0",
"faunadb": "4.3.0",
"graphql": "15.5.1",
"graphql-request": "3.5.0",
"next": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"request": "2.88.2",
"swr": "0.5.6"
},
"devDependencies": {
"autoprefixer": "10.3.1",
"postcss": "8.3.6",
"prettier": "2.3.2",
"stream-to-promise": "3.0.0",
"tailwindcss": "2.2.7"
}
}