|
3 | 3 | "version": "0.0.1", |
4 | 4 | "private": true, |
5 | 5 | "scripts": { |
6 | | - "dev": "vite dev", |
7 | | - "dev:open": "vite dev --open", |
8 | | - "build": "vite build", |
| 6 | + "dev": "vite dev --host", |
| 7 | + "dev:projects": "concurrently \"pnpm run build:projects\" \"vite dev --host\"", |
| 8 | + "dev:open": "concurrently \"pnpm run build:projects\" \"vite dev --host --open\"", |
| 9 | + "build": "pnpm run build:projects && vite build", |
9 | 10 | "preview": "vite preview", |
10 | 11 | "lint": "prettier --plugin-search-dir . --check . && eslint .", |
11 | 12 | "format": "prettier --plugin-search-dir . --write . && eslint . --fix", |
12 | | - "tunnel": "cloudflared tunnel run --url http://localhost:5173" |
| 13 | + "tunnel": "cloudflared tunnel run --url http://localhost:5173", |
| 14 | + "build:projects": "pnpm run -r --filter ./projects/* build" |
13 | 15 | }, |
14 | 16 | "devDependencies": { |
15 | | - "@sveltejs/adapter-vercel": "^1.0.0-next.81", |
16 | | - "@sveltejs/kit": "next", |
| 17 | + "@iconify-json/material-symbols": "^1.1.29", |
| 18 | + "@iconify-json/mdi": "^1.1.47", |
| 19 | + "@iconify-json/vscode-icons": "^1.1.22", |
| 20 | + "@iconify/tailwind": "^0.1.1", |
| 21 | + "@koding-dev/motion-canvas": "workspace:^0.0.0", |
| 22 | + "@sveltejs/adapter-vercel": "^2.1.0", |
| 23 | + "@sveltejs/kit": "^1.6.0", |
17 | 24 | "@tailwindcss/line-clamp": "^0.4.2", |
18 | 25 | "@tailwindcss/typography": "^0.5.7", |
| 26 | + "@types/lodash": "^4.14.191", |
19 | 27 | "@types/nprogress": "^0.2.0", |
20 | 28 | "@typescript-eslint/eslint-plugin": "^5.27.0", |
21 | 29 | "@typescript-eslint/parser": "^5.27.0", |
22 | 30 | "autoprefixer": "^10.4.7", |
| 31 | + "concurrently": "^7.6.0", |
23 | 32 | "eslint": "^8.16.0", |
24 | 33 | "eslint-config-prettier": "^8.3.0", |
25 | 34 | "eslint-plugin-prettier": "^4.2.1", |
26 | 35 | "eslint-plugin-svelte": "^2.14.1", |
| 36 | + "imagetools-core": "^3.3.1", |
| 37 | + "lodash": "^4.17.21", |
27 | 38 | "mdsvex": "^0.10.6", |
28 | 39 | "postcss": "^8.4.14", |
29 | 40 | "postcss-load-config": "^4.0.1", |
30 | 41 | "prettier": "^2.6.2", |
31 | 42 | "prettier-plugin-svelte": "^2.7.0", |
32 | 43 | "prettier-plugin-tailwindcss": "^0.2.1", |
33 | | - "rehype-autolink-headings": "^6.1.1", |
34 | 44 | "rehype-slug": "^5.1.0", |
| 45 | + "sass": "^1.59.2", |
35 | 46 | "svelte": "^3.44.0", |
36 | 47 | "svelte-check": "^2.7.1", |
37 | | - "svelte-icons": "^2.1.0", |
38 | 48 | "svelte-preprocess": "^4.10.7", |
39 | 49 | "tailwindcss": "^3.1.5", |
40 | 50 | "tslib": "^2.3.1", |
41 | 51 | "typescript": "^4.7.4", |
42 | | - "vite": "^3.1.0" |
| 52 | + "vite": "^4.1.1", |
| 53 | + "vite-imagetools": "^4.0.18" |
43 | 54 | }, |
44 | 55 | "type": "module", |
45 | 56 | "dependencies": { |
| 57 | + "@fontsource/poppins": "^4.5.10", |
| 58 | + "@motion-canvas/core": "^3.2.0", |
46 | 59 | "@notionhq/client": "^2.2.2", |
47 | 60 | "clsx": "^1.2.1", |
48 | 61 | "nprogress": "^0.2.0" |
|
0 commit comments