UNPKG

sk-antd

Version:
66 lines (65 loc) 1.39 kB
{ "name": "sk-antd", "version": "0.6.6", "description": "ShaneKing for AntD", "homepage": "https://github.com/ShaneKing/sk-antd", "author": { "name": "ShaneKing", "email": "github@azolla.org", "url": "http://shaneking.org" }, "bugs": { "url": "https://github.com/ShaneKing/sk-antd/issues" }, "license": "Apache-2.0", "licenses": [ { "type": "Apache-2.0", "url": "https://opensource.org/licenses/Apache-2.0" } ], "repository": { "type": "git", "url": "git@github.com:ShaneKing/sk-antd.git" }, "files": [ "dist", "es", "lib", "public", ".editorconfig", "LICENSE", "README.md" ], "keywords": [ "AntD", "React", "ShaneKing" ], "main": "lib/index.js", "module": "es/index.js", "scripts": { "build": "father build && npm run doc:build", "doc:build": "father doc build", "doc:deploy": "father doc deploy", "doc:dev": "father doc dev", "prepublishOnly": "npm run build", "test": "father test --coverage && codecov" }, "dependencies": { "antd": "3.26.2", "prop-types": "15.7.2", "react": "16.12.0", "react-dom": "16.12.0", "sk-js": "0.6.5", "sk-react": "0.6.5" }, "devDependencies": { "babel-plugin-import": "1.13.0", "codecov": "3.6.1", "father": "2.29.1" }, "jest": { "collectCoverage": true } }