rsnext/examples/with-typescript-styled-components/package.json

24 lines
558 B
JSON

{
"name": "with-typescript-styled-components",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "latest",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"styled-components": "^5.0.0"
},
"devDependencies": {
"@types/node": "12.0.12",
"@types/react": "16.8.23",
"@types/react-dom": "16.8.4",
"@types/styled-components": "5.0.1",
"babel-plugin-styled-components": "^1.10.0",
"typescript": "3.5.2"
},
"license": "ISC"
}