|
1 | 1 | { |
| 2 | + "name": "website", |
| 3 | + "version": "1.0.0", |
| 4 | + "type": "module", |
| 5 | + "private": true, |
2 | 6 | "scripts": { |
3 | | - "prestart": "yarn build:animation", |
4 | | - "start": "docusaurus-start", |
5 | | - "prebuild": "yarn build:animation", |
6 | | - "build": "docusaurus-build", |
7 | | - "version": "docusaurus-version", |
8 | | - "rename-version": "docusaurus-rename-version", |
9 | | - "build:animation": "rm -rf static/animation && cd animation && yarn && npm run build && cp -r ./build ../static/animation", |
10 | | - "predeploy": "yarn build:animation", |
11 | | - "deploy": "docusaurus-publish" |
| 7 | + "algolia-sync": "node scripts/algolia-ci.mjs", |
| 8 | + "build:animation": "rm -rf public/animation && cd animation && yarn && npm run build && cp -r ./build ../public/animation", |
| 9 | + "prebuild": "npm run build:animation", |
| 10 | + "build": "next build && next-sitemap --config next-sitemap.config.cjs", |
| 11 | + "predev": "npm run build:animation", |
| 12 | + "dev": "next", |
| 13 | + "start": "next start", |
| 14 | + "postinstall": "patch-package" |
| 15 | + }, |
| 16 | + "dependencies": { |
| 17 | + "@theguild/components": "4.0.3", |
| 18 | + "next": "12.3.1", |
| 19 | + "next-sitemap": "3.1.22", |
| 20 | + "patch-package": "6.4.7", |
| 21 | + "postinstall-postinstall": "2.1.0", |
| 22 | + "react": "18.2.0", |
| 23 | + "react-dom": "18.2.0", |
| 24 | + "wrangler": "2.1.4" |
12 | 25 | }, |
13 | 26 | "devDependencies": { |
14 | | - "docusaurus": "1.14.7" |
| 27 | + "@guild-docs/algolia": "0.2.2", |
| 28 | + "@theguild/algolia": "0.0.2", |
| 29 | + "@theguild/tailwind-config": "0.1.0", |
| 30 | + "@types/node": "18.7.18", |
| 31 | + "@types/react": "18.0.20", |
| 32 | + "cross-env": "7.0.3", |
| 33 | + "eslint-config-next": "12.3.0", |
| 34 | + "postcss-import": "15.0.0", |
| 35 | + "tailwindcss": "3.1.8", |
| 36 | + "typescript": "4.8.3" |
15 | 37 | } |
16 | 38 | } |
0 commit comments