|
1 | 1 | {
|
2 | 2 | "name": "@tsparticles/cli",
|
3 |
| - "version": "2.0.5", |
| 3 | + "version": "2.3.2", |
4 | 4 | "license": "MIT",
|
5 | 5 | "bin": {
|
6 | 6 | "tsparticles-cli": "dist/cli.js"
|
|
16 | 16 | "prettify:readme": "prettier --write ./README.md",
|
17 | 17 | "lint": "eslint src --ext .js,.jsx,.ts,.tsx --fix",
|
18 | 18 | "lint:ci": "eslint src --ext .js,.jsx,.ts,.tsx",
|
| 19 | + "circular-deps": "madge --circular --extensions ts src", |
19 | 20 | "compile": "pnpm run build:ts",
|
20 | 21 | "compile:ci": "pnpm run build:ts",
|
21 | 22 | "build:ts": "pnpm run build:ts:cjs",
|
22 | 23 | "build:ts:cjs": "tsc -p src",
|
23 | 24 | "test": "cross-env TS_NODE_PROJECT='./tests/tsconfig.json' nyc mocha --timeout 300000",
|
24 |
| - "build": "pnpm run clear:dist && pnpm run prettify:src && pnpm run lint && pnpm run compile && pnpm run prettify:readme && chmod +x dist/cli.js && chmod +x dist/build/build.js && chmod +x dist/create/create.js && chmod +x dist/create/preset/preset.js", |
25 |
| - "build:ci": "pnpm run clear:dist && pnpm run prettify:ci:src && pnpm run lint:ci && pnpm run compile && pnpm run prettify:ci:readme", |
| 25 | + "build": "pnpm run clear:dist && pnpm run prettify:src && pnpm run lint && pnpm run compile && pnpm run circular-deps && pnpm run prettify:readme && chmod +x dist/cli.js && chmod +x dist/build/build.js && chmod +x dist/create/create.js && chmod +x dist/create/preset/preset.js", |
| 26 | + "build:ci": "pnpm run clear:dist && pnpm run prettify:ci:src && pnpm run lint:ci && pnpm run compile:ci && pnpm run prettify:ci:readme", |
26 | 27 | "clear:dist": "rimraf ./dist",
|
27 | 28 | "prepack": "pnpm run build",
|
28 | 29 | "version": "node scripts/postversion.js && git add files/empty-project/package.json"
|
29 | 30 | },
|
30 | 31 | "dependencies": {
|
31 |
| - "@tsparticles/eslint-config": "^2.1.0", |
32 |
| - "@tsparticles/prettier-config": "^2.1.0", |
33 |
| - "@tsparticles/tsconfig": "^2.0.1", |
34 |
| - "@tsparticles/webpack-plugin": "^2.1.0", |
35 |
| - "@typescript-eslint/eslint-plugin": "^6.19.1", |
36 |
| - "@typescript-eslint/parser": "^6.19.1", |
37 |
| - "commander": "^11.1.0", |
38 |
| - "eslint": "^8.56.0", |
| 32 | + "@tsparticles/eslint-config": "^2.2.1", |
| 33 | + "@tsparticles/prettier-config": "^2.1.6", |
| 34 | + "@tsparticles/tsconfig": "^2.1.7", |
| 35 | + "@tsparticles/webpack-plugin": "^2.2.1", |
| 36 | + "@typescript-eslint/eslint-plugin": "^7.1.0", |
| 37 | + "@typescript-eslint/parser": "^7.1.0", |
| 38 | + "commander": "^12.0.0", |
| 39 | + "eslint": "^8.57.0", |
39 | 40 | "eslint-config-prettier": "^9.1.0",
|
40 |
| - "eslint-plugin-jsdoc": "^48.0.4", |
| 41 | + "eslint-plugin-jsdoc": "^48.2.0", |
| 42 | + "eslint-plugin-prettier": "^5.1.3", |
41 | 43 | "eslint-plugin-tsdoc": "^0.2.17",
|
42 | 44 | "fs-extra": "^11.2.0",
|
43 | 45 | "klaw": "^4.1.0",
|
44 | 46 | "lookpath": "^1.2.2",
|
| 47 | + "madge": "^6.1.0", |
45 | 48 | "path-scurry": "^1.10.1",
|
46 |
| - "prettier": "^3.2.4", |
47 |
| - "prettier-plugin-multiline-arrays": "^3.0.1", |
| 49 | + "prettier": "^3.2.5", |
| 50 | + "prettier-plugin-multiline-arrays": "^3.0.4", |
48 | 51 | "prompts": "^2.4.2",
|
49 | 52 | "rimraf": "^5.0.5",
|
50 | 53 | "typescript": "^5.3.3",
|
51 |
| - "webpack": "^5.90.0" |
| 54 | + "webpack": "^5.90.3" |
52 | 55 | },
|
53 | 56 | "devDependencies": {
|
54 |
| - "@types/chai": "^4.3.11", |
| 57 | + "@babel/core": "^7.23.9", |
| 58 | + "@tsparticles/cli": "^2.2.4", |
| 59 | + "@tsparticles/engine": "^3.3.0", |
| 60 | + "@types/chai": "^4.3.12", |
| 61 | + "@types/eslint": "^8.56.5", |
55 | 62 | "@types/fs-extra": "^11.0.4",
|
56 | 63 | "@types/klaw": "^3.0.6",
|
| 64 | + "@types/madge": "^5.0.3", |
57 | 65 | "@types/mocha": "^10.0.6",
|
58 |
| - "@types/node": "^20.11.9", |
| 66 | + "@types/node": "^20.11.24", |
59 | 67 | "@types/prompts": "^2.4.9",
|
60 |
| - "chai": "^4.4.0", |
| 68 | + "@types/webpack-env": "^1.18.4", |
| 69 | + "@typescript-eslint/eslint-plugin": "^7.1.0", |
| 70 | + "@typescript-eslint/parser": "^7.1.0", |
| 71 | + "babel-loader": "^9.1.3", |
| 72 | + "browserslist": "^4.23.0", |
| 73 | + "chai": "^4.4.1", |
| 74 | + "copyfiles": "^2.4.1", |
61 | 75 | "cross-env": "^7.0.3",
|
62 |
| - "mocha": "^10.2.0", |
| 76 | + "mocha": "^10.3.0", |
63 | 77 | "nyc": "^15.1.0",
|
64 |
| - "ts-node": "^10.9.2" |
| 78 | + "terser-webpack-plugin": "^5.3.10", |
| 79 | + "ts-node": "^10.9.2", |
| 80 | + "webpack-bundle-analyzer": "^4.10.1", |
| 81 | + "webpack-cli": "^5.1.4" |
65 | 82 | },
|
66 | 83 | "description": "tsParticles CLI",
|
67 | 84 | "main": ".eslintrc.js",
|
|
0 commit comments