UNPKG

widely

Version:
80 lines (79 loc) 2.13 kB
{ "private": false, "name": "widely", "version": "0.0.3-beat4", "scripts": { "start": "dumi dev", "docs:build": "dumi build", "docs:deploy": "gh-pages -d docs-dist", "build": "father-build", "deploy": "npm run docs:build && npm run docs:deploy", "release": "npm run build && npm publish", "prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"", "test": "umi-test", "test:coverage": "umi-test --coverage" }, "main": "dist/index.js", "module": "dist/index.esm.js", "typings": "dist/index.d.ts", "gitHooks": { "pre-commit": "lint-staged" }, "lint-staged": { "*.{js,jsx,less,md,json}": [ "prettier --write" ], "*.ts?(x)": [ "prettier --parser=typescript --write" ] }, "dependencies": { "@umijs/runtime": "^3.4.20", "antd": "^4.16.3", "babel-plugin-import": "^1.13.3", "classnames": "^2.3.1", "jwt-decode": "^3.1.2", "less-loader": "^8.0.0", "optimize-css-assets-webpack-plugin": "^5.0.4", "prop-types": "^15.7.2", "rc-motion": "^2.4.4", "rc-util": "^5.13.1", "react": "^16.12.0", "terser-webpack-plugin": "^5.1.1", "typescript": "^4.2.4", "umi": "^3.4.8", "uuid": "^8.3.2", "video-react": "^0.14.1", "webpack-cli": "^4.6.0" }, "devDependencies": { "@umijs/test": "^3.0.5", "css-loader": "^5.2.1", "dumi": "^1.0.13", "father-build": "^1.17.2", "gh-pages": "^3.0.0", "lint-staged": "^10.0.7", "mini-css-extract-plugin": "^1.4.1", "prettier": "^1.19.1", "yorkie": "^2.0.0" }, "description": "## Getting Started", "directories": { "doc": "docs" }, "repository": { "type": "git", "url": "git+https://github.com/organization-zhangyoof/components.git" }, "keywords": [ "widely", "wide", "wi" ], "author": "zhangyoof", "license": "MIT", "bugs": { "url": "https://github.com/organization-zhangyoof/components/issues" }, "homepage": "https://github.com/organization-zhangyoof/components#readme" }