|
8 | 8 | "node": ">=20"
|
9 | 9 | },
|
10 | 10 | "scripts": {
|
11 |
| - "start": "vite", |
| 11 | + "start": "vite --host 0.0.0.0", |
12 | 12 | "build": "vite build -m production",
|
13 | 13 | "clean": "rm -Rf ./dist/",
|
14 | 14 | "build:lch": "LCH=1 vite build -m production && ./lch.sh",
|
|
20 | 20 | "test": "FORCE_COLOR=1 pnpm run /^test:/"
|
21 | 21 | },
|
22 | 22 | "dependencies": {
|
23 |
| - "@csstools/postcss-oklab-function": "^4.0.9", |
| 23 | + "@csstools/postcss-oklab-function": "^4.0.10", |
24 | 24 | "@nanostores/persistent": "^1.0.0",
|
25 | 25 | "autoprefixer": "^10.4.21",
|
26 |
| - "culori": "^4.0.1", |
| 26 | + "culori": "^4.0.2", |
27 | 27 | "delaunator": "^5.0.1",
|
28 | 28 | "jstransformer-markdown-it": "^3.0.0",
|
29 | 29 | "nanodelay": "^2.0.2",
|
30 | 30 | "nanostores": "^1.0.1",
|
31 | 31 | "plausible-client": "^1.1.0",
|
32 |
| - "postcss": "^8.5.3", |
| 32 | + "postcss": "^8.5.6", |
33 | 33 | "postcss-media-minmax": "^5.0.0",
|
34 | 34 | "postcss-mixins": "^11.0.3",
|
35 |
| - "postcss-nesting": "^13.0.1", |
| 35 | + "postcss-nesting": "^13.0.2", |
36 | 36 | "postcss-opacity-percentage": "^3.0.0",
|
37 |
| - "three": "~0.176.0", |
38 |
| - "vite": "^6.3.5", |
| 37 | + "three": "~0.177.0", |
| 38 | + "vite": "^7.0.0", |
39 | 39 | "vite-plugin-pug-transformer": "^1.0.7"
|
40 | 40 | },
|
41 | 41 | "devDependencies": {
|
|
44 | 44 | "@size-limit/file": "^11.2.0",
|
45 | 45 | "@types/culori": "^4.0.0",
|
46 | 46 | "@types/delaunator": "^5.0.3",
|
47 |
| - "@types/node": "^22.15.18", |
48 |
| - "@types/three": "^0.176.0", |
| 47 | + "@types/node": "^24.0.6", |
| 48 | + "@types/three": "^0.177.0", |
49 | 49 | "better-node-test": "^0.7.1",
|
50 |
| - "eslint": "^9.27.0", |
51 |
| - "happy-dom": "^17.4.7", |
| 50 | + "eslint": "^9.30.0", |
| 51 | + "happy-dom": "^18.0.1", |
52 | 52 | "nano-staged": "^0.8.0",
|
53 | 53 | "simple-git-hooks": "^2.13.0",
|
54 | 54 | "size-limit": "^11.2.0",
|
55 |
| - "stylelint": "^16.19.1", |
56 |
| - "svgo": "^3.3.2", |
| 55 | + "stylelint": "^16.21.0", |
| 56 | + "svgo": "^4.0.0", |
57 | 57 | "typescript": "^5.8.3"
|
58 | 58 | },
|
59 | 59 | "pnpm": {
|
|
0 commit comments