@danilandreev/material-docs
Version:
material-docs - react framework for easy creating documentation site in material design style.
89 lines (88 loc) • 2.64 kB
JSON
{
"name": "@danilandreev/material-docs",
"version": "0.3.5",
"private": false,
"description": "material-docs - react framework for easy creating documentation site in material design style.",
"homepage": "http://material-docs.com/",
"keywords": [
"material-design",
"material-ui",
"documentation",
"documentation-tool",
"framework",
"components-library",
"markdown",
"markdown-converter"
],
"author": {
"name": "Andrieiev Danil",
"email": "danssg08@gmail.com",
"url": "https://github.com/DanilAndreev"
},
"repository": {
"url": "https://github.com/DanilAndreev/material-docs",
"type": "git"
},
"bugs": {
"url": "https://github.com/DanilAndreev/material-docs/issues",
"email": "help.materialdocs@gmail.com"
},
"license": "CC0-1.0",
"main": "index.js",
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/styles": "^4.10.0",
"clsx": "^1.1.1",
"helmet": "^4.1.0",
"lodash": "^4.17.20",
"marked": "^1.1.1",
"notistack": "^0.9.17",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet-async": "^1.0.6",
"react-lazy-load-image-component": "^1.5.0",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.1",
"react-syntax-highlighter": "^13.0.0",
"routing-manager": "^2.0.4"
},
"devDependencies": {
"@babel/cli": "^7.10.1",
"@babel/preset-react": "^7.10.1",
"@danilandreev/material-docs": "^0.3.4",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"copyfiles": "^2.3.0",
"react-parallax": "^3.0.3"
},
"scripts": {
"start": "react-scripts start",
"build:docs": "react-scripts build",
"build:test:declarations": "copyfiles --up 2 \"src/lib/**/*.d.ts\" dist --verbose",
"build:test:library": "npx babel src/lib --out-dir dist",
"build:test": "yarn run build:test:library && yarn run build:test:declarations",
"build:prod:declarations": "copyfiles --up 2 \"src/lib/**/*.d.ts\" ./ --verbose",
"build:prod:library": "npx babel src/lib --out-dir ./",
"build:prod": "yarn run build:prod:library && yarn run build:prod:declarations",
"test": "npm --version",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}