116 lines
3.4 KiB
JSON
116 lines
3.4 KiB
JSON
![]() |
{
|
||
|
"name": "antd-mini",
|
||
|
"version": "1.0.0-beta.5",
|
||
|
"scripts": {
|
||
|
"dev": "node ./scripts/dev.js",
|
||
|
"build": "node ./scripts/build.js",
|
||
|
"deploy:docs": "npm run build && echo 'mini.ant.design' > ./docs-dist/CNAME && gh-pages -d docs-dist",
|
||
|
"lint:code": "eslint \"demo/pages/**/*.js\" \"scripts/*.js\" \"src/**/*.ts\"",
|
||
|
"lint:code:fix": "eslint \"demo/pages/**/*.js\" \"scripts/*.js\" \"src/**/*.ts\" --fix",
|
||
|
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
|
||
|
"prepublishOnly": "npm run build",
|
||
|
"pub": "node scripts/publish.js",
|
||
|
"test:less": "jest __tests__/less.spec.ts",
|
||
|
"test:markdown": "jest __tests__/markdowns.spec.ts",
|
||
|
"test:axml": "jest __tests__/axml.spec.ts",
|
||
|
"test:ts": "jest __tests__/ts.spec.ts"
|
||
|
},
|
||
|
"gitHooks": {
|
||
|
"pre-commit": "lint-staged",
|
||
|
"commit-msg": "node scripts/verifyCommitMsg.js"
|
||
|
},
|
||
|
"lint-staged": {
|
||
|
"*.ts": [
|
||
|
"eslint --ext .ts"
|
||
|
],
|
||
|
"*.js": [
|
||
|
"eslint --ext .js"
|
||
|
]
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@babel/runtime": "^7.17.2",
|
||
|
"async-validator": "^4.0.7",
|
||
|
"dayjs": "^1.11.3",
|
||
|
"fast-deep-equal": "3.1.3",
|
||
|
"tslib": "^2.3.1"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@babel/code-frame": "^7.0.0",
|
||
|
"@babel/core": "^7.6.4",
|
||
|
"@babel/generator": "^7.0.0",
|
||
|
"@babel/parser": "^7.0.0",
|
||
|
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
|
||
|
"@babel/plugin-transform-runtime": "^7.11.5",
|
||
|
"@babel/preset-env": "^7.6.3",
|
||
|
"@babel/preset-typescript": "^7.6.0",
|
||
|
"@babel/traverse": "^7.0.0",
|
||
|
"@babel/types": "^7.0.0",
|
||
|
"@mini-types/alipay": "^1.0.8",
|
||
|
"@types/babel__code-frame": "^7.0.0",
|
||
|
"@types/babel__core": "^7.0.0",
|
||
|
"@types/babel__generator": "^7.0.0",
|
||
|
"@types/babel__parser": "^7.0.0",
|
||
|
"@types/babel__traverse": "^7.0.0",
|
||
|
"@types/jest": "^27.4.0",
|
||
|
"@types/less": "^3.0.3",
|
||
|
"@typescript-eslint/eslint-plugin": "^5.6.0",
|
||
|
"@typescript-eslint/parser": "^5.6.0",
|
||
|
"alipay-style": "^0.1.0",
|
||
|
"antd": "^4.20.7",
|
||
|
"chalk": "^4.1.0",
|
||
|
"conventional-changelog-cli": "^2.1.1",
|
||
|
"copy-to-clipboard": "^3.3.3",
|
||
|
"dumi": "^1.1.35",
|
||
|
"eslint": "^8.4.1",
|
||
|
"eslint-config-ali": "^13.0.0",
|
||
|
"eslint-config-prettier": "^8.3.0",
|
||
|
"eslint-plugin-import": "^2.25.3",
|
||
|
"gh-pages": "^3.0.0",
|
||
|
"gulp": "^4.0.2",
|
||
|
"gulp-babel": "^8.0.0",
|
||
|
"gulp-clean-css": "^4.0.0",
|
||
|
"gulp-if": "^3.0.0",
|
||
|
"gulp-inject-envs": "^1.0.0",
|
||
|
"gulp-less": "^5.0.0",
|
||
|
"gulp-rename": "^1.2.3",
|
||
|
"gulp-typescript": "^6.0.0-alpha.1",
|
||
|
"inquirer": "^8.2.1",
|
||
|
"jest": "^27.5.1",
|
||
|
"less": "^4.1.2",
|
||
|
"lint-staged": "^10.0.7",
|
||
|
"minidev": "^1.0.7",
|
||
|
"path": "^0.12.7",
|
||
|
"postcss-less": "^6.0.0",
|
||
|
"pre-commit": "^1.2.2",
|
||
|
"prettier": "^2.2.1",
|
||
|
"qrcode.react": "^3.1.0",
|
||
|
"resize-observer-polyfill": "^1.5.1",
|
||
|
"stylelint": "^14.1.0",
|
||
|
"stylelint-config-standard": "^24.0.0",
|
||
|
"ts-jest": "^27.1.3",
|
||
|
"typescript": "^4.0.0",
|
||
|
"yorkie": "^2.0.0"
|
||
|
},
|
||
|
"files": [
|
||
|
"es",
|
||
|
"less"
|
||
|
],
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/ant-design/ant-design-mini.git",
|
||
|
"branch": "master",
|
||
|
"platform": "github"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/ant-design/ant-design-mini/issues"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"ant-mini",
|
||
|
"mini-program",
|
||
|
"mini-ali-ui",
|
||
|
"mini-antui",
|
||
|
"alipay"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"homepage": "https://github.com/ant-design/ant-design-mini"
|
||
|
}
|