|
2 | 2 | "name": "@tresjs/nuxt",
|
3 | 3 | "type": "module",
|
4 | 4 | "version": "3.0.7",
|
5 |
| - "packageManager": "pnpm@9.12.0", |
| 5 | + "packageManager": "pnpm@9.15.0", |
6 | 6 | "description": "TresJS integration for Nuxt.",
|
7 | 7 | "author": "Daniel Roe (https://github.com/danielroe/)",
|
8 | 8 | "license": "MIT",
|
|
35 | 35 | "client:dev": "nuxi dev client --port 3300",
|
36 | 36 | "dev": "nuxi dev playground",
|
37 | 37 | "dev:build": "nuxi build playground",
|
38 |
| - "dev:prepare": "nuxt-module-build --stub && nuxi prepare playground", |
| 38 | + "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground", |
39 | 39 | "release": "release-it",
|
40 | 40 | "lint": "eslint .",
|
41 | 41 | "lint:fix": "eslint . --fix",
|
|
46 | 46 | "three": ">=0.133"
|
47 | 47 | },
|
48 | 48 | "dependencies": {
|
49 |
| - "@nuxt/devtools-kit": "^1.4.1", |
50 |
| - "@nuxt/kit": "^3.13.1", |
51 |
| - "@nuxt/ui": "^2.18.4", |
52 |
| - "@tresjs/core": "4.2.10", |
53 |
| - "@tresjs/nuxt": "3.0.7", |
54 |
| - "@types/three": "^0.168.0", |
55 |
| - "@unocss/nuxt": "^0.62.3", |
| 49 | + "@nuxt/kit": "^3.14.1592", |
| 50 | + "@nuxt/ui": "^2.20.0", |
| 51 | + "@tresjs/core": "4.3.1", |
| 52 | + "@unocss/nuxt": "^0.65.2", |
56 | 53 | "defu": "^6.1.4",
|
57 |
| - "mlly": "^1.7.1", |
58 |
| - "pkg-types": "^1.2.0", |
59 |
| - "sirv": "^2.0.4", |
60 |
| - "typescript": "^5.5.4", |
61 |
| - "vite-plugin-glsl": "^1.3.0" |
| 54 | + "mlly": "^1.7.3", |
| 55 | + "pkg-types": "^1.2.1", |
| 56 | + "sirv": "^3.0.0", |
| 57 | + "vite-plugin-glsl": "^1.3.1" |
62 | 58 | },
|
63 | 59 | "devDependencies": {
|
64 |
| - "@iconify-json/carbon": "^1.2.1", |
65 |
| - "@iconify-json/file-icons": "^1.2.0", |
66 |
| - "@iconify-json/iconoir": "^1.2.0", |
67 |
| - "@iconify-json/ph": "^1.2.0", |
68 |
| - "@nuxt/devtools-ui-kit": "^1.4.1", |
69 |
| - "@nuxt/eslint-config": "^0.5.6", |
70 |
| - "@nuxt/icon": "^1.5.1", |
71 |
| - "@nuxt/module-builder": "^0.8.3", |
72 |
| - "@nuxt/schema": "^3.13.1", |
73 |
| - "@nuxt/test-utils": "^3.14.1", |
74 |
| - "@release-it/conventional-changelog": "^8.0.1", |
75 |
| - "@tresjs/eslint-config": "^1.2.0", |
76 |
| - "@types/node": "^22.5.4", |
77 |
| - "changelogen": "^0.5.5", |
78 |
| - "eslint": "^9.9.1", |
79 |
| - "nuxt": "^3.13.1", |
80 |
| - "playwright": "^1.47.0", |
81 |
| - "release-it": "^17.6.0", |
82 |
| - "three": "^0.168.0", |
83 |
| - "vitest": "^2.0.5" |
| 60 | + "@iconify-json/carbon": "^1.2.5", |
| 61 | + "@iconify-json/file-icons": "^1.2.1", |
| 62 | + "@iconify-json/iconoir": "^1.2.6", |
| 63 | + "@iconify-json/ph": "^1.2.2", |
| 64 | + "@nuxt/devtools": "^1.6.4", |
| 65 | + "@nuxt/devtools-ui-kit": "^1.6.4", |
| 66 | + "@nuxt/eslint-config": "^0.7.3", |
| 67 | + "@nuxt/icon": "^1.10.2", |
| 68 | + "@nuxt/module-builder": "^0.8.4", |
| 69 | + "@nuxt/schema": "^3.14.1592", |
| 70 | + "@nuxt/test-utils": "^3.15.1", |
| 71 | + "@release-it/conventional-changelog": "^9.0.3", |
| 72 | + "@tresjs/cientos": "^4.0.3", |
| 73 | + "@types/node": "^22.10.2", |
| 74 | + "@types/three": "^0.171.0", |
| 75 | + "changelogen": "^0.5.7", |
| 76 | + "eslint": "^9.17.0", |
| 77 | + "nuxt": "^3.14.1592", |
| 78 | + "playwright": "^1.49.1", |
| 79 | + "release-it": "^17.10.0", |
| 80 | + "three": "^0.171.0", |
| 81 | + "typescript": "^5.6.3", |
| 82 | + "vitest": "^2.1.8" |
84 | 83 | },
|
85 | 84 | "build": {
|
86 | 85 | "externals": [
|
|
0 commit comments