mirror of
https://github.com/NetEase/tango.git
synced 2026-09-21 05:43:16 +08:00
* fix: add new action component * fix: refactor form header component and add documentation link * fix: refactor dropdown menu for selected item * fix: update * fix: add store variable in modelSetter * fix: code styles
33 lines
837 B
JSON
33 lines
837 B
JSON
{
|
|
"name": "storybook",
|
|
"version": "0.0.0",
|
|
"private": "true",
|
|
"description": "> tango-apps docs",
|
|
"license": "MIT",
|
|
"author": "wwsun <sunweiwei01@corp.netease.com>",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"scripts": {
|
|
"build": "echo \"skip\"",
|
|
"build-storybook": "build-storybook",
|
|
"storybook": "start-storybook -p 6008"
|
|
},
|
|
"dependencies": {
|
|
"@music163/tango-setting-form": "*",
|
|
"@music163/tango-ui": "*",
|
|
"mobx": "6.12.0",
|
|
"mobx-react-lite": "4.0.5"
|
|
},
|
|
"devDependencies": {
|
|
"@ant-design/icons": "^4.8.0",
|
|
"@storybook/addon-actions": "^6.5.14",
|
|
"@storybook/addon-essentials": "^6.5.14",
|
|
"@storybook/addon-links": "^6.5.14",
|
|
"@storybook/react": "^6.5.14",
|
|
"antd": "^4.24.2",
|
|
"babel-plugin-styled-components": "^2.0.7",
|
|
"tsconfig-paths-webpack-plugin": "^3.5.2"
|
|
}
|
|
}
|