rsnext/examples/with-filbert/package.json

23 lines
469 B
JSON
Raw Normal View History

{
"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": "MIT",
"dependencies": {
"@filbert-js/core": "latest",
"@filbert-js/macro": "latest",
"@filbert-js/server-stylesheet": "latest",
"next": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
}