|
|
@ -7,19 +7,18 @@ |
|
|
|
"author": "Ledger", |
|
|
|
"license": "MIT", |
|
|
|
"scripts": { |
|
|
|
"compile": "./scripts/compile.sh", |
|
|
|
"dist:dir": "./scripts/legacy/dist-dir.sh", |
|
|
|
"postinstall": "./scripts/postinstall.sh", |
|
|
|
"start": "./scripts/legacy/start.sh", |
|
|
|
"release": "./scripts/legacy/release.sh", |
|
|
|
"dist": "./scripts/legacy/dist.sh", |
|
|
|
"test": "jest", |
|
|
|
"flow": "flow", |
|
|
|
"dist:dir": "./scripts/legacy/dist-dir.sh", |
|
|
|
"compile": "./scripts/compile.sh", |
|
|
|
"lint": "eslint src webpack .storybook", |
|
|
|
"ci": "yarn lint && yarn flow && yarn prettier", |
|
|
|
"postinstall": "./scripts/postinstall.sh", |
|
|
|
"flow": "flow", |
|
|
|
"prettier": "prettier --write \"{src,webpack,.storybook,static/i18n}/**/*.{js,json}\"", |
|
|
|
"publish-storybook": "./scripts/legacy/publish-storybook.sh", |
|
|
|
"release": "./scripts/legacy/release.sh", |
|
|
|
"start": "./scripts/legacy/start.sh", |
|
|
|
"ci": "yarn lint && yarn flow && yarn prettier", |
|
|
|
"storybook": "NODE_ENV=development STORYBOOK_ENV=1 start-storybook -s ./static -p 4444", |
|
|
|
"publish-storybook": "./scripts/legacy/publish-storybook.sh", |
|
|
|
"reset-files": "./scripts/legacy/reset-files.sh" |
|
|
|
}, |
|
|
|
"electronWebpack": { |
|
|
|