|
18 | 18 | "dev": "next src/", |
19 | 19 | "build": "yarn generate:examples && yarn next build src/", |
20 | 20 | "start": "next start src/", |
21 | | - "serve": "cross-env NODE_ENV=production firebase serve", |
| 21 | + "serve": "cross-env NODE_ENV=production firebase emulators:start --only functions,hosting", |
22 | 22 | "shell": "npm run build && firebase functions:shell", |
23 | 23 | "deploy": "NODE_ENV=production yarn build && yarn firebase deploy --only functions,hosting", |
24 | 24 | "logs": "firebase functions:log", |
|
38 | 38 | "@mui/icons-material": "^5.2.5", |
39 | 39 | "@mui/material": "^5.2.8", |
40 | 40 | "@mui/styles": "^5.2.3", |
41 | | - "@next/bundle-analyzer": "^11.1.2", |
42 | | - "@next/mdx": "^11.1.2", |
| 41 | + "@next/bundle-analyzer": "^12.1.0", |
| 42 | + "@next/mdx": "^12.0.1", |
43 | 43 | "@stackblitz/sdk": "^1.5.3", |
44 | 44 | "clsx": "^1.1.1", |
45 | 45 | "codesandbox": "2.2.3", |
46 | 46 | "docsearch.js": "^2.6.3", |
47 | 47 | "firebase-admin": "^10.0.1", |
48 | 48 | "firebase-functions": "^3.16.0", |
49 | 49 | "markdown-to-jsx": "^7.1.6", |
50 | | - "next": "11.1.3", |
| 50 | + "next": "12.1.0", |
51 | 51 | "next-offline": "^5.0.5", |
52 | 52 | "prism-react-renderer": "^1.2.1", |
53 | 53 | "prop-types": "^15.8.1", |
|
57 | 57 | "react-dom": "^17.0.2", |
58 | 58 | "react-github-buttons": "^0.5.0", |
59 | 59 | "react-sticky-box": "^0.9.3", |
60 | | - "terser-webpack-plugin": "^5.3.0", |
61 | 60 | "webpack": "^5.66.0" |
62 | 61 | }, |
63 | 62 | "devDependencies": { |
64 | | - "@babel/cli": "^7.16.8", |
65 | 63 | "cpx": "^1.5.0", |
66 | 64 | "cross-env": "^7.0.3", |
67 | 65 | "firebase-functions-test": "^0.3.3", |
|
0 commit comments