mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 11:42:05 +00:00
storybook added
This commit is contained in:
parent
0fe3024664
commit
80acda2edb
1 changed files with 9 additions and 2 deletions
11
package.json
11
package.json
|
|
@ -9,7 +9,9 @@
|
||||||
"start": "webpack serve --mode development",
|
"start": "webpack serve --mode development",
|
||||||
"build": "webpack --mode production",
|
"build": "webpack --mode production",
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
"lint": "eslint src"
|
"lint": "eslint src",
|
||||||
|
"storybook": "start-storybook -p 6006",
|
||||||
|
"build-storybook": "build-storybook"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime": "7.12.5",
|
"@babel/runtime": "7.12.5",
|
||||||
|
|
@ -37,6 +39,11 @@
|
||||||
"@babel/plugin-proposal-object-rest-spread": "7.12.1",
|
"@babel/plugin-proposal-object-rest-spread": "7.12.1",
|
||||||
"@babel/preset-env": "7.12.10",
|
"@babel/preset-env": "7.12.10",
|
||||||
"@babel/preset-react": "7.12.10",
|
"@babel/preset-react": "7.12.10",
|
||||||
|
"@storybook/addon-actions": "^6.2.8",
|
||||||
|
"@storybook/addon-essentials": "^6.2.8",
|
||||||
|
"@storybook/addon-links": "^6.2.8",
|
||||||
|
"@storybook/builder-webpack5": "^6.2.8",
|
||||||
|
"@storybook/react": "^6.2.8",
|
||||||
"@testing-library/react": "9.4.0",
|
"@testing-library/react": "9.4.0",
|
||||||
"@testing-library/react-hooks": "3.2.1",
|
"@testing-library/react-hooks": "3.2.1",
|
||||||
"babel-loader": "8.2.2",
|
"babel-loader": "8.2.2",
|
||||||
|
|
@ -60,4 +67,4 @@
|
||||||
"webpack-cli": "4.6.0",
|
"webpack-cli": "4.6.0",
|
||||||
"webpack-dev-server": "3.11.2"
|
"webpack-dev-server": "3.11.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue