|
28 | 28 | "build": "tsdx build",
|
29 | 29 | "test": "jest",
|
30 | 30 | "publish": "np",
|
31 |
| - "docz:dev": "docz dev", |
32 |
| - "docz:build": "docz build" |
| 31 | + "docz:dev": "gatsby develop", |
| 32 | + "docz:build": "gatsby build" |
33 | 33 | },
|
34 | 34 | "babel": {
|
35 | 35 | "presets": [
|
|
56 | 56 | },
|
57 | 57 | "devDependencies": {
|
58 | 58 | "@babel/core": "7.12.10",
|
| 59 | + "@babel/plugin-proposal-class-properties": "7.12.1", |
59 | 60 | "@babel/preset-env": "7.12.11",
|
60 | 61 | "@babel/preset-react": "7.12.10",
|
61 | 62 | "@babel/preset-typescript": "7.12.7",
|
62 |
| - "@emotion/core": "11.0.0", |
63 | 63 | "@testing-library/react": "11.2.2",
|
64 | 64 | "@testing-library/react-hooks": "3.4.2",
|
65 | 65 | "@types/jest": "26.0.19",
|
|
68 | 68 | "@types/testing-library__react": "10.0.1",
|
69 | 69 | "@types/testing-library__react-hooks": "3.4.1",
|
70 | 70 | "docz": "2.3.1",
|
71 |
| - "emotion-theming": "11.0.0", |
| 71 | + "gatsby": "2.29.1", |
| 72 | + "gatsby-plugin-sharp": "2.11.1", |
| 73 | + "gatsby-theme-docz": "2.3.1", |
| 74 | + "gatsby-transformer-sharp": "2.9.0", |
72 | 75 | "eslint-plugin-prettier": "3.3.0",
|
73 | 76 | "gatsby-plugin-emotion": "5.1.0",
|
74 | 77 | "jest": "26.6.3",
|
|
0 commit comments