2017-07-14 21:22:25 +00:00
|
|
|
{
|
|
|
|
"name": "with-babel-macros",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "using next.js with babel-macros",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"next": "latest",
|
2019-01-05 11:19:27 +00:00
|
|
|
"react": "^16.7.0",
|
|
|
|
"react-dom": "^16.7.0"
|
2017-07-14 21:22:25 +00:00
|
|
|
},
|
|
|
|
"author": "Kent C. Dodds <kent@doddsfamily.us> (http://kentcdodds.com/)",
|
|
|
|
"license": "MIT",
|
|
|
|
"devDependencies": {
|
2018-11-28 19:34:46 +00:00
|
|
|
"babel-plugin-macros": "^2.4.2",
|
2017-07-14 21:22:25 +00:00
|
|
|
"babel-preset-react": "^6.24.1",
|
2018-11-28 19:34:46 +00:00
|
|
|
"preval.macro": "^3.0.0"
|
2017-07-14 21:22:25 +00:00
|
|
|
}
|
|
|
|
}
|