9c70244157
Run with `yarn audit:fix`. Check the lock file before committing!
26 lines
1.0 KiB
JSON
26 lines
1.0 KiB
JSON
{
|
|
"name": "@nymproject/nymsphere",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"license": "Apache 2.0",
|
|
"workspaces": [
|
|
"ts-packages/*",
|
|
"nym-wallet",
|
|
"explorer"
|
|
],
|
|
"scripts": {
|
|
"build": "lerna run --scope @nymproject/mui-theme --scope @nymproject/react build --stream",
|
|
"build:react-example": "lerna run --scope @nymproject/react-webpack-with-theme-example build --stream",
|
|
"build:playground": "lerna run --scope @nymproject/react storybook:build --stream",
|
|
"build:ci": "yarn build && run-p build:react-example build:playground && yarn build:ci:collect-artifacts",
|
|
"build:ci:collect-artifacts": "mkdir -p ts-packages/dist && mv ts-packages/react-components/storybook-static ts-packages/dist/storybook && mv ts-packages/react-webpack-with-theme-example/dist ts-packages/dist/example",
|
|
"lint": "lerna run lint --stream",
|
|
"lint:fix": "lerna run lint:fix --stream",
|
|
"audit:fix": "npm_config_yes=true npx yarn-audit-fix -- --dry-run"
|
|
},
|
|
"devDependencies": {
|
|
"lerna": "^4.0.0",
|
|
"npm-run-all": "^4.1.5"
|
|
}
|
|
}
|