/
germanubis
/
yew
Обзор
Документация
Войти
/
germanubis
/
yew
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tools/benchmark-struct/package.json
29 строк
1 KB
伊欧
Prepare for 0.22 release (#3750)
17 дек 2024, 11:27
Не верифицирован
17 дек 2024, 11:27
d77cf01
Код
Авторство
О чём код?
{ "name": "js-framework-benchmark-keyed-yew", "version": "1.0.0", "description": "Benchmark for Yew", "license": "ISC", "js-framework-benchmark": { "frameworkVersion": "latest", "frameworkHomeURL": "https://yew.rs/", "issues": [ 1139 ] }, "scripts": { "build-prod": "echo This is a no-op. && echo Due to heavy dependencies, the generated javascript is already provided. && echo If you really want to rebuild from source use: && echo npm run build-prod-force", "build-prod-force": "rustup target add wasm32-unknown-unknown && cargo install wasm-pack && npx build-prod-without-tools-install", "build-prod-without-tools-install": "rimraf bundled-dist && wasm-pack build --release --target web --no-typescript --out-name js-framework-benchmark-yew --out-dir bundled-dist && cpr index.html bundled-dist/index.html && (cd bundled-dist && rimraf .gitignore README.md package.json)" }, "repository": { "type": "git", "url": "https://github.com/krausest/js-framework-benchmark.git" }, "devDependencies": { "cpr": "^3.0.1", "rimraf": "^2.6.3" }, "dependencies": { "js-framework-benchmark-keyed-yew": "file:" } }