rsnext/examples/with-custom-babel-config/package.json

22 lines
440 B
JSON
Raw Normal View History

{
"name": "with-custom-babel-config",
"version": "1.0.0",
"description": "This example features:",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "latest",
"react": "^16.7.0",
"react-dom": "^16.7.0"
},
"author": "",
"license": "MIT",
"devDependencies": {
"@babel/plugin-proposal-do-expressions": "7.0.0-rc.1"
}
}