|
29 | 29 | "version": "node scripts/postversion.js && git add files/empty-project/package.json"
|
30 | 30 | },
|
31 | 31 | "dependencies": {
|
32 |
| - "@tsparticles/eslint-config": "^2.1.4", |
33 |
| - "@tsparticles/prettier-config": "^2.1.0", |
| 32 | + "@tsparticles/eslint-config": "^2.2.0", |
| 33 | + "@tsparticles/prettier-config": "^2.1.6", |
34 | 34 | "@tsparticles/tsconfig": "^2.1.7",
|
35 |
| - "@tsparticles/webpack-plugin": "^2.1.6", |
| 35 | + "@tsparticles/webpack-plugin": "^2.2.0", |
36 | 36 | "@typescript-eslint/eslint-plugin": "^7.1.0",
|
37 | 37 | "@typescript-eslint/parser": "^7.1.0",
|
38 | 38 | "commander": "^12.0.0",
|
|
53 | 53 | "webpack": "^5.90.3"
|
54 | 54 | },
|
55 | 55 | "devDependencies": {
|
| 56 | + "@babel/core": "^7.23.9", |
| 57 | + "@tsparticles/cli": "^2.2.4", |
| 58 | + "@tsparticles/engine": "^3.3.0", |
56 | 59 | "@types/chai": "^4.3.12",
|
| 60 | + "@types/eslint": "^8.56.5", |
57 | 61 | "@types/fs-extra": "^11.0.4",
|
58 | 62 | "@types/klaw": "^3.0.6",
|
59 | 63 | "@types/madge": "^5.0.3",
|
60 | 64 | "@types/mocha": "^10.0.6",
|
61 |
| - "@types/node": "^20.11.20", |
| 65 | + "@types/node": "^20.11.24", |
62 | 66 | "@types/prompts": "^2.4.9",
|
| 67 | + "@types/webpack-env": "^1.18.4", |
| 68 | + "@typescript-eslint/eslint-plugin": "^7.1.0", |
| 69 | + "@typescript-eslint/parser": "^7.1.0", |
| 70 | + "babel-loader": "^9.1.3", |
| 71 | + "browserslist": "^4.23.0", |
63 | 72 | "chai": "^4.4.1",
|
| 73 | + "copyfiles": "^2.4.1", |
64 | 74 | "cross-env": "^7.0.3",
|
65 | 75 | "mocha": "^10.3.0",
|
66 | 76 | "nyc": "^15.1.0",
|
67 |
| - "ts-node": "^10.9.2" |
| 77 | + "terser-webpack-plugin": "^5.3.10", |
| 78 | + "ts-node": "^10.9.2", |
| 79 | + "webpack-bundle-analyzer": "^4.10.1", |
| 80 | + "webpack-cli": "^5.1.4" |
68 | 81 | },
|
69 | 82 | "description": "tsParticles CLI",
|
70 | 83 | "main": ".eslintrc.js",
|
|
0 commit comments