|
1 | 1 | { |
2 | 2 | "name": "unix.bio", |
3 | 3 | "version": "1.0.0", |
4 | | - "private": true, |
5 | 4 | "scripts": { |
6 | 5 | "start": "npm run collect && next dev", |
7 | 6 | "dev": "npm run collect && next dev", |
|
11 | 10 | "collect": "node scripts/collect-meta.js", |
12 | 11 | "export": "npm run now-build && next export" |
13 | 12 | }, |
| 13 | + "prettier": "@zeit-ui/prettier-config", |
14 | 14 | "dependencies": { |
15 | | - "@zeit-ui/react": "^1.7.0", |
| 15 | + "@zeit-ui/react": "^1.8.0-canary.5", |
16 | 16 | "@zeit-ui/react-icons": "^1.3.0", |
17 | 17 | "@zeit-ui/react-prism": "^1.0.1", |
18 | 18 | "ms": "^2.1.2", |
19 | | - "next": "^9.4.0", |
20 | | - "react": "16.13.0", |
21 | | - "react-dom": "16.13.0" |
| 19 | + "next": "^9.4.4", |
| 20 | + "react": "^16.13.1", |
| 21 | + "react-dom": "^16.13.1" |
22 | 22 | }, |
23 | 23 | "devDependencies": { |
24 | 24 | "@mapbox/rehype-prism": "^0.4.0", |
25 | 25 | "@mdx-js/loader": "^1.5.7", |
26 | 26 | "@next/mdx": "^9.4.0", |
27 | 27 | "@types/react": "^16.9.23", |
28 | 28 | "@types/react-dom": "^16.9.5", |
| 29 | + "@zeit-ui/prettier-config": "^1.0.0", |
29 | 30 | "chalk": "^3.0.0", |
30 | 31 | "extract-mdx-metadata": "^1.0.0", |
31 | 32 | "fs-extra": "^8.1.0", |
|
0 commit comments