|
1 | 1 | {
|
2 |
| - "name": "js-framework-benchmark-blazor-wasm-aot", |
| 2 | + "name": "js-framework-benchmark-blazor-wasm", |
3 | 3 | "version": "1.0.0",
|
4 |
| - "description": "Blazor WebAssembly AOT demo", |
| 4 | + "description": "Blazor WebAssembly demo", |
5 | 5 | "js-framework-benchmark": {
|
6 | 6 | "frameworkVersion": "6.0.1",
|
7 |
| - "customURL": "/dist/wwwroot/" |
| 7 | + "customURL": "/bundeled-dist/wwwroot/" |
8 | 8 | },
|
9 | 9 | "scripts": {
|
10 |
| - "postinstall": "run-script-os", |
11 |
| - "postinstall:win32": "dotnet-install.cmd", |
12 |
| - "postinstall:nix": "./dotnet-install.sh", |
| 10 | + "install": "echo This is a no-op. && echo Due to heavy dependencies, the generated javascript is already provided. && echo If you really want to clone reflex-dom\\'s benchmark and build system use: && echo npm run install-force", |
| 11 | + "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", |
| 12 | + "install-force": "run-script-os", |
| 13 | + "install-force:win32": "dotnet-install.cmd", |
| 14 | + "install-force:nix": "./dotnet-install.sh", |
13 | 15 | "build-dev": "run-script-os",
|
14 | 16 | "build-dev:win32": "cross-env DOTNET_CLI_TELEMETRY_OPTOUT=0 ./dotnet/dotnet.exe build ./src/ -c Debug",
|
15 | 17 | "build-dev:nix": "cross-env DOTNET_CLI_TELEMETRY_OPTOUT=0 ./dotnet/dotnet build ./src/ -c Debug",
|
16 |
| - "build-prod": "run-script-os", |
17 |
| - "build-prod:win32": "cross-env DOTNET_CLI_TELEMETRY_OPTOUT=0 ./dotnet/dotnet.exe publish ./src/ -c Release -o ./dist", |
18 |
| - "build-prod:nix": "cross-env DOTNET_CLI_TELEMETRY_OPTOUT=0 ./dotnet/dotnet publish ./src/ -c Release -o ./dist" |
| 18 | + "build-prod-force": "rimraf bundeled-dist && run-script-os", |
| 19 | + "build-prod-force:win32": "cross-env DOTNET_CLI_TELEMETRY_OPTOUT=0 ./dotnet/dotnet.exe publish ./src/ -c Release -o ./bundeled-dist", |
| 20 | + "build-prod-force:nix": "cross-env DOTNET_CLI_TELEMETRY_OPTOUT=0 ./dotnet/dotnet publish ./src/ -c Release -o ./bundeled-dist" |
19 | 21 | },
|
20 | 22 | "keywords": [
|
21 | 23 | "blazor",
|
|
29 | 31 | "type": "git",
|
30 | 32 | "url": "https://github.com/krausest/js-framework-benchmark.git"
|
31 | 33 | },
|
32 |
| - "dependencies": {}, |
| 34 | + "dependencies": { |
| 35 | + }, |
33 | 36 | "devDependencies": {
|
| 37 | + "rimraf": "^3.0.2", |
34 | 38 | "cross-env": "^7.0.2",
|
35 | 39 | "run-script-os": "1.1.1"
|
36 | 40 | }
|
|
0 commit comments