mirror of https://github.com/boa-dev/boa.git
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
825 B
29 lines
825 B
{ |
|
"scripts": { |
|
"build": "webpack", |
|
"serve": "webpack-dev-server", |
|
"e2e": "playwright test -c ./ffi/wasm/e2e_test/playwright.config.ts", |
|
"build:prod": "webpack --mode=production" |
|
}, |
|
"devDependencies": { |
|
"@playwright/test": "^1.41.0", |
|
"@wasm-tool/wasm-pack-plugin": "^1.7.0", |
|
"bootstrap": "^5.3.2", |
|
"clean-webpack-plugin": "^4.0.0", |
|
"copy-webpack-plugin": "^12.0.2", |
|
"css-loader": "^6.9.0", |
|
"file-loader": "^6.2.0", |
|
"html-webpack-plugin": "^5.6.0", |
|
"monaco-editor-webpack-plugin": "^7.1.0", |
|
"prettier": "^3.2.4", |
|
"style-loader": "^3.3.4", |
|
"terser-webpack-plugin": "^5.3.10", |
|
"webpack": "^5.89.0", |
|
"webpack-cli": "^5.1.4", |
|
"webpack-dev-server": "^4.15.1" |
|
}, |
|
"dependencies": { |
|
"mime-types": "^2.1.35", |
|
"monaco-editor": "^0.45.0" |
|
} |
|
}
|
|
|