mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-25 12:19:10 +00:00
56 lines
1.6 KiB
JSON
56 lines
1.6 KiB
JSON
{
|
|
"private": true,
|
|
"name": "@roleypoly/design",
|
|
"version": "2.0.0",
|
|
"dependencies": {
|
|
"color": "^3.1.1",
|
|
"react": "^16.8.6",
|
|
"react-dom": "^16.8.6",
|
|
"styled-components": "^4.2.0"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"types": "./lib/index.d.ts",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.4.4",
|
|
"@babel/preset-typescript": "^7.3.3",
|
|
"@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/addon-storyshots": "^5.0.11",
|
|
"@storybook/addons": "^5.0.11",
|
|
"@storybook/react": "^5.0.11",
|
|
"@types/color": "^3.0.0",
|
|
"@types/enzyme-adapter-react-16": "^1.0.5",
|
|
"@types/jest": "^24.0.13",
|
|
"@types/node": "^12.0.2",
|
|
"@types/react": "^16.8.19",
|
|
"@types/react-dom": "^16.8.4",
|
|
"@types/react-test-renderer": "^16.8.1",
|
|
"@types/storybook__addon-actions": "^3.4.2",
|
|
"@types/storybook__addon-knobs": "^5.0.0",
|
|
"@types/storybook__addon-links": "^3.3.4",
|
|
"@types/storybook__addon-storyshots": "^4.0.0",
|
|
"@types/storybook__react": "^4.0.1",
|
|
"@types/styled-components": "4.1.8",
|
|
"awesome-typescript-loader": "^5.2.1",
|
|
"babel-loader": "^8.0.6",
|
|
"lint-staged": "^8.1.7",
|
|
"react-docgen-typescript-loader": "^3.1.0",
|
|
"react-test-renderer": "^16.8.6",
|
|
"sinon": "^7.3.2",
|
|
"stylelint": "^10.0.1",
|
|
"tslint": "^5.17.0",
|
|
"tslint-config-standard": "^8.0.1",
|
|
"typescript": "^3.5.1"
|
|
},
|
|
"scripts": {
|
|
"storybook": "start-storybook -p 6006",
|
|
"build-storybook": "build-storybook",
|
|
"precommit": "lint-staged",
|
|
"build": "tsc",
|
|
"tsc": "tsc"
|
|
}
|
|
}
|