react-life-design
Version:
Life Design UI components
27 lines (26 loc) • 714 B
JSON
{
"name": "react-life-design",
"version": "0.0.1",
"description": "Life Design UI components",
"main": "index.js",
"repository": "mongeral@vs-ssh.visualstudio.com:v3/mongeral/Projetos/React.Life.Design",
"license": "MIT",
"scripts": {
"build": "rm -rf ./lib && tsc",
"prepare": "yarn build"
},
"dependencies": {
"@types/next": "^8.0.1",
"@types/react": "^16.8.7",
"@types/react-dom": "^16.8.2",
"@types/react-select": "^2.0.14",
"@types/styled-components": "^4.1.12",
"moment": "^2.24.0",
"next": "^8.0.3",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-select": "^2.4.2",
"styled-components": "^4.1.3",
"typescript": "^3.3.3333"
}
}