|
@@ -30,13 +30,16 @@
|
|
|
"postinstall": "polkadot-dev-yarn-only",
|
|
|
"test": "echo \"skipping tests\"",
|
|
|
"vanitygen": "node packages/app-accounts/scripts/vanitygen.js",
|
|
|
- "start": "cd packages/apps && webpack --config webpack.config.js"
|
|
|
+ "start": "cd packages/apps && webpack --config webpack.config.js",
|
|
|
+ "storybook": "start-storybook -p 3001"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
"@babel/core": "^7.6.2",
|
|
|
"@babel/runtime": "^7.6.2",
|
|
|
"@polkadot/dev-react": "^0.31.1",
|
|
|
"@polkadot/ts": "^0.1.73",
|
|
|
+ "@storybook/addon-knobs": "^5.2.5",
|
|
|
+ "@storybook/addon-storysource": "^5.2.5",
|
|
|
"autoprefixer": "^9.6.1",
|
|
|
"empty": "^0.10.1",
|
|
|
"gh-pages": "^2.1.1",
|
|
@@ -51,9 +54,13 @@
|
|
|
"postcss-sass": "^0.4.1",
|
|
|
"postcss-simple-vars": "^5.0.0",
|
|
|
"precss": "^4.0.0",
|
|
|
- "source-map-explorer": "^2.0.1"
|
|
|
+ "source-map-explorer": "^2.0.1",
|
|
|
+ "tsconfig-paths-webpack-plugin": "^3.2.0"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
+ "@storybook/addon-actions": "^5.2.5",
|
|
|
+ "@storybook/addon-console": "^1.2.1",
|
|
|
+ "@storybook/react": "^5.2.5",
|
|
|
"@types/lodash": "^4.14.138",
|
|
|
"lodash": "^4.17.15"
|
|
|
}
|