|
| 1 | +{ |
| 2 | + "name": "design-system", |
| 3 | + "version": "1.0.0", |
| 4 | + "main": "index.js", |
| 5 | + "license": "MIT", |
| 6 | + "devDependencies": { |
| 7 | + "@babel/core": "^7.2.0", |
| 8 | + "@babel/preset-react": "^7.0.0", |
| 9 | + "@babel/preset-typescript": "^7.1.0", |
| 10 | + "@babel/runtime": "^7.2.0", |
| 11 | + "@storybook/addon-actions": "^4.0.12", |
| 12 | + "@storybook/addon-info": "^4.0.12", |
| 13 | + "@storybook/addon-links": "^4.0.12", |
| 14 | + "@storybook/addons": "^4.0.12", |
| 15 | + "@storybook/react": "^4.0.12", |
| 16 | + "@types/jest": "^23.3.10", |
| 17 | + "@types/react-test-renderer": "^16.0.3", |
| 18 | + "@types/storybook__react": "^4.0.0", |
| 19 | + "@types/styled-components": "^4.1.2", |
| 20 | + "babel-jest": "^23.6.0", |
| 21 | + "babel-loader": "^8.0.4", |
| 22 | + "babel-plugin-styled-components": "^1.9.2", |
| 23 | + "jest": "^23.6.0", |
| 24 | + "react-docgen-typescript-loader": "^3.0.0", |
| 25 | + "react-test-renderer": "^16.6.3", |
| 26 | + "storybook-addon-jsx": "^6.0.0", |
| 27 | + "ts-jest": "^23.10.5", |
| 28 | + "typescript": "^3.2.2" |
| 29 | + }, |
| 30 | + "dependencies": { |
| 31 | + "react": "^16.6.3", |
| 32 | + "react-dom": "^16.6.3", |
| 33 | + "styled-components": "^4.1.2" |
| 34 | + }, |
| 35 | + "scripts": { |
| 36 | + "storybook": "start-storybook -p 6006", |
| 37 | + "build-storybook": "build-storybook", |
| 38 | + "check-types": "tsc", |
| 39 | + "test": "jest" |
| 40 | + } |
| 41 | +} |
0 commit comments