mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-16 09:39:09 +00:00
chore: add create-component tool
This commit is contained in:
parent
62687ced78
commit
6708f5c6fc
9 changed files with 185 additions and 3 deletions
|
@ -3,6 +3,7 @@
|
|||
"version": "0.1.0",
|
||||
"scripts": {
|
||||
"build": "build-storybook -o ../../dist/-/storybook",
|
||||
"create-component": "node ./hack/create-component.js",
|
||||
"start": "start-storybook -p 6006"
|
||||
},
|
||||
"dependencies": {
|
||||
|
@ -42,6 +43,7 @@
|
|||
"@types/styled-components": "^5.1.11",
|
||||
"babel-loader": "8.1.0",
|
||||
"babel-plugin-styled-components": "^1.13.1",
|
||||
"change-case": "^4.1.2",
|
||||
"tslint": "^6.1.3",
|
||||
"typescript": "^4.3.5"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue