1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00
next.js/examples/with-babel-macros/package.json

23 lines
525 B
JSON
Raw Permalink Normal View History

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",
"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": {
"babel-plugin-macros": "^2.4.2",
2017-07-14 21:22:25 +00:00
"babel-preset-react": "^6.24.1",
"preval.macro": "^3.0.0"
2017-07-14 21:22:25 +00:00
}
}