|
1 | 1 | { |
2 | 2 | "name": "koding.dev", |
3 | 3 | "version": "0.0.1", |
| 4 | + "type": "module", |
4 | 5 | "private": true, |
5 | 6 | "scripts": { |
6 | 7 | "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", |
| 8 | + "dev:open": "vite dev --host --open", |
| 9 | + "build": "vite build", |
10 | 10 | "preview": "vite preview", |
11 | 11 | "lint": "prettier --plugin-search-dir . --check . && eslint .", |
12 | 12 | "format": "prettier --plugin-search-dir . --write . && eslint . --fix", |
13 | | - "tunnel": "cloudflared tunnel run --url http://localhost:5173", |
14 | | - "build:projects": "pnpm run -r --filter ./projects/* build" |
| 13 | + "tunnel": "cloudflared tunnel run --url http://localhost:5173" |
15 | 14 | }, |
16 | 15 | "devDependencies": { |
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", |
24 | | - "@tailwindcss/line-clamp": "^0.4.2", |
25 | | - "@tailwindcss/typography": "^0.5.7", |
26 | | - "@types/lodash": "^4.14.191", |
27 | | - "@types/nprogress": "^0.2.0", |
28 | | - "@typescript-eslint/eslint-plugin": "^5.27.0", |
29 | | - "@typescript-eslint/parser": "^5.27.0", |
30 | | - "autoprefixer": "^10.4.7", |
| 16 | + "@fontsource/poppins": "^4.5.10", |
| 17 | + "@iconify-json/material-symbols": "^1.1.71", |
| 18 | + "@iconify-json/mdi": "^1.1.64", |
| 19 | + "@iconify-json/vscode-icons": "^1.1.33", |
| 20 | + "@iconify/tailwind": "^0.1.4", |
| 21 | + "@sveltejs/adapter-vercel": "^2.4.3", |
| 22 | + "@sveltejs/kit": "^1.30.3", |
| 23 | + "@tailwindcss/typography": "^0.5.10", |
| 24 | + "@types/lodash": "^4.14.202", |
| 25 | + "@types/nprogress": "^0.2.3", |
| 26 | + "@typescript-eslint/eslint-plugin": "^5.62.0", |
| 27 | + "@typescript-eslint/parser": "^5.62.0", |
| 28 | + "autoprefixer": "^10.4.17", |
| 29 | + "clsx": "^1.2.1", |
31 | 30 | "concurrently": "^7.6.0", |
32 | | - "eslint": "^8.16.0", |
33 | | - "eslint-config-prettier": "^8.3.0", |
| 31 | + "eslint": "^8.56.0", |
| 32 | + "eslint-config-prettier": "^8.10.0", |
34 | 33 | "eslint-plugin-prettier": "^4.2.1", |
35 | | - "eslint-plugin-svelte": "^2.14.1", |
| 34 | + "eslint-plugin-svelte": "^2.35.1", |
36 | 35 | "imagetools-core": "^3.3.1", |
37 | 36 | "lodash": "^4.17.21", |
38 | 37 | "mdsvex": "^0.10.6", |
39 | | - "postcss": "^8.4.14", |
40 | | - "postcss-load-config": "^4.0.1", |
41 | | - "prettier": "^2.6.2", |
42 | | - "prettier-plugin-svelte": "^2.7.0", |
43 | | - "prettier-plugin-tailwindcss": "^0.2.1", |
| 38 | + "nprogress": "^0.2.0", |
| 39 | + "postcss": "^8.4.33", |
| 40 | + "postcss-load-config": "^4.0.2", |
| 41 | + "prettier": "^2.8.8", |
| 42 | + "prettier-plugin-svelte": "^2.10.1", |
| 43 | + "prettier-plugin-tailwindcss": "^0.2.8", |
44 | 44 | "rehype-slug": "^5.1.0", |
45 | | - "sass": "^1.59.2", |
46 | | - "svelte": "^3.44.0", |
47 | | - "svelte-check": "^2.7.1", |
| 45 | + "sass": "^1.70.0", |
| 46 | + "svelte": "^3.59.2", |
| 47 | + "svelte-check": "^2.10.3", |
48 | 48 | "svelte-preprocess": "^4.10.7", |
49 | | - "tailwindcss": "^3.1.5", |
50 | | - "tslib": "^2.3.1", |
51 | | - "typescript": "^4.7.4", |
52 | | - "vite": "^4.1.1", |
53 | | - "vite-imagetools": "^4.0.18" |
54 | | - }, |
55 | | - "type": "module", |
56 | | - "dependencies": { |
57 | | - "@fontsource/poppins": "^4.5.10", |
58 | | - "@motion-canvas/core": "^3.2.0", |
59 | | - "@notionhq/client": "^2.2.2", |
60 | | - "clsx": "^1.2.1", |
61 | | - "nprogress": "^0.2.0" |
| 49 | + "tailwindcss": "^3.4.1", |
| 50 | + "tslib": "^2.6.2", |
| 51 | + "typescript": "^4.9.5", |
| 52 | + "vite": "^4.5.2", |
| 53 | + "vite-imagetools": "^4.0.19" |
62 | 54 | } |
63 | 55 | } |
0 commit comments