|
7 | 7 | "test": "vitest run",
|
8 | 8 | "test:lighthouse": "lighthouse http://localhost:3000 --output-path=./lighthouse-results",
|
9 | 9 | "build:local": "yarn build:prod",
|
10 |
| - "build:prod": "yarn workspaces foreach -ptR run build && yarn build:css && yarn build:next", |
| 10 | + "build:prod": "yarn build:css && yarn build:next", |
11 | 11 | "build:next": "next build",
|
12 | 12 | "build:css": "yarn generate:css",
|
13 |
| - "build:analyze": "cross-env-shell ANALYZE=true yarn build:prod", |
| 13 | + "build:analyze": "cross-env ANALYZE=true yarn build:prod", |
14 | 14 | "preview": "next start",
|
15 |
| - "dev": "concurrently 'yarn dev:contentlayer' 'yarn dev:css' 'yarn dev:next'", |
| 15 | + "dev": "concurrently 'yarn dev:css' 'yarn dev:next'", |
16 | 16 | "dev:next": "next dev",
|
17 | 17 | "dev:css": "yarn generate:css --watch",
|
18 |
| - "dev:contentlayer": "contentlayer dev", |
19 | 18 | "generate:css": "unocss 'src/**/*.tsx' 'contentlayer.config.ts' '../../packages/ui/src/lib/components/**/*.tsx' --out-file ./src/styles/unocss.css --config ../../unocss.config.ts",
|
20 | 19 | "lint": "prettier --check . && cross-env TIMING=1 eslint src --ext .mjs,.js,.cjs,.ts,.tsx --format=pretty",
|
21 | 20 | "format": "prettier --write . && cross-env TIMING=1 eslint src --ext .mjs,.js,.cjs,.ts,.tsx --fix --format=pretty",
|
|
49 | 48 | "@discordjs/ui": "workspace:^",
|
50 | 49 | "@react-icons/all-files": "^4.1.0",
|
51 | 50 | "@vercel/analytics": "^1.0.0",
|
52 |
| - "@vercel/edge-config": "^0.1.8", |
| 51 | + "@vercel/edge-config": "^0.1.9", |
53 | 52 | "@vercel/og": "^0.5.4",
|
54 | 53 | "ariakit": "^2.0.0-next.44",
|
55 | 54 | "cmdk": "^0.2.0",
|
|
60 | 59 | "react": "^18.2.0",
|
61 | 60 | "react-custom-scrollbars-2": "^4.5.0",
|
62 | 61 | "react-dom": "^18.2.0",
|
63 |
| - "react-use": "^17.4.0", |
64 | 62 | "rehype-autolink-headings": "^6.1.1",
|
65 |
| - "rehype-ignore": "^1.0.5", |
66 |
| - "rehype-raw": "^6.1.1", |
67 | 63 | "rehype-slug": "^5.1.0",
|
68 | 64 | "remark-gfm": "^3.0.1",
|
69 |
| - "server-only": "^0.0.1", |
70 | 65 | "sharp": "^0.32.1"
|
71 | 66 | },
|
72 | 67 | "devDependencies": {
|
|
85 | 80 | "concurrently": "^8.0.1",
|
86 | 81 | "cross-env": "^7.0.3",
|
87 | 82 | "eslint": "^8.39.0",
|
88 |
| - "eslint-config-neon": "^0.1.42", |
| 83 | + "eslint-config-neon": "^0.1.45", |
89 | 84 | "eslint-formatter-pretty": "^5.0.0",
|
90 |
| - "happy-dom": "^9.10.1", |
| 85 | + "happy-dom": "^9.10.6", |
91 | 86 | "hast-util-to-string": "^2.0.0",
|
92 | 87 | "hastscript": "^7.2.0",
|
93 | 88 | "html-escaper": "^3.0.3",
|
94 | 89 | "lighthouse": "^10.1.1",
|
95 | 90 | "prettier": "^2.8.8",
|
| 91 | + "turbo": "^1.9.4-canary.7", |
96 | 92 | "typescript": "^5.0.4",
|
97 | 93 | "unocss": "^0.51.8",
|
98 | 94 | "vercel": "^29.0.3",
|
99 |
| - "vitest": "^0.29.8" |
| 95 | + "vitest": "^0.30.1" |
100 | 96 | },
|
101 | 97 | "engines": {
|
102 | 98 | "node": ">=18.13.0"
|
|
0 commit comments