|
10 | 10 | "cypress:open": "cypress open",
|
11 | 11 | "cypress:run": "cypress run",
|
12 | 12 | "build": "preconstruct build",
|
13 |
| - "dev:website": "bolt w @brisk-docs/website run dev", |
14 |
| - "dev:complete": "bolt w @brisk-docs/website run dev:complete", |
15 |
| - "build:website": "bolt w @brisk-docs/website run build:site", |
16 |
| - "build:website:complete": "bolt w @brisk-docs/website run build:site:complete", |
17 |
| - "start:website": "bolt w @brisk-docs/website run start", |
18 |
| - "start:website:complete": "bolt w @brisk-docs/website run start:complete", |
19 | 13 | "build:docs": "NODE_ENV=production node packages/website/bin.js build",
|
20 |
| - "export": "node packages/website/bin.js export", |
21 |
| - "clean": "yarn delete:modules && yarn delete:caches && yarn delete:dist", |
22 |
| - "delete:caches": "rm -rf packages/website/.next && rm -rf packages/website/pages/packages && rm -rf packages/website/pages/docs && rm -rf packages/website/pages/guides", |
23 |
| - "delete:dist": "bolt ws exec --parallel -- rm -rf dist", |
24 |
| - "delete:modules": "bolt ws exec --parallel -- rm -rf node_modules && rm -rf node_modules", |
25 |
| - "docs": "node packages/website/bin.js dev", |
26 |
| - "build:pages": "node packages/website/bin.js build-pages", |
| 14 | + "clean": "yarn clean:caches && yarn clean:dist && yarn clean:modules", |
| 15 | + "clean:caches": "rm -rf packages/website/pages && rm -rf packages/website/.cache", |
| 16 | + "clean:dist": "bolt ws exec --parallel -- rm -rf dist", |
| 17 | + "clean:modules": "bolt ws exec --parallel -- rm -rf node_modules && rm -rf node_modules", |
27 | 18 | "prettier": "prettier --write \"**/*.{js,ts,tsx}\"",
|
28 | 19 | "lint": "yarn lint:eslint && yarn lint:prettier && yarn check:types",
|
29 | 20 | "lint:prettier": "prettier --list-different \"**/*.{js,ts,tsx}\"",
|
30 | 21 | "lint:eslint": "yarn eslint . --ext .ts,.tsx,.js",
|
31 | 22 | "check:types": "yarn tsc",
|
32 | 23 | "release": "yarn build && changeset publish",
|
33 |
| - "prepare:docs": "bolt && yarn build:docs && yarn export", |
34 |
| - "postinstall": "preconstruct dev", |
35 |
| - "bolt:fix": "bolt-check --fix" |
| 24 | + "prepare:docs": "bolt && NODE_ENV=production yarn v-brisk build", |
| 25 | + "postinstall": "preconstruct dev && manypkg check", |
| 26 | + "bolt:fix": "manypkg fix", |
| 27 | + "start:website:complete": "bolt w @brisk-docs/gatsby-generator run start:complete", |
| 28 | + "v-brisk": "node packages/website/bin.js", |
| 29 | + "quick-pack": "yarn build && cd packages/website && yarn pack" |
36 | 30 | },
|
37 | 31 | "bolt": {
|
38 | 32 | "version": "^0.23.2",
|
|
48 | 42 | ]
|
49 | 43 | },
|
50 | 44 | "dependencies": {
|
51 |
| - "@atlaskit/avatar": "^14.1.8", |
52 |
| - "@atlaskit/banner": "^8.0.1", |
| 45 | + "@atlaskit/avatar": "^17.1.3", |
53 | 46 | "@atlaskit/breadcrumbs": "^8.0.0",
|
54 | 47 | "@atlaskit/button": "^8.2.4",
|
55 |
| - "@atlaskit/calendar": "^8.0.0", |
56 | 48 | "@atlaskit/checkbox": "^7.0.0",
|
57 | 49 | "@atlaskit/code": "^9.0.0",
|
58 | 50 | "@atlaskit/css-reset": "^3.0.5",
|
59 | 51 | "@atlaskit/drawer": "^2.7.1",
|
60 | 52 | "@atlaskit/dropdown-menu": "^6.1.26",
|
61 |
| - "@atlaskit/dynamic-table": "^10.0.23", |
| 53 | + "@atlaskit/dynamic-table": "^13.5.0", |
62 | 54 | "@atlaskit/icon": "^16.0.1",
|
63 |
| - "@atlaskit/logo": "^9.1.0", |
64 | 55 | "@atlaskit/navigation-next": "^4.1.2",
|
65 | 56 | "@atlaskit/pagination": "^10.0.1",
|
66 | 57 | "@atlaskit/quick-search": "^5.2.5",
|
67 |
| - "@atlaskit/section-message": "^1.0.17", |
68 |
| - "@atlaskit/table-tree": "^5.0.7", |
| 58 | + "@atlaskit/section-message": "^4.1.1", |
| 59 | + "@atlaskit/table-tree": "^7.1.2", |
69 | 60 | "@atlaskit/theme": "^6.0.0",
|
70 | 61 | "@atlaskit/toggle": "^7.0.0",
|
71 | 62 | "@atlaskit/tree": "^4.1.11",
|
|
74 | 65 | "@babel/core": "^7.2.2",
|
75 | 66 | "@babel/plugin-proposal-class-properties": "^7.3.4",
|
76 | 67 | "@babel/plugin-proposal-object-rest-spread": "^7.3.4",
|
| 68 | + "@babel/plugin-proposal-optional-chaining": "^7.2.0", |
77 | 69 | "@babel/plugin-transform-runtime": "^7.3.4",
|
78 | 70 | "@babel/preset-env": "^7.3.4",
|
79 |
| - "@babel/preset-flow": "^7.0.0", |
80 | 71 | "@babel/preset-react": "^7.0.0",
|
81 | 72 | "@babel/preset-typescript": "^7.3.3",
|
82 | 73 | "@babel/runtime": "^7.4.3",
|
83 | 74 | "@babel/runtime-corejs2": "^7.4.3",
|
84 |
| - "@changesets/cli": "^2.0.1", |
| 75 | + "@changesets/cli": "^2.3.2", |
85 | 76 | "@emotion/core": "^10.0.9",
|
86 | 77 | "@emotion/styled": "^10.0.9",
|
87 | 78 | "@emotion/styled-base": "^10.0.10",
|
| 79 | + "@manypkg/cli": "^0.8.1", |
88 | 80 | "@mdx-js/loader": "^0.17.5",
|
89 |
| - "@mdx-js/mdx": "^0.15.0", |
90 |
| - "@mdx-js/tag": "^0.17.5", |
| 81 | + "@mdx-js/mdx": "^1.0.0", |
| 82 | + "@mdx-js/react": "^1.5.0", |
| 83 | + "@reach/router": "^1.2.1", |
91 | 84 | "@types/command-line-args": "^5.0.0",
|
| 85 | + "@types/enzyme": "^2.8.11", |
| 86 | + "@types/fs-extra": "^8.0.0", |
| 87 | + "@types/jest": "^21.1.2", |
92 | 88 | "@types/js-yaml": "^3.12.1",
|
93 | 89 | "@types/lodash": "^4.14.123",
|
94 | 90 | "@types/lodash.flatten": "^4.4.6",
|
95 | 91 | "@types/mock-fs": "^3.6.30",
|
96 |
| - "@types/next": "^8.0.3", |
97 | 92 | "@types/prismjs": "^1.16.0",
|
98 |
| - "@zeit/next-bundle-analyzer": "^0.1.2", |
99 |
| - "@zeit/next-css": "^1.0.1", |
100 |
| - "@zeit/next-mdx": "^1.2.0", |
101 |
| - "@zeit/next-typescript": "^1.1.1", |
| 93 | + "@types/react": "^16.4.18", |
| 94 | + "@types/react-helmet": "^5.0.14", |
| 95 | + "@types/semver": "^5.5.0", |
| 96 | + "@typescript-eslint/eslint-plugin": "^1.5.0", |
| 97 | + "@typescript-eslint/parser": "^1.4.2", |
| 98 | + "babel-eslint": "^10.0.1", |
102 | 99 | "babel-loader": "^8.0.5",
|
103 |
| - "babel-merge": "^3.0.0", |
| 100 | + "babel-plugin-emotion": "^10.0.9", |
| 101 | + "babel-plugin-styled-components": "1.10.0", |
104 | 102 | "babel-plugin-transform-dynamic-import": "^2.1.0",
|
105 | 103 | "babel-plugin-transform-flow-strip-types": "^6.22.0",
|
106 |
| - "bolt-check": "^0.2.0", |
| 104 | + "bolt": "^0.23.2", |
107 | 105 | "command-line-args": "^5.0.2",
|
| 106 | + "cypress": "^3.1.5", |
108 | 107 | "emotion": "^9.1.3",
|
109 | 108 | "emotion-server": "^9.2.12",
|
| 109 | + "enzyme": "^3.9.0", |
| 110 | + "enzyme-adapter-react-16": "^1.9.1", |
| 111 | + "eslint": "^5.15.1", |
| 112 | + "eslint-config-airbnb": "^17.1.0", |
| 113 | + "eslint-config-prettier": "^4.1.0", |
| 114 | + "eslint-import-resolver-typescript": "^1.1.1", |
| 115 | + "eslint-plugin-cypress": "^2.2.1", |
110 | 116 | "eslint-plugin-emotion": "^10.0.7",
|
111 |
| - "express": "^4.16.4", |
| 117 | + "eslint-plugin-import": "^2.16.0", |
| 118 | + "eslint-plugin-jest": "^22.3.0", |
| 119 | + "eslint-plugin-jsx-a11y": "^6.2.1", |
| 120 | + "eslint-plugin-react": "^7.12.4", |
112 | 121 | "extract-react-types-loader": "^0.3.7",
|
| 122 | + "extracted-loader": "^1.0.7", |
113 | 123 | "filenamify": "^4.0.0",
|
114 | 124 | "fs-extra": "^7.0.1",
|
| 125 | + "gatsby": "^2.15.28", |
| 126 | + "gatsby-plugin-emotion": "^2.0", |
| 127 | + "gatsby-plugin-manifest": "^2.2.26", |
| 128 | + "gatsby-plugin-mdx": "^1.0.46", |
| 129 | + "gatsby-plugin-page-creator": "^2.1.23", |
| 130 | + "gatsby-plugin-react-helmet": "^3.1.10", |
| 131 | + "gatsby-plugin-styled-components": "^3.1.8", |
| 132 | + "gatsby-plugin-typescript": "^2.1.11", |
| 133 | + "gatsby-source-filesystem": "^2.1.28", |
115 | 134 | "git-url-parse": "^11.1.2",
|
116 | 135 | "glob": "^7.1.3",
|
| 136 | + "jest": "^24.1.0", |
117 | 137 | "jest-fixtures": "^0.6.0",
|
118 | 138 | "jest-junit": "^6.4.0",
|
119 | 139 | "js-yaml": "^3.13.1",
|
120 | 140 | "lodash.capitalize": "^4.2.1",
|
121 | 141 | "lodash.debounce": "^4.0.8",
|
122 |
| - "lodash.flatmap": "^4.5.0", |
123 | 142 | "lodash.flatten": "^4.4.0",
|
124 | 143 | "lodash.identity": "^3.0.0",
|
125 | 144 | "lodash.snakecase": "^4.1.1",
|
126 |
| - "next": "^8.0.4", |
127 |
| - "next-images": "^1.1.1", |
| 145 | + "mock-fs": "^4.10.1", |
128 | 146 | "outdent": "^0.7.0",
|
129 | 147 | "pkg-dir": "^4.2.0",
|
130 | 148 | "preconstruct": "^0.1.1",
|
| 149 | + "prettier": "^1.16.4", |
131 | 150 | "pretty-proptypes": "^0.6.6",
|
132 | 151 | "prismjs": "^1.15.0",
|
133 |
| - "probot": "^7.2.0", |
134 | 152 | "prop-types": "^15.6.2",
|
135 | 153 | "raw-loader": "^1.0.0",
|
136 |
| - "react": "^16.8.4", |
| 154 | + "react": "16.10.2", |
137 | 155 | "react-addons-text-content": "^0.0.4",
|
138 | 156 | "react-dom": "^16.8.4",
|
| 157 | + "react-helmet": "^5.2.1", |
139 | 158 | "react-markdown": "^2.5.0",
|
| 159 | + "react-test-renderer": "^16.0.0", |
140 | 160 | "remark-frontmatter": "^1.3.2",
|
141 | 161 | "remark-parse": "^6.0.3",
|
142 |
| - "resolve": "^1.10.0", |
143 |
| - "rimraf": "^2.6.3", |
144 | 162 | "semver": "^5.4.1",
|
145 |
| - "source-map-loader": "^0.2.2", |
146 | 163 | "styled-components": "^3.2.6",
|
147 |
| - "thread-loader": "^2.1.2", |
148 | 164 | "title-case": "^2.1.1",
|
| 165 | + "ts-jest": "^24.0.0", |
149 | 166 | "typescript": "^3.2.1",
|
150 |
| - "uglify-js": "^3.1.7", |
151 | 167 | "unified": "^7.1.0",
|
152 | 168 | "unist-util-visit": "^1.3.0",
|
153 |
| - "wait-on": "^3.2.0", |
154 |
| - "webpack": "4.28.4" |
155 |
| - }, |
156 |
| - "devDependencies": { |
157 |
| - "@babel/plugin-proposal-optional-chaining": "^7.2.0", |
158 |
| - "@types/enzyme": "^2.8.11", |
159 |
| - "@types/fs-extra": "^8.0.0", |
160 |
| - "@types/jest": "^21.1.2", |
161 |
| - "@types/lodash.flatmap": "^4.5.6", |
162 |
| - "@types/react": "^16.4.18", |
163 |
| - "@types/semver": "^5.5.0", |
164 |
| - "@typescript-eslint/eslint-plugin": "^1.5.0", |
165 |
| - "@typescript-eslint/parser": "^1.4.2", |
166 |
| - "babel-eslint": "^10.0.1", |
167 |
| - "babel-plugin-emotion": "^10.0.9", |
168 |
| - "babel-plugin-styled-components": "^1.10.0", |
169 |
| - "bolt": "^0.23.2", |
170 |
| - "css-loader": "^1.0.0", |
171 |
| - "cypress": "^3.1.5", |
172 |
| - "enzyme": "^3.9.0", |
173 |
| - "enzyme-adapter-react-16": "^1.9.1", |
174 |
| - "eslint": "^5.15.1", |
175 |
| - "eslint-config-airbnb": "^17.1.0", |
176 |
| - "eslint-config-prettier": "^4.1.0", |
177 |
| - "eslint-import-resolver-typescript": "^1.1.1", |
178 |
| - "eslint-plugin-cypress": "^2.2.1", |
179 |
| - "eslint-plugin-import": "^2.16.0", |
180 |
| - "eslint-plugin-jest": "^22.3.0", |
181 |
| - "eslint-plugin-jsx-a11y": "^6.2.1", |
182 |
| - "eslint-plugin-react": "^7.12.4", |
183 |
| - "extracted-loader": "^1.0.7", |
184 |
| - "file-loader": "^2.0.0", |
185 |
| - "jest": "^24.1.0", |
186 |
| - "json-loader": "^0.5.7", |
187 |
| - "mock-fs": "^4.10.1", |
188 |
| - "nock": "^10.0.0", |
189 |
| - "nodemon": "^1.12.1", |
190 |
| - "prettier": "^1.16.4", |
191 |
| - "react-test-renderer": "^16.0.0", |
192 |
| - "smee-client": "^1.0.2", |
193 |
| - "standard": "^12.0.1", |
194 |
| - "style-loader": "^0.23.0", |
195 |
| - "ts-jest": "^24.0.0", |
196 |
| - "ts-loader": "^5.3.3", |
197 |
| - "tti-polyfill": "^0.2.2" |
| 169 | + "wait-on": "^3.2.0" |
198 | 170 | }
|
199 | 171 | }
|
0 commit comments