|
9 | 9 | "api-docs:build": "yarn analyze && yarn workspace api-docs generate ../analysis.json && yarn workspace api-docs build", |
10 | 10 | "debug": "yarn test --watch", |
11 | 11 | "debug:it": "yarn test --watch --config web-test-runner-it.config.js", |
12 | | - "dist": "rimraf dist && yarn analyze && rollup -c rollup.config.js && cp analysis.json dist", |
13 | | - "docs": "yarn analyze && web-dev-server --node-resolve --open", |
14 | 12 | "icons": "lerna run icons", |
15 | 13 | "lint": "npm-run-all --parallel lint:*", |
16 | 14 | "lint:css": "stylelint --ignore-path .gitignore \"packages/**/src/**/*.js\" \"packages/**/*.css\" \"dev/**/*.html\"", |
|
39 | 37 | "update:snapshots": "yarn test --config web-test-runner-snapshots.config.js --update-snapshots" |
40 | 38 | }, |
41 | 39 | "devDependencies": { |
42 | | - "@polymer/iron-component-page": "^4.0.1", |
43 | | - "@rollup/plugin-terser": "^0.4.4", |
44 | 40 | "@types/mocha": "^10.0.7", |
45 | 41 | "@types/sinon": "^17.0.3", |
46 | 42 | "@ungap/structured-clone": "^1.3.0", |
47 | 43 | "@vaadin/testing-helpers": "^2.0.0", |
48 | 44 | "@web/dev-server": "^0.4.6", |
49 | 45 | "@web/dev-server-esbuild": "^1.0.4", |
50 | | - "@web/rollup-plugin-html": "~2.1.0", |
51 | 46 | "@web/test-runner": "^0.20.2", |
52 | 47 | "@web/test-runner-playwright": "^0.11.1", |
53 | 48 | "@web/test-runner-saucelabs": "^0.13.0", |
|
73 | 68 | "prettier": "^3.6.0", |
74 | 69 | "prettier-plugin-package": "^1.4.0", |
75 | 70 | "replace-in-file": "^8.3.0", |
76 | | - "rimraf": "^6.0.1", |
77 | | - "rollup": "^4.4.0", |
78 | 71 | "stylelint": "^16.23.0", |
79 | 72 | "stylelint-config-html": "^1.1.0", |
80 | 73 | "stylelint-config-vaadin": "^1.0.0-alpha.2", |
|
0 commit comments