|
1 | 1 | {
|
2 | 2 | "name": "jubilant-pancake",
|
3 | 3 | "description": "",
|
4 |
| - "dependencies": { |
5 |
| - "catalog": "^3.0.0-rc.4", |
6 |
| - "prop-types": "^15.6.1", |
7 |
| - "react": "^16.3.2", |
8 |
| - "react-dom": "^16.3.2", |
9 |
| - "styled-components": "^3.2.6" |
10 |
| - }, |
11 | 4 | "scripts": {
|
12 | 5 | "catalog-start": "catalog start",
|
13 | 6 | "catalog-build": "catalog build",
|
|
30 | 23 | "setupTestFrameworkScriptFile": "./config/jest.config.js",
|
31 | 24 | "collectCoverageFrom": ["src/**/*.js"]
|
32 | 25 | },
|
33 |
| - "devDependencies": { |
| 26 | + "peerDependencies": { |
| 27 | + "prop-types": ">=15", |
| 28 | + "react": ">=15", |
| 29 | + "styled-components": ">=3" |
| 30 | + }, |
| 31 | + "dependencies": { |
34 | 32 | "babel-core": "^6.26.0",
|
35 | 33 | "babel-eslint": "^8.2.3",
|
36 | 34 | "babel-jest": "^22.4.3",
|
37 | 35 | "babel-preset-env": "^1.6.1",
|
38 | 36 | "babel-preset-react": "^6.24.1",
|
| 37 | + "babel-preset-stage-2": "^6.24.1", |
| 38 | + "catalog": "^3.5.2", |
39 | 39 | "eslint": "^4.19.1",
|
40 | 40 | "eslint-config-airbnb": "^16.1.0",
|
41 | 41 | "eslint-config-prettier": "^2.9.0",
|
|
47 | 47 | "jest-styled-components": "^5.0.1",
|
48 | 48 | "lint-staged": "^7.0.4",
|
49 | 49 | "prettier": "^1.12.1",
|
50 |
| - "react-test-renderer": "^16.3.2" |
| 50 | + "prop-types": "^15.6.1", |
| 51 | + "react": "^16.3.2", |
| 52 | + "react-dom": "^16.3.2", |
| 53 | + "react-test-renderer": "^16.3.2", |
| 54 | + "styled-components": "^3.2.6" |
51 | 55 | }
|
52 | 56 | }
|
0 commit comments