UNPKG

knk

Version:

react components based on react

77 lines (76 loc) 1.95 kB
{ "name": "knk", "version": "0.1.11", "description": "react components based on react", "main": "./lib/index", "module": "./es/index", "files": [ "es", "lib" ], "scripts": { "start": "dumi dev", "build": "dumi build", "predeploy": "dumi build", "deploy": "gh-pages -d docs-dist", "compile": "father build", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://gitee.com/ipr-fe/knk.git" }, "bugs": { "url": "https://gitee.com/ipr-fe/knk.git/issues" }, "homepage": "https://ipr-fe.gitee.io/knk", "keywords": [ "knk", "react", "ui", "components", "react-components" ], "author": "knk", "license": "MIT", "dependencies": { "@babel/runtime": "^7.11.2", "ahooks": "^3.7.1", "axios": "^0.21.1", "fetch-jsonp": "^1.1.3", "immutability-helper": "^3.1.1", "isomorphic-fetch": "^2.2.1", "react-copy-to-clipboard": "^5.0.2", "react-dnd": "^9.5.1", "react-dnd-html5-backend": "^16.0.1", "react-draggable": "4.4.5", "react-images": "^1.2.0-beta.7", "react-pdf": "^2.1.1", "xmorse": "^1.0.0" }, "devDependencies": { "@types/enzyme": "^3.10.5", "antd": "^3.1.1", "axios-mock-adapter": "^1.7.1", "babel-plugin-import": "^1.12.2", "core-js": "2", "css-loader": "^2.0.1", "dumi": "^1.1.4", "enzyme": "^3.11.0", "enzyme-adapter-react-16": "^1.15.2", "enzyme-to-json": "^3.5.0", "father": "^2.29.6", "gh-pages": "^1.0.0", "less": "^3.9.0", "less-loader": "^4.1.0", "mockjs": "^1.1.0", "moment": "^2.22.1", "prop-types": "^15.6.0", "react": "^16.13.1", "react-dom": "^16.13.1", "sass-loader": "^7.1.0", "style-loader": "^0.23.1", "webpack": "^3.10.0", "webpack-node-externals": "^1.6.0" } }