forked from Rust-related/RustPython
43 lines
1.3 KiB
JSON
43 lines
1.3 KiB
JSON
{
|
|
"name": "app",
|
|
"version": "1.0.0",
|
|
"description": "Bindings to the RustPython library for WebAssembly",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"codemirror": "^5.42.0",
|
|
"file-loader": "^6.1.0",
|
|
"katex": "^0.12.0",
|
|
"local-echo": "^0.2.0",
|
|
"marked": "^1.1.1",
|
|
"xterm": "^3.8.0"
|
|
},
|
|
"devDependencies": {
|
|
"@wasm-tool/wasm-pack-plugin": "^1.1.0",
|
|
"clean-webpack-plugin": "^3.0.0",
|
|
"css-loader": "^3.4.1",
|
|
"html-webpack-plugin": "^3.2.0",
|
|
"mini-css-extract-plugin": "^0.9.0",
|
|
"raw-loader": "^4.0.0",
|
|
"serve": "^11.0.2",
|
|
"webpack": "^4.16.3",
|
|
"webpack-cli": "^3.1.0",
|
|
"webpack-dev-server": "^3.1.5"
|
|
},
|
|
"scripts": {
|
|
"dev": "webpack-dev-server -d",
|
|
"build": "webpack",
|
|
"dist": "webpack --mode production",
|
|
"test": "webpack --mode production && cd ../tests && pytest"
|
|
},
|
|
"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"
|
|
}
|