rsnext/examples/with-orbit-components/package.json

20 lines
421 B
JSON
Raw Normal View History

2019-03-27 01:49:12 +01:00
{
"private": true,
2019-03-27 01:49:12 +01:00
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@kiwicom/orbit-components": "latest",
"next": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"styled-components": "^5.3.0"
2019-03-27 01:49:12 +01:00
},
"devDependencies": {
"@kiwicom/babel-plugin-orbit-components": "latest",
"babel-plugin-styled-components": "^1.8.0"
}
2019-03-27 01:49:12 +01:00
}