rsnext/examples/with-astroturf/package.json
2020-08-29 22:32:35 -04:00

18 lines
354 B
JSON

{
"name": "with-astroturf",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@zeit/next-css": "^1.0.1",
"astroturf": "^0.9.2",
"next": "latest",
"postcss-nested": "^4.1.2",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"license": "MIT"
}