@beisen/ethos
Version:
beisencloud pc react components
103 lines (102 loc) • 3.02 kB
JSON
{
"name": "@beisen/ethos",
"version": "0.7.74-rc.1",
"description": "beisencloud pc react components",
"main": "lib/index.js",
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
}
},
"scripts": {
"commit": "git-cz",
"prepublishOnly": "npm run build",
"clean": "rm -rf dist && rm -rf lib",
"lib": "cp -R src/ lib/ && sed -i 's;./UmRichTextEditorWrapper;@beisen-phoenix/richeditor;' lib/index.js && babel lib --out-dir lib",
"build-prod": "NODE_ENV=production webpack --config ./build/webpack.prod.js",
"build-dev": "NODE_ENV=development webpack --config ./build/webpack.prod.js",
"build": "npm run clean && run-p lib build-*",
"start": "webpack-dev-server --config ./build/webpack.dev.js"
},
"repository": {
"type": "git",
"url": "git@gitlab.beisencorp.com:ux-cnpm/ux-ethos.git"
},
"keywords": [
"beisen",
"react-component",
"es6"
],
"license": "ISC",
"dependencies": {
"@beisen-phoenix/richeditor": "3.3.34",
"classnames": "~2.2.0",
"css-animation": "1.x",
"dom-align": "1.x",
"gregorian-calendar": "~4.1.0",
"gregorian-calendar-format": "~4.1.0",
"rc-util": "3.x",
"clone": "^1.0.2",
"drag-helper": "^1.2.3",
"has-touch": "^1.0.1",
"hasown": "^1.0.1",
"lodash": "^4.15.0",
"object-assign": "^4.0.1",
"react": "^15.6.2",
"react-dom": "^15.6.2",
"react-load-mask": "^1.0.1",
"react-menus": "^2.0.4",
"react-simple-toolbar": "^1.0.5",
"react-style-normalizer": "^1.2.8",
"react-virtual-scroller": "^2.0.0",
"region": "^2.1.2",
"sorty": "^1.2.2",
"ustring": "^1.4.1",
"whatwg-fetch": "^0.11.0",
"react-draggable": "^3.0.5",
"react-sortablejs": "^1.1.1",
"sortablejs": "^1.4.2",
"es6-promise-debounce": "^1.0.1",
"es6-promise": "^4.2.5"
},
"devDependencies": {
"@babel/runtime": "^7.6.2",
"@beisen/code-split-component": "^2.0.2",
"@beisen/webpack-compile-plugin": "0.2.0",
"@beisen/wrapper-webpack-plugin": "0.0.1",
"babel": "^6.5.2",
"babel-cli": "^6.6.5",
"babel-core": "^6.7.2",
"babel-loader": "^6.2.4",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-plugin-beisen-transform": "0.2.9",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-plugin-transform-runtime": "^6.6.0",
"babel-plugin-typecheck": "^3.8.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.5.0",
"commitizen": "^2.10.1",
"core-js": "^2.6.9",
"css-loader": "^0.23.1",
"cz-conventional-changelog": "^2.1.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"node-sass": "^4.12.0",
"node-watch": "",
"npm-run-all": "^4.1.5",
"sass-loader": "^7.1.0",
"shelljs": "^0.8.2",
"strip-loader": "^0.1.2",
"style-loader": "^0.13.1",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.16.2",
"webpack-sources": "^1.3.0",
"webpack-visualizer-plugin": "^0.1.11"
},
"peerDependencies": {
"react": "^15.0.1",
"react-dom": "^15.0.1"
}
}