UNPKG

shradmin

Version:

A frontend Framework for building admin application, using antd and mirrorjs.

58 lines (57 loc) 1.29 kB
{ "name": "shradmin", "version": "0.0.23", "description": "A frontend Framework for building admin application, using antd and mirrorjs.", "main": "lib/index.js", "module": "es/index.js", "files": [ "css", "es", "lib" ], "authors": [ "Shrimp Liu", "Blank He" ], "keywords": [ "admin", "mirrorx", "antd", "rest" ], "license": "MIT", "dependencies": { "inflection": "^1.12.0", "lodash": "^4.17.4", "moment": "^2.18.1", "node-polyglot": "^2.2.2", "react-lz-editor": "^0.11.5", "react-scripts": "1.0.13", "recompose": "^0.25.0", "superagent": "^3.6.0" }, "peerDependencies": { "antd": "^2.13.1", "mirrorx": "^0.2.6", "react": "^15.6.1", "react-dom": "^15.6.1" }, "devDependencies": { "antd": "^2.13.3", "babel-plugin-import": "^1.5.0", "mirrorx": "^0.2.7", "nwb": "^0.18.10", "nwb-less": "^0.6.0", "react": "^15.6.1", "react-dom": "^15.6.1", "webpack": "2.2.0" }, "scripts": { "build": "nwb build-react-component", "clean": "nwb clean-module && nwb clean-demo", "start": "nwb serve-react-demo", "test": "nwb test-react", "test:coverage": "nwb test-react --coverage", "test:watch": "nwb test-react --server" } }