@evg-b/evg-tools
Version:
EVG-TOOLS, tools for doc EVG-UI.
42 lines • 951 B
JSON
{
"name": "@evg-b/evg-tools",
"version": "0.0.2",
"description": "EVG-TOOLS, tools for doc EVG-UI.",
"main": "dist/index.js",
"keywords": [
"react",
"react-component",
"material design",
"material",
"evg-ui",
"evg",
"ui",
"components library",
"components",
"tools"
],
"scripts": {
"build": "rollup --config rollup.config.js",
"watch": "rollup --config rollup.config.js --watch"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/evg-b/EVG-UI.git",
"directory": "packages/evg-tools"
},
"author": "evg-b",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.12.5",
"@evg-b/evg-ui": "*",
"@evg-b/evg-icons": "*",
"classnames": "^2.2.6",
"prop-types": "^15.7.2",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-syntax-highlighter": "^15.4.3"
}
}