UNPKG

react-antd-dashboard

Version:

React dashboard layout solution created using AntD and permission based navigation. Supports theming with Less, parameterized routes and private routing. Contains useful components for dashboard application.

66 lines (65 loc) 1.63 kB
{ "name": "react-antd-dashboard", "version": "1.1.8", "private": false, "main": "build/index.js", "module": "build/index.js", "files": [ "build", "README.md" ], "author": { "email": "turjacanin.djordje@gmail.com", "name": "Djordje Turjacanin" }, "repository": { "type": "git", "url": "https://github.com/Dzoks/react-antd-dashboard" }, "babel": { "presets": [ "@babel/preset-react" ], "plugins": [ "@babel/plugin-proposal-class-properties" ] }, "keywords": ["react","antd","react-router","dashboard","authentication","navigation","routes","layout","datatable","filtering","dashboard-templates"], "devDependencies": { "@babel/cli": "^7.8.4", "@babel/plugin-proposal-class-properties": "^7.8.3", "@babel/preset-react": "^7.9.4", "antd": "^4.2.3", "react": "^16.13.1", "react-dom": "^16.13.1", "react-router-dom": "^5.1.2", "react-scripts": "3.4.1" }, "peerDependencies": { "react": ">=16.13.1", "react-dom": ">=16.13.1", "antd": "^4.2.3", "react-router-dom": "^5.1.2" }, "scripts": { "start": "react-scripts start", "build": "babel ./src -d build --copy-files", "test": "react-scripts test", "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" ] } }