rsnext/examples/with-filbert/package.json
anotherjsguy 9e70b3de44
update with-filbert-js (#15968)
- Update dependencies for filbert-js
- Add `@filbert-js/macro` example
2020-08-11 03:21:19 +00:00

22 lines
469 B
JSON

{
"name": "with-filbert",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"keywords": [],
"author": "Kuldeep Keshwar",
"license": "ISC",
"dependencies": {
"@filbert-js/core": "latest",
"@filbert-js/macro": "latest",
"@filbert-js/server-stylesheet": "latest",
"next": "latest",
"react": "^16.7.0",
"react-dom": "^16.7.0"
}
}