mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-06-17 10:39:09 +00:00
[design]: initialize design system
This commit is contained in:
parent
6fb39d6c4d
commit
b864df9393
14 changed files with 391 additions and 0 deletions
42
packages/roleypoly-design/package.json
Normal file
42
packages/roleypoly-design/package.json
Normal file
|
@ -0,0 +1,42 @@
|
|||
{
|
||||
"private": true,
|
||||
"name": "@roleypoly/design",
|
||||
"version": "2.0.0",
|
||||
"dependencies": {
|
||||
"react": "^16.8.6",
|
||||
"react-dom": "^16.8.6",
|
||||
"styled-components": "^4.2.0"
|
||||
},
|
||||
"files": [
|
||||
"lib"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.4.4",
|
||||
"@storybook/addon-actions": "^5.0.11",
|
||||
"@storybook/addon-info": "^5.0.11",
|
||||
"@storybook/addon-knobs": "^5.0.11",
|
||||
"@storybook/addon-links": "^5.0.11",
|
||||
"@storybook/addons": "^5.0.11",
|
||||
"@storybook/react": "^5.0.11",
|
||||
"@types/jest": "^24.0.13",
|
||||
"@types/node": "^12.0.2",
|
||||
"@types/react": "^16.8.17",
|
||||
"@types/react-dom": "^16.8.4",
|
||||
"@types/storybook__addon-actions": "^3.4.2",
|
||||
"@types/storybook__addon-knobs": "^5.0.0",
|
||||
"@types/storybook__addon-links": "^3.3.4",
|
||||
"@types/storybook__react": "^4.0.1",
|
||||
"@types/styled-components": "4.1.8",
|
||||
"awesome-typescript-loader": "^5.2.1",
|
||||
"babel-loader": "^8.0.6",
|
||||
"react-docgen-typescript-loader": "^3.1.0",
|
||||
"stylelint": "^10.0.1",
|
||||
"tslint": "^5.16.0",
|
||||
"tslint-config-standard": "^8.0.1",
|
||||
"typescript": "^3.4.5"
|
||||
},
|
||||
"scripts": {
|
||||
"storybook": "start-storybook -p 6006",
|
||||
"build-storybook": "build-storybook"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue