63 lines
2.0 KiB
JSON
63 lines
2.0 KiB
JSON
{
|
|
"scripts": {
|
|
"bootstrap": "yarn && lerna bootstrap",
|
|
"start": "npm run bootstrap && npm run watch",
|
|
"watch": "lerna run watch --parallel",
|
|
"build": "npm run clean && lerna run build",
|
|
"clean": "rimraf packages/*/dist",
|
|
"reset": "npm run clean && lerna clean --yes",
|
|
"test": "cross-env NODE_ENV=test jest --no-cache",
|
|
"dryrun": "lerna publish --skip-npm --skip-git",
|
|
"publish": "npm run bootstrap && npm run build && lerna publish"
|
|
},
|
|
"browserslist": [
|
|
"last 2 Chrome versions",
|
|
"last 2 Opera versions",
|
|
"last 2 Firefox versions",
|
|
"last 2 Edge versions",
|
|
"last 2 Safari versions",
|
|
"last 2 iOS versions",
|
|
"last 2 ChromeAndroid versions"
|
|
],
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.0.0-beta.54",
|
|
"@babel/core": "^7.0.0-beta.54",
|
|
"@babel/plugin-proposal-class-properties": "^7.0.0-beta.54",
|
|
"@babel/plugin-proposal-export-default-from": "^7.0.0-beta.54",
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.54",
|
|
"@babel/preset-env": "^7.0.0-beta.54",
|
|
"@babel/preset-react": "^7.0.0-beta.54",
|
|
"all-contributors-cli": "^4.4.0",
|
|
"babel-core": "^7.0.0-bridge.0",
|
|
"babel-jest": "^23.4.0",
|
|
"babel-loader": "^8.0.0-beta",
|
|
"babel-plugin-emotion": "^9.2.4",
|
|
"babel-plugin-inline-svg": "^1.0.0",
|
|
"babel-plugin-lodash": "^3.3.4",
|
|
"babel-plugin-module-resolver": "^3.0.0",
|
|
"babel-plugin-transform-builtin-extend": "^1.1.2",
|
|
"babel-plugin-transform-export-extensions": "^6.22.0",
|
|
"babel-plugin-transform-inline-environment-variables": "^0.4.3",
|
|
"cross-env": "^5.1.4",
|
|
"deep-equal": "^1.0.1",
|
|
"enzyme": "^3.1.0",
|
|
"enzyme-adapter-react-16": "^1.0.2",
|
|
"friendly-errors-webpack-plugin": "^1.7.0",
|
|
"jest": "^23.4.0",
|
|
"jest-cli": "^23.4.0",
|
|
"lerna": "^2.11.0",
|
|
"raf": "^3.4.0",
|
|
"react-test-renderer": "^16.0.0",
|
|
"rimraf": "^2.6.2",
|
|
"style-loader": "^0.21.0",
|
|
"svg-inline-loader": "^0.8.0"
|
|
},
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"private": true,
|
|
"dependencies": {
|
|
"jest-emotion": "^9.2.6"
|
|
}
|
|
}
|