@alifd/next
Version:
A configurable component library for web built on React.
257 lines (256 loc) • 8.11 kB
JSON
{
"name": "@alifd/next",
"version": "1.25.36",
"description": "A configurable component library for web built on React.",
"keywords": [
"fusion",
"fusion design",
"next",
"component",
"ui toolkit",
"react",
"react-components",
"components",
"design",
"frontend"
],
"homepage": "https://github.com/alibaba-fusion/next",
"bugs": "https://github.com/alibaba-fusion/next/issues",
"license": "MIT",
"files": [
"dist",
"es",
"lib",
"types",
"index-noreset.scss",
"index-with-locales.js",
"index.js",
"index.scss",
"reset.scss",
"variables.scss",
"components.scss",
"index.css",
"index-noreset.css",
"reset.css",
"variables.css",
".fusion"
],
"main": "index.js",
"module": "es/index.js",
"typings": "types/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/alibaba-fusion/next.git"
},
"sideEffects": [
"dist/*",
"es/**/style.js",
"lib/**/style.js",
"es/**/style2.js",
"lib/**/style2.js",
"*.scss",
"*.css"
],
"scripts": {
"report-coverage": "codecov",
"preview": "node ./scripts/preview/index.js",
"dev": "node ./scripts/server/index.js",
"build": "node ./scripts/build/index.js",
"db-build": "node --inspect=9229 ./scripts/build/index.js",
"check": "node ./scripts/check/index.js",
"create": "node ./scripts/create-new.js",
"check-sass": "node ./scripts/check/sass.js",
"docs": "node ./scripts/docs/index.js",
"clear-dist": "node ./scripts/clear-dist.js",
"api": "node ./scripts/api.js",
"pack": "node ./scripts/pack.js",
"pack-adaptor": "node ./scripts/adaptor/build.js",
"release": "node ./scripts/release/index.js",
"test": "node --max_old_space_size=8192 ./scripts/test/index.js",
"test:v2": "node --max_old_space_size=8192 ./scripts/test/v2-index.js",
"test:a11y": "node --max_old_space_size=8192 ./scripts/test/a11y-index.js",
"order-var": "node ./scripts/order-var.js",
"eslint": "eslint '@(src|scripts)/**/*.@(js|jsx)' && eslint --fix 'docs/**/@(demo|theme)/*.@(md)'",
"tslint": "tsc",
"prettierjs": "prettier --write '@(src|test|scripts)/**/*.@(js|jsx)'",
"stylelint": "stylelint --fix 'src/**/*.@(css|scss)'",
"commitmsg": "commitlint -E GIT_PARAMS",
"precommit": "lint-staged",
"changelog": "node ./scripts/changelog.js",
"mix": "node ./scripts/mix.js",
"prepub": "npm run eslint && npm run stylelint && npm run changelog && npm run build && npm run check && npm run docs && npm run clear-dist && npm run pack && npm run pack -- minimize && npm run pack-adaptor"
},
"lint-staged": {
"types/**/*.d.ts": [
"npm run tslint --"
],
"@(src|scripts|docs/*/demo)/**/*.@(js|jsx)": [
"prettier --write"
],
"@(src|scripts|docs/*/demo)/**/*.@(js|jsx|md)": [
"eslint",
"git add"
],
"src/**/*.@(css|scss)": [
"stylelint",
"git add"
]
},
"dependencies": {
"@alifd/field": "~1.5.5",
"@alifd/overlay": "^0.2.9",
"@alifd/validate": "~1.2.0",
"babel-runtime": "^6.26.0",
"bignumber.js": "^9.0.1",
"classnames": "^2.2.3",
"dayjs": "^1.9.6",
"hoist-non-react-statics": "^3.0.0",
"lodash.clonedeep": "^4.5.0",
"prop-types": "^15.6.0",
"react-lifecycles-compat": "^3.0.4",
"react-transition-group": "^2.2.1",
"resize-observer-polyfill": "^1.5.1",
"shallow-element-equals": "^1.0.1"
},
"devDependencies": {
"@alifd/adaptor-generate": "^0.2.3",
"@alifd/adaptor-helper": "^0.1.3",
"@alifd/api-extractor": "^3.7.1",
"@alifd/babel-preset-next": "^2.0.0",
"@alifd/doc-parser": "^1.0.0",
"@alifd/dts-generator": "^1.0.3",
"@alifd/eslint-config-next": "^2.0.0",
"@alifd/sass-mapper": "^2.0.2",
"@alifd/sass-tracker": "^0.1.0",
"@alifd/sassdoc-parser": "^2.0.0",
"@alifd/stylelint-config-next": "^1.0.0",
"@babel/core": "^7.12.3",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-syntax-jsx": "^7.12.1",
"@commitlint/cli": "^7.0.0",
"@octokit/rest": "^18.0.9",
"@types/react": "^16.8.13",
"autoprefixer": "^7.1.4",
"axe-core": "~3.2.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.6",
"babel-loader": "^7.0.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-espower": "^2.3.2",
"babel-plugin-generator-prettier": "^1.2.0",
"babel-plugin-istanbul": "^4.1.5",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-transform-proto-to-assign": "^6.26.0",
"babel-plugin-transform-react-es6-displayname": "^1.0.0-beta1.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"case-sensitive-paths-webpack-plugin": "^2.1.1",
"chalk": "^2.3.2",
"cheerio": "^1.0.0-rc.2",
"chokidar": "^2.0.4",
"chrome-launcher": "^0.10.2",
"co": "^4.6.0",
"console-polyfill": "^0.3.0",
"conventional-changelog": "^2.0.1",
"conventional-changelog-alifd": "^1.0.0",
"css-loader": "^0.28.7",
"css-split-webpack-plugin": "^0.2.5",
"ejs": "^2.5.9",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "~1.10.0",
"es5-shim": "^4.5.9",
"es6-promise-polyfill": "^1.2.0",
"eslint": "^7.29.0",
"eslint-config-prettier": "^4.0.0",
"eslint-plugin-html": "^5.0.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-markdown": "^1.0.0-beta.6",
"eslint-plugin-react": "7.11.1",
"expect.js": "^0.3.1",
"extract-text-webpack-plugin": "^3.0.0",
"fast-sass-loader": "^2.0.0",
"fs-extra": "^5.0.0",
"glob": "^7.1.2",
"highlight.js": ">=10.4.1",
"html5shiv": "^3.7.3",
"husky": "^0.14.3",
"inquirer": "^6.1.0",
"jsonp": "^0.2.1",
"karma": "^3.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.3.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "^0.0.26",
"karma-webdriver-launcher": "^1.0.5",
"karma-webpack": "^3.0.5",
"less": "^3.12.2",
"lint-staged": "^7.2.2",
"loader-utils": "^1.1.0",
"lodash": "^4.17.5",
"markdown-it": "^8.4.2",
"markdown-it-anchor": "^6.0.0",
"markdown-it-prism": "^2.1.3",
"md5": "^2.2.1",
"minimist": "^1.2.0",
"mocha": "^3.5.3",
"moment": "^2.20.1",
"node-sass": "^6.0.1",
"node-sass-package-importer": "^5.2.0",
"nunjucks": "^3.2.0",
"postcss": "^7.0.32",
"postcss-calc": "^7.0.3",
"postcss-custom-properties": "^9.1.1",
"postcss-import": "^12.0.1",
"postcss-loader": "^2.0.6",
"power-assert": "^1.5.0",
"prettier": "1.16.4",
"promise-polyfill": "^8.1.0",
"puppeteer": "^10.2.0",
"react": "^16.0.0",
"react-axe": "^3.0.2",
"react-copy-to-clipboard": "^5.0.1",
"react-cropper": "^1.0.0",
"react-dev-utils": "^4.2.1",
"react-dnd": "^7.0.0",
"react-dnd-html5-backend": "^7.0.0",
"react-dom": "^16.0.0",
"react-draggable": "^4.4.4",
"react-live": "^2.2.3",
"react-redux": "^5.0.7",
"react-router": "^4.3.1",
"react-router-dom": "^5.2.0",
"redux": "^4.0.0",
"remark": "^9.0.0",
"sass": "^1.35.2",
"sassaby-next": "^3.0.0",
"simulate-event": "^1.4.0",
"sinon": "^5.0.10",
"solarlunar": "^2.0.7",
"style-loader": "^0.18.2",
"stylelint": "^13.0.0",
"stylelint-config-recommended": "^3.0.0",
"stylelint-csstree-validator": "^1.8.0",
"stylelint-scss": "^3.1.1",
"tslint": "^5.18.0",
"typescript": "^3.5.3",
"urllib": "^2.36.1",
"webpack": "^3.0.0",
"webpack-dev-server": "^2.x",
"whatwg-fetch": "^2.0.3"
},
"peerDependencies": {
"@alifd/meet-react": "^2.0.0",
"moment": "^2.22.1",
"react": ">=16.0.0",
"react-dom": ">=16.0.0"
},
"publishConfig": {
"access": "public"
}
}