UNPKG

knk-react

Version:

react components based on react

68 lines (67 loc) 1.67 kB
{ "name": "knk-react", "version": "0.0.1", "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-react.git" }, "bugs": { "url": "https://gitee.com/ipr-fe/knk-react.git/issues" }, "homepage": "https://ipr-fe.gitee.io/knk-react", "keywords": [ "knk", "knk-react", "react", "ui", "components", "react-components" ], "author": "knk", "license": "MIT", "dependencies": { "@babel/runtime": "^7.11.2", "isomorphic-fetch": "^2.2.1", "fetch-jsonp": "^1.1.3", "axios": "^0.21.1" }, "devDependencies": { "css-loader": "^2.0.1", "babel-plugin-import": "^1.12.2", "node-sass": "^4.11.0", "less": "^3.9.0", "less-loader": "^4.1.0", "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", "dumi": "^1.1.4", "gh-pages": "^1.0.0", "antd": "^3.1.1", "enzyme": "^3.11.0", "enzyme-adapter-react-16": "^1.15.2", "enzyme-to-json": "^3.5.0", "@types/enzyme": "^3.10.5", "father": "^2.29.6", "mockjs": "^1.1.0", "axios-mock-adapter": "^1.7.1" } }