rsnext/examples/with-global-stylesheet-simple/package.json

15 lines
261 B
JSON
Raw Normal View History

{
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next"
},
"dependencies": {
"babel-plugin-inline-import": "^2.0.6",
2018-01-30 21:44:18 +01:00
"next": "latest",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"tachyons": "^4.8.1"
}
}