mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 5.2.1 to 5.2.4. - [Release notes](https://github.com/webpack/webpack-dev-server/releases) - [Changelog](https://github.com/webpack/webpack-dev-server/blob/main/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-dev-server/compare/v5.2.1...v5.2.4) --- updated-dependencies: - dependency-name: webpack-dev-server dependency-version: 5.2.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
41 lines
1.2 KiB
JSON
41 lines
1.2 KiB
JSON
{
|
|
"name": "app",
|
|
"version": "1.0.0",
|
|
"description": "Bindings to the RustPython library for WebAssembly",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"@codemirror/lang-python": "^6.1.6",
|
|
"@xterm/addon-fit": "^0.10.0",
|
|
"@xterm/xterm": "^5.3.0",
|
|
"codemirror": "^6.0.1",
|
|
"upgrade": "^1.1.0",
|
|
"xterm-readline": "^1.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@wasm-tool/wasm-pack-plugin": "^1.7.0",
|
|
"css-loader": "^7.1.2",
|
|
"html-webpack-plugin": "^5.6.3",
|
|
"mini-css-extract-plugin": "^2.9.2",
|
|
"serve": "^14.2.6",
|
|
"webpack": "^5.105.0",
|
|
"webpack-cli": "^6.0.1",
|
|
"webpack-dev-server": "^5.2.4"
|
|
},
|
|
"scripts": {
|
|
"dev": "webpack serve",
|
|
"build": "webpack",
|
|
"dist": "webpack --mode production",
|
|
"test": "webpack --mode production && cd ../tests && pytest -v"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/RustPython/RustPython.git"
|
|
},
|
|
"author": "Ryan Liddle",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/RustPython/RustPython/issues"
|
|
},
|
|
"homepage": "https://github.com/RustPython/RustPython#readme"
|
|
}
|