-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into unify-websec
- Loading branch information
Showing
7 changed files
with
212 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 25 additions & 0 deletions
25
...rver/src/main/resources/com/vaadin/flow/server/frontend/dependencies/default/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"name": "flow-default-dependencies", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"author": "Artur Signell", | ||
"license": "Apache-2.0", | ||
"dependencies": { | ||
"@polymer/polymer": "3.5.1", | ||
"@vaadin/common-frontend": "0.0.17", | ||
"@vaadin/router": "1.7.4", | ||
"construct-style-sheets-polyfill": "3.1.0", | ||
"lit": "2.3.0" | ||
}, | ||
"devDependencies": { | ||
"async": "3.2.2", | ||
"glob": "7.2.3", | ||
"typescript": "4.7.4", | ||
"workbox-core": "6.5.0", | ||
"workbox-precaching": "6.5.0" | ||
} | ||
} |
22 changes: 22 additions & 0 deletions
22
...-server/src/main/resources/com/vaadin/flow/server/frontend/dependencies/vite/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"name": "flow-vite-dependencies", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"author": "Artur Signell", | ||
"license": "Apache-2.0", | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"vite": "v3.1.0", | ||
"@rollup/plugin-replace": "3.1.0", | ||
"rollup-plugin-brotli": "3.1.0", | ||
"vite-plugin-checker": "0.4.9", | ||
"mkdirp": "1.0.4", | ||
"workbox-build": "6.5.0", | ||
"@rollup/pluginutils": "4.1.0", | ||
"transform-ast": "2.4.4" | ||
} | ||
} |
31 changes: 31 additions & 0 deletions
31
...rver/src/main/resources/com/vaadin/flow/server/frontend/dependencies/webpack/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"name": "flow-webpack-dependencies", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"author": "Artur Signell", | ||
"license": "Apache-2.0", | ||
"dependencies": { | ||
}, | ||
"devDependencies": { | ||
"esbuild-loader": "2.19.0", | ||
"html-webpack-plugin": "4.5.1", | ||
"fork-ts-checker-webpack-plugin": "6.2.1", | ||
"webpack": "4.46.0", | ||
"webpack-cli": "4.10.0", | ||
"webpack-dev-server": "4.10.0", | ||
"compression-webpack-plugin": "4.0.1", | ||
"extra-watch-webpack-plugin": "1.0.3", | ||
"webpack-merge": "4.2.2", | ||
"css-loader": "5.2.7", | ||
"extract-loader": "5.1.0", | ||
"lit-css-loader": "0.1.0", | ||
"file-loader": "6.2.0", | ||
"loader-utils": "2.0.0", | ||
"workbox-webpack-plugin": "6.5.0", | ||
"chokidar": "^3.5.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters