mirror of
https://github.com/mattermost/mattermost.git
synced 2026-05-19 16:55:41 -04:00
* Remove unused bundle-loader * Remove broken webpack-live-reload-plugin * Remove unused terser-webpack-plugin * Remove unused dotenv-webpack * Update and share type definition for Webpack global values * Share eslint-import-resolver-webpack * Remove unused pmmmwh/react-refresh-webpack-plugin * Remove webpack-cli/serve since it's already part of webpack-cli * Remove unused Webpack packages from Components * Share and update style-loader * Remove unused image-webpack-loader from Boards
50 lines
1.6 KiB
JSON
50 lines
1.6 KiB
JSON
{
|
|
"name": "@mattermost/components",
|
|
"version": "8.0.0",
|
|
"private": true,
|
|
"module": "dist/index.esm.js",
|
|
"types": "dist/index.d.ts",
|
|
"styles": "dist/index.esm.css",
|
|
"scripts": {
|
|
"build": "rollup -c",
|
|
"run": "rollup -c --watch",
|
|
"test": "cross-env TZ=Etc/UTC jest",
|
|
"clean": "rm -rf dist node_modules tsconfig.tsbuildinfo .rollup.cache"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/plugin-transform-runtime": "^7.17.0",
|
|
"@rollup/plugin-babel": "^5.3.1",
|
|
"@rollup/plugin-commonjs": "^21.0.2",
|
|
"@rollup/plugin-node-resolve": "^13.1.3",
|
|
"@rollup/plugin-typescript": "^8.3.1",
|
|
"@types/lodash": "^4.14.178",
|
|
"@types/react": "^17.0.2",
|
|
"@types/react-bootstrap": "^0.32.22",
|
|
"@types/react-dom": "^17.0.2",
|
|
"@types/react-redux": "^7.1.21",
|
|
"@types/shallow-equals": "^1.0.0",
|
|
"@types/styled-components": "^5.1.19",
|
|
"rollup": "^2.75.7",
|
|
"rollup-plugin-auto-external": "^2.0.0",
|
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
"rollup-plugin-scss": "^3.0.0",
|
|
"rollup-plugin-ts": "^2.0.5",
|
|
"typescript": "^4.3.4"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/runtime-corejs3": "^7.17.8",
|
|
"@mui/base": "5.0.0-alpha.127",
|
|
"@mui/material": "5.11.16",
|
|
"@mui/styled-engine-sc": "5.11.11",
|
|
"@tippyjs/react": "^4.2.6",
|
|
"classnames": "^2.3.1",
|
|
"lodash": "^4.17.21",
|
|
"react": "^17.0.2",
|
|
"react-bootstrap": "github:mattermost/react-bootstrap#d821e2b1db1059bd36112d7587fd1b0912b27626",
|
|
"react-dom": "^17.0.2",
|
|
"react-intl": "^6.3.2",
|
|
"shallow-equals": "^1.0.0",
|
|
"styled-components": "^5.3.5",
|
|
"tippy.js": "^6.3.7"
|
|
}
|
|
}
|