rsnext/examples/with-babel-macros/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
306 B
JSON
Raw Normal View History

2017-07-14 23:22:25 +02:00
{
"private": true,
2017-07-14 23:22:25 +02:00
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "latest",
"react": "^18.2.0",
"react-dom": "^18.2.0"
2017-07-14 23:22:25 +02:00
},
"devDependencies": {
"babel-plugin-macros": "^2.4.2",
"preval.macro": "^3.0.0"
2017-07-14 23:22:25 +02:00
}
}