DocSpace-client/web/ASC.Web.Components/package.json

111 lines
3.7 KiB
JSON
Raw Normal View History

2019-05-15 14:56:09 +00:00
{
"name": "asc-web-components",
2019-09-04 11:10:29 +00:00
"version": "1.0.36",
"description": "Ascensio System SIA component library",
2019-05-24 14:22:59 +00:00
"license": "AGPL-3.0",
"main": "dist/asc-web-components.cjs.js",
"module": "dist/asc-web-components.esm.js",
2019-05-15 14:56:09 +00:00
"engines": {
"node": ">=8",
"npm": ">=5"
},
"scripts": {
"test": "cross-env CI=1 react-scripts test --env=jsdom",
"test:watch": "react-scripts test --env=jsdom",
"build": "rimraf dist && cross-env NODE_ENV=production rollup -c",
"start": "rimraf dist && cross-env NODE_ENV=development rollup -c -w",
2019-05-15 14:56:09 +00:00
"prepare": "npm run build",
2019-08-22 13:14:41 +00:00
"bump": "yarn version --no-git-tag-version --patch && git add ./package.json && git commit -m \"web: components: bump version\""
2019-05-15 14:56:09 +00:00
},
"peerDependencies": {
2019-08-29 06:40:44 +00:00
"react": "16.9.0",
"react-dom": "16.9.0",
"styled-components": "^4.3.2"
},
"dependencies": {
2019-08-29 06:40:44 +00:00
"@emotion/core": "10.0.16",
"@emotion/styled": "10.0.15",
"bootstrap": "^4.3.1",
2019-08-29 06:40:44 +00:00
"lodash": "4.17.15",
"lodash-es": "4.17.15",
"moment": "^2.24.0",
2019-08-29 06:40:44 +00:00
"postcss": "^7.0.17",
"prop-types": "^15.7.2",
2019-08-13 11:47:22 +00:00
"rc-tree": "^2.1.2",
"react-autosize-textarea": "^7.0.0",
"react-avatar-edit": "^0.8.3",
"react-custom-scrollbars": "^4.2.1",
2019-08-29 06:40:44 +00:00
"react-datepicker": "^2.8.0",
2019-06-05 08:54:09 +00:00
"react-lifecycles-compat": "^3.0.4",
"react-toastify": "^5.3.2",
"react-virtualized-auto-sizer": "^1.0.2",
"react-window": "^1.8.5",
2019-08-29 06:40:44 +00:00
"reactstrap": "^8.0.1"
2019-05-15 14:56:09 +00:00
},
"devDependencies": {
2019-08-29 06:40:44 +00:00
"@babel/core": "7.5.5",
"@babel/plugin-proposal-class-properties": "7.5.5",
"@babel/plugin-proposal-export-default-from": "7.5.2",
"@babel/plugin-proposal-export-namespace-from": "7.5.2",
"@babel/plugin-proposal-object-rest-spread": "7.5.5",
"@babel/plugin-transform-destructuring": "7.5.0",
"@babel/plugin-transform-react-constant-elements": "7.5.0",
"@babel/plugin-transform-runtime": "7.5.5",
2019-08-13 11:47:22 +00:00
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "7.0.0",
2019-08-29 06:40:44 +00:00
"@emotion/babel-preset-css-prop": "10.0.14",
"@svgr/rollup": "4.3.2",
"@svgr/webpack": "4.3.2",
"@testing-library/dom": "^6.1.0",
"babel-eslint": "10.0.3",
"babel-jest": "24.9.0",
"babel-loader": "8.0.6",
2019-08-29 06:40:44 +00:00
"babel-plugin-macros": "^2.6.1",
"babel-plugin-module-rewrite": "0.2.0",
2019-08-29 06:40:44 +00:00
"babel-plugin-styled-components": "^1.10.6",
"babel-plugin-transform-dynamic-import": "2.1.0",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
"babel-plugin-transform-rename-import": "2.3.0",
2019-08-29 06:40:44 +00:00
"babel-preset-jest": "24.9.0",
"browserslist": "4.6.6",
"clean-webpack-plugin": "3.0.0",
"core-js": "3.2.1",
"cross-env": "5.2.0",
2019-08-29 06:40:44 +00:00
"eslint": "6.2.2",
"eslint-config-airbnb-base": "14.0.0",
"eslint-config-prettier": "6.1.0",
"eslint-formatter-pretty": "2.1.1",
2019-08-29 06:40:44 +00:00
"eslint-plugin-import": "2.18.2",
"eslint-plugin-jest": "22.15.2",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-prefer-object-spread": "1.2.1",
"eslint-plugin-prettier": "3.1.0",
2019-08-29 06:40:44 +00:00
"eslint-plugin-react": "7.14.3",
"prettier": "1.18.2",
"react": "16.9.0",
"react-dom": "16.9.0",
"react-router-dom": "5.0.1",
"rimraf": "3.0.0",
"rollup": "1.20.2",
"rollup-plugin-babel": "4.3.3",
"rollup-plugin-cleanup": "3.1.1",
2019-08-29 06:40:44 +00:00
"rollup-plugin-commonjs": "10.1.0",
2019-08-13 11:47:22 +00:00
"rollup-plugin-copy": "^3.1.0",
"rollup-plugin-generate-package-json": "^3.1.3",
"rollup-plugin-json": "4.0.0",
"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-postcss": "^2.0.3",
"rollup-plugin-replace": "2.2.0",
2019-08-29 06:40:44 +00:00
"webpack": "4.39.3",
"webpack-cli": "3.3.7",
"webpack-dev-server": "3.8.0"
2019-05-15 14:56:09 +00:00
},
"files": [
"dist",
"CHANGELOG.md",
"README.md",
"LICENSE",
"package.json"
]
2019-05-15 14:56:09 +00:00
}