Rust编写的JavaScript引擎,该项目是一个试验性质的项目。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

29 lines
824 B

{
"scripts": {
"build": "webpack",
"serve": "webpack-dev-server",
"e2e": "playwright test -c ./boa_wasm/e2e_test/playwright.config.ts",
"build:prod": "webpack --mode=production"
},
"devDependencies": {
"@playwright/test": "^1.35.1",
"@wasm-tool/wasm-pack-plugin": "^1.7.0",
"bootstrap": "^5.3.0",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.3",
"monaco-editor-webpack-plugin": "^7.0.1",
"prettier": "^3.0.0",
"style-loader": "^3.3.3",
"terser-webpack-plugin": "^5.3.9",
"webpack": "^5.88.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"dependencies": {
"mime-types": "^2.1.35",
"monaco-editor": "^0.39.0"
}
}