UNPKG

react-adminlte-js

Version:
70 lines (69 loc) 2.13 kB
{ "name": "react-adminlte-js", "version": "0.1.2", "description": "React library for Admin-lte", "main": "lib/index.js", "scripts": { "dev": "concurrently \"npm run lib:watch\" \"npm run docs\"", "lib": "babel src/lib -d lib --copy-files", "lib:watch": "babel src/lib -w -d lib --copy-files", "docs": "webpack-dev-server --mode development", "docs:prod": "webpack --mode production" }, "keywords": [ "adminLTE", "react", "admin-lte", "admin", "lte" ], "license": "MIT", "peerDependencies": { "react": "^15.3.0 || ^16.2.0", "react-dom": "^15.3.0 || ^16.2.0" }, "devDependencies": { "@babel/cli": "^7.0.0-beta.46", "@babel/core": "^7.0.0-beta.46", "@babel/plugin-proposal-class-properties": "^7.0.0-beta.46", "@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.46", "@babel/preset-env": "^7.0.0-beta.46", "@babel/preset-react": "^7.0.0-beta.46", "autoprefixer": "^8.6.5", "babel-loader": "^8.0.0-beta.0", "concurrently": "^3.5.1", "css-loader": "^0.28.11", "eslint": "^5.1.0", "eslint-config-airbnb": "^17.0.0", "eslint-config-airbnb-base": "^13.0.0", "eslint-plugin-import": "^2.13.0", "eslint-plugin-jsx-a11y": "^6.1.0", "eslint-plugin-react": "^7.10.0", "extract-text-webpack-plugin": "^4.0.0-beta.0", "file-loader": "^1.1.11", "html-webpack-plugin": "^3.2.0", "less-loader": "^4.1.0", "mini-css-extract-plugin": "^0.4.1", "node-sass": "^4.9.2", "postcss-loader": "^2.1.6", "react": "^16.3.2", "react-dom": "^16.3.2", "sass-loader": "^7.0.3", "style-loader": "^0.21.0", "webpack": "^4.6.0", "webpack-cli": "^2.0.15", "webpack-dev-server": "^3.1.3" }, "author": "David Hall <davidkyelhall@gmail.com>", "homepage": "https://mopeyjellyfish.github.io/react-adminlte-js/index.html", "repository": { "type": "git", "url": "git@github.com:mopeyjellyfish/react-adminlte-js.git" }, "dependencies": { "admin-lte": "^2.4.2", "bootstrap": "^3.3.7", "font-awesome": "^4.7.0", "prop-types": "^15.6.2" } }