rsnext/examples/with-astroturf/package.json
Danil Shashkov 2f325e0f69 Add example with astroturf (Zero runtime CSS-in-JS) (#6821)
* Add example with astroturf (Zero runtime CSS-in-JS)
2019-03-28 15:41:05 -05: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": "^8.0.3",
"postcss-nested": "^4.1.2",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"license": "ISC"
}