design-tool-kit-react-js
Version:
Library for faster design implementation
34 lines (33 loc) • 801 B
JSON
{
"name": "design-tool-kit-react-js",
"version": "0.0.49",
"description": "Library for faster design implementation",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "./node_modules/.bin/babel src --out-file index.js"
},
"author": "Farid Garciayala",
"license": "MIT",
"peerDependencies": {
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"keywords": [
"Design",
"Portfolio",
"ReactJS"
],
"devDependencies": {
"@babel/cli": "^7.1.5",
"@babel/core": "^7.1.6",
"@babel/preset-env": "^7.1.6",
"@babel/preset-react": "^7.0.0"
},
"dependencies": {
"@material-ui/core": "^4.2.1",
"@material-ui/styles": "^4.2.1",
"nuka-carousel": "^4.5.9",
"react-icons": "^3.7.0"
}
}