|
65 | 65 | "@types/node": "^24.0.1", |
66 | 66 | "@voxpelli/tsconfig": "^15.0.0", |
67 | 67 | "auto-changelog": "^2.4.0", |
68 | | - "dependency-cruiser": "^16.3.3", |
69 | 68 | "gh-release": "^7.0.2", |
70 | 69 | "installed-check": "^9.3.0", |
71 | 70 | "jsonfeed-to-atom": "^1.2.5", |
|
91 | 90 | "test:neostandard": "eslint . --ignore-pattern 'test-cases/build-errors/src/**/*.js' --ignore-pattern 'test-cases/page-build-errors/src/**/*.js'", |
92 | 91 | "test:node-test": "c8 --reporter=lcov --reporter=text node --test --test-reporter spec", |
93 | 92 | "test:tsc": "tsc", |
94 | | - "test:deptree": "depcruise --validate .dependency-cruiser.json bin.js", |
95 | 93 | "build-examples": "run-p example:*", |
96 | 94 | "clean": "run-p clean:*", |
97 | 95 | "clean:public": "rm -rf public && mkdir -p public", |
|
108 | 106 | "example:default-layout": "cd examples/default-layout && npm i --production && npm run build", |
109 | 107 | "example:nested-dest": "cd examples/nested-dest && npm i --production && npm run build", |
110 | 108 | "example:uhtml-isomorphic": "cd examples/uhtml-isomorphic && npm i --production && npm run build", |
111 | | - "deps": "depcruise --exclude '^node_modules|^[a-zA-Z0-9\\_]+$' --output-type dot . | dot -T svg > dependencygraph.svg", |
112 | | - "deps3d": "depcruise --exclude '^node_modules|^[a-zA-Z0-9\\_]+$' --output-type plugin:dependency-cruiser/sample-3d-reporter-plugin --output-to 3d-dependency-graph.html .", |
113 | 109 | "start": "npm run watch" |
114 | 110 | }, |
115 | 111 | "funding": { |
|
0 commit comments