mirror of
https://github.com/gregberge/loadable-components.git
synced 2025-12-08 19:46:26 +00:00
53 lines
1.5 KiB
JSON
53 lines
1.5 KiB
JSON
{
|
|
"private": true,
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"bundlesize": [
|
|
{
|
|
"path": "./packages/component/dist/loadable.min.js",
|
|
"maxSize": "3 kB"
|
|
}
|
|
],
|
|
"scripts": {
|
|
"build": "lerna run build",
|
|
"ci": "yarn build && yarn lint && yarn test --ci && bundlesize",
|
|
"dev": "WATCH_MODE=true lerna run build --parallel -- --watch",
|
|
"format": "prettier --write \"**/*.{js,json,md}\"",
|
|
"lint": "eslint .",
|
|
"release": "lerna publish --conventional-commits && conventional-github-releaser --preset angular",
|
|
"test": "jest"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.4.3",
|
|
"@babel/core": "^7.4.3",
|
|
"@babel/node": "^7.2.2",
|
|
"@babel/plugin-proposal-class-properties": "^7.4.0",
|
|
"@babel/preset-env": "^7.4.3",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"babel-core": "^7.0.0-bridge.0",
|
|
"babel-eslint": "^10.0.1",
|
|
"babel-jest": "^24.7.1",
|
|
"bundlesize": "^0.17.1",
|
|
"conventional-github-releaser": "^3.1.2",
|
|
"cross-env": "^5.2.0",
|
|
"eslint": "^5.16.0",
|
|
"eslint-config-airbnb": "^17.1.0",
|
|
"eslint-config-prettier": "^4.1.0",
|
|
"eslint-plugin-import": "^2.16.0",
|
|
"eslint-plugin-jsx-a11y": "^6.2.1",
|
|
"eslint-plugin-react": "^7.12.4",
|
|
"jest": "^24.7.1",
|
|
"lerna": "^3.13.2",
|
|
"prettier": "^1.16.4",
|
|
"react": "^16.8.6",
|
|
"rollup": "^1.9.3",
|
|
"rollup-plugin-babel": "^4.3.2",
|
|
"rollup-plugin-commonjs": "^9.3.4",
|
|
"rollup-plugin-node-resolve": "^4.2.2",
|
|
"rollup-plugin-replace": "^2.2.0",
|
|
"rollup-plugin-uglify": "^6.0.2",
|
|
"shx": "^0.3.2"
|
|
}
|
|
}
|