|
37 | 37 | "watch": "rollup -c -w" |
38 | 38 | }, |
39 | 39 | "devDependencies": { |
40 | | - "@playcanvas/eslint-config": "^2.0.8", |
41 | | - "@rollup/plugin-commonjs": "^28.0.2", |
42 | | - "@rollup/plugin-node-resolve": "^16.0.0", |
43 | | - "@rollup/plugin-terser": "^0.4.4", |
44 | | - "@rollup/plugin-typescript": "^12.1.2", |
45 | | - "@tweenjs/tween.js": "^25.0.0", |
46 | | - "@typescript-eslint/eslint-plugin": "^8.19.1", |
47 | | - "@typescript-eslint/parser": "^8.19.1", |
48 | | - "concurrently": "^9.1.2", |
49 | | - "earcut": "^3.0.1", |
50 | | - "eslint": "^9.17.0", |
51 | | - "eslint-import-resolver-typescript": "^3.7.0", |
52 | | - "globals": "^15.14.0", |
53 | | - "opentype.js": "^1.3.4", |
54 | | - "playcanvas": "^2.3.3", |
55 | | - "rollup": "^4.30.1", |
56 | | - "serve": "^14.2.4", |
57 | | - "tslib": "^2.8.1", |
58 | | - "typedoc": "^0.27.6", |
59 | | - "typedoc-plugin-mdn-links": "^4.0.7", |
60 | | - "typescript": "^5.7.3" |
| 40 | + "@playcanvas/eslint-config": "2.0.8", |
| 41 | + "@rollup/plugin-commonjs": "28.0.2", |
| 42 | + "@rollup/plugin-node-resolve": "16.0.0", |
| 43 | + "@rollup/plugin-terser": "0.4.4", |
| 44 | + "@rollup/plugin-typescript": "12.1.2", |
| 45 | + "@tweenjs/tween.js": "25.0.0", |
| 46 | + "@typescript-eslint/eslint-plugin": "8.19.1", |
| 47 | + "@typescript-eslint/parser": "8.19.1", |
| 48 | + "concurrently": "9.1.2", |
| 49 | + "earcut": "3.0.1", |
| 50 | + "eslint": "9.17.0", |
| 51 | + "eslint-import-resolver-typescript": "3.7.0", |
| 52 | + "globals": "15.14.0", |
| 53 | + "opentype.js": "1.3.4", |
| 54 | + "playcanvas": "2.3.3", |
| 55 | + "rollup": "4.30.1", |
| 56 | + "serve": "14.2.4", |
| 57 | + "tslib": "2.8.1", |
| 58 | + "typedoc": "0.27.6", |
| 59 | + "typedoc-plugin-mdn-links": "4.0.7", |
| 60 | + "typescript": "5.7.3" |
61 | 61 | } |
62 | 62 | } |
0 commit comments