mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-24 16:17:15 +01:00
Bumps [webpack](https://github.com/webpack/webpack) from 5.93.0 to 5.94.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.93.0...v5.94.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
42 lines
1.5 KiB
JSON
42 lines
1.5 KiB
JSON
{
|
|
"name": "@trezor/connect-iframe",
|
|
"version": "9.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
|
|
"build:iframe": "TS_NODE_PROJECT=\"tsconfig.json\" yarn webpack --config ./webpack/prod.webpack.config.ts --stats-children",
|
|
"build:core-module": "TS_NODE_PROJECT=\"tsconfig.json\" yarn webpack --config ./webpack/core.webpack.config.ts --stats-children",
|
|
"build": "yarn rimraf build && yarn build:iframe && yarn build:core-module",
|
|
"___NOTE__": "iframe build is one of the prerequisites of suite-web. build:lib script provides it together with other libraries",
|
|
"build:lib": "yarn build",
|
|
"type-check": "yarn g:tsc --build tsconfig.json",
|
|
"test:unit": "yarn g:jest"
|
|
},
|
|
"dependencies": {
|
|
"@trezor/connect": "workspace:*",
|
|
"@trezor/connect-analytics": "workspace:*",
|
|
"@trezor/connect-common": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/preset-typescript": "^7.24.7",
|
|
"@trezor/env-utils": "workspace:*",
|
|
"babel-loader": "^9.1.3",
|
|
"copy-webpack-plugin": "^12.0.2",
|
|
"es6-promise": "^4.2.8",
|
|
"html-webpack-plugin": "^5.6.0",
|
|
"rimraf": "^6.0.1",
|
|
"terser-webpack-plugin": "^5.3.9",
|
|
"webpack": "^5.94.0",
|
|
"webpack-cli": "^5.1.4",
|
|
"webpack-merge": "^6.0.1",
|
|
"worker-loader": "^3.0.8"
|
|
},
|
|
"nx": {
|
|
"build": {
|
|
"outputs": [
|
|
"./build"
|
|
]
|
|
}
|
|
}
|
|
}
|