|
1 | 1 | { |
2 | 2 | "name": "@tresjs/post-processing", |
3 | | - "description": "Post-processing library for TresJS", |
4 | | - "version": "0.5.0", |
5 | 3 | "type": "module", |
| 4 | + "version": "0.5.0", |
| 5 | + "packageManager": "pnpm@8.10.2", |
| 6 | + "description": "Post-processing library for TresJS", |
6 | 7 | "author": "Alvaro Saburido <hola@alvarosaburido.dev> (https://github.com/alvarosabu/)", |
7 | | - "files": [ |
8 | | - "dist", |
9 | | - "*.d.ts" |
10 | | - ], |
11 | 8 | "license": "MIT", |
12 | | - "main": "./dist/tres-postprocessing.js", |
13 | | - "module": "./dist/tres-postprocessing.js", |
| 9 | + "keywords": [ |
| 10 | + "vue", |
| 11 | + "3d", |
| 12 | + "threejs", |
| 13 | + "three", |
| 14 | + "post-processing", |
| 15 | + "effects", |
| 16 | + "fx" |
| 17 | + ], |
14 | 18 | "exports": { |
15 | 19 | ".": { |
16 | 20 | "types": "./dist/index.d.ts", |
17 | 21 | "import": "./dist/tres-postprocessing.js" |
18 | 22 | }, |
19 | 23 | "./*": "./*" |
20 | 24 | }, |
| 25 | + "main": "./dist/tres-postprocessing.js", |
| 26 | + "module": "./dist/tres-postprocessing.js", |
| 27 | + "files": [ |
| 28 | + "dist", |
| 29 | + "*.d.ts" |
| 30 | + ], |
21 | 31 | "publishConfig": { |
22 | 32 | "access": "public" |
23 | 33 | }, |
24 | | - "keywords": [ |
25 | | - "vue", |
26 | | - "3d", |
27 | | - "threejs", |
28 | | - "three", |
29 | | - "post-processing", |
30 | | - "effects", |
31 | | - "fx" |
32 | | - ], |
33 | 34 | "scripts": { |
34 | | - "dev": "vite", |
| 35 | + "dev": "cd playground && npm run dev", |
35 | 36 | "playground": "cd playground && npm run dev", |
36 | 37 | "build": "vite build", |
37 | 38 | "preview": "vite preview", |
|
47 | 48 | "vue": ">=3.3" |
48 | 49 | }, |
49 | 50 | "dependencies": { |
50 | | - "@tresjs/core": "^3.4.1", |
51 | | - "@unocss/core": "^0.57.1", |
| 51 | + "@tresjs/core": "^3.5.0", |
| 52 | + "@unocss/core": "^0.57.2", |
52 | 53 | "@vueuse/core": "^10.5.0", |
53 | | - "postprocessing": "^6.33.2", |
54 | | - "three-stdlib": "^2.28.3" |
| 54 | + "postprocessing": "^6.33.3", |
| 55 | + "three-stdlib": "^2.28.5" |
55 | 56 | }, |
56 | 57 | "devDependencies": { |
57 | 58 | "@release-it/conventional-changelog": "^7.0.2", |
58 | 59 | "@tresjs/eslint-config-vue": "^0.2.1", |
59 | | - "@types/three": "^0.157.2", |
| 60 | + "@types/three": "^0.158.1", |
60 | 61 | "@vitejs/plugin-vue": "^4.4.0", |
61 | 62 | "gsap": "^3.12.2", |
62 | 63 | "kolorist": "^1.8.0", |
|
67 | 68 | "rollup-plugin-visualizer": "^5.9.2", |
68 | 69 | "three": "^0.158.0", |
69 | 70 | "typescript": "^5.2.2", |
70 | | - "unocss": "^0.57.1", |
| 71 | + "unocss": "^0.57.2", |
71 | 72 | "vite": "^4.5.0", |
72 | 73 | "vite-plugin-banner": "^0.7.1", |
73 | | - "vite-plugin-dts": "3.6.2", |
| 74 | + "vite-plugin-dts": "3.6.3", |
74 | 75 | "vite-svg-loader": "^4.0.0", |
75 | | - "vitepress": "1.0.0-rc.24", |
| 76 | + "vitepress": "1.0.0-rc.25", |
76 | 77 | "vue": "^3.3.7", |
77 | 78 | "vue-tsc": "^1.8.22" |
78 | 79 | } |
|
0 commit comments