|
3 | 3 | "version": "0.0.1", |
4 | 4 | "private": true, |
5 | 5 | "scripts": { |
6 | | - "dev": "vite dev --host", |
7 | | - "dev:open": "vite dev --host --open", |
8 | | - "build": "pnpm run -r --filter ./projects/* build && vite build", |
| 6 | + "dev": "concurrently \"pnpm run build:projects\" \"vite dev --host\"", |
| 7 | + "dev:open": "concurrently \"pnpm run build:projects\" \"vite dev --host --open\"", |
| 8 | + "build": "pnpm run build:projects && vite build", |
9 | 9 | "preview": "vite preview", |
10 | 10 | "lint": "prettier --plugin-search-dir . --check . && eslint .", |
11 | 11 | "format": "prettier --plugin-search-dir . --write . && eslint . --fix", |
12 | | - "tunnel": "cloudflared tunnel run --url http://localhost:5174" |
| 12 | + "tunnel": "cloudflared tunnel run --url http://localhost:5174", |
| 13 | + "build:projects": "pnpm run -r --filter ./projects/* build" |
13 | 14 | }, |
14 | 15 | "devDependencies": { |
15 | 16 | "@iconify-json/material-symbols": "^1.1.29", |
16 | 17 | "@iconify-json/mdi": "^1.1.47", |
17 | 18 | "@iconify-json/vscode-icons": "^1.1.22", |
18 | 19 | "@iconify/tailwind": "^0.1.1", |
19 | 20 | "@koding-dev/motion-canvas": "workspace:^0.0.0", |
20 | | - "@motion-canvas/player": "^3.2.0", |
21 | 21 | "@sveltejs/adapter-vercel": "^2.1.0", |
22 | 22 | "@sveltejs/kit": "^1.6.0", |
23 | 23 | "@tailwindcss/line-clamp": "^0.4.2", |
|
27 | 27 | "@typescript-eslint/eslint-plugin": "^5.27.0", |
28 | 28 | "@typescript-eslint/parser": "^5.27.0", |
29 | 29 | "autoprefixer": "^10.4.7", |
| 30 | + "concurrently": "^7.6.0", |
30 | 31 | "eslint": "^8.16.0", |
31 | 32 | "eslint-config-prettier": "^8.3.0", |
32 | 33 | "eslint-plugin-prettier": "^4.2.1", |
|
41 | 42 | "prettier-plugin-tailwindcss": "^0.2.1", |
42 | 43 | "rehype-autolink-headings": "^6.1.1", |
43 | 44 | "rehype-slug": "^5.1.0", |
| 45 | + "sass": "^1.59.2", |
44 | 46 | "svelte": "^3.44.0", |
45 | 47 | "svelte-check": "^2.7.1", |
46 | 48 | "svelte-preprocess": "^4.10.7", |
|
53 | 55 | "type": "module", |
54 | 56 | "dependencies": { |
55 | 57 | "@fontsource/poppins": "^4.5.10", |
| 58 | + "@motion-canvas/core": "^3.2.0", |
56 | 59 | "@notionhq/client": "^2.2.2", |
57 | 60 | "clsx": "^1.2.1", |
58 | 61 | "nprogress": "^0.2.0" |
|
0 commit comments