38 lines
1.4 KiB
JSON
38 lines
1.4 KiB
JSON
{
|
|
"name": "microsoft.aspnetcore.components.web.js",
|
|
"private": true,
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"preclean": "yarn install --mutex network",
|
|
"clean": "node node_modules/rimraf/bin.js ./dist/Debug ./dist/Release",
|
|
"prebuild": "yarn run clean && yarn install --mutex network",
|
|
"build": "yarn run build:debug && yarn run build:production",
|
|
"build:debug": "cd src && node ../node_modules/webpack-cli/bin/cli.js --mode development --config ./webpack.config.js",
|
|
"build:production": "cd src && node ../node_modules/webpack-cli/bin/cli.js --mode production --config ./webpack.config.js",
|
|
"test": "jest"
|
|
},
|
|
"devDependencies": {
|
|
"@aspnet/signalr": "link:../../SignalR/clients/ts/signalr",
|
|
"@aspnet/signalr-protocol-msgpack": "link:../../SignalR/clients/ts/signalr-protocol-msgpack",
|
|
"@dotnet/jsinterop": "https://dotnet.myget.org/F/aspnetcore-dev/npm/@dotnet/jsinterop/-/@dotnet/jsinterop-3.0.0-preview9.19415.3.tgz",
|
|
"@types/emscripten": "^1.39.3",
|
|
"@types/jest": "^24.9.1",
|
|
"@types/jsdom": "11.0.6",
|
|
"@typescript-eslint/eslint-plugin": "^1.13.0",
|
|
"@typescript-eslint/parser": "^1.13.0",
|
|
"eslint": "^5.16.0",
|
|
"jest": "^24.9.0",
|
|
"rimraf": "^2.7.1",
|
|
"ts-jest": "^24.3.0",
|
|
"ts-loader": "^4.4.1",
|
|
"typescript": "^3.8.3",
|
|
"webpack": "^4.42.1",
|
|
"webpack-cli": "^3.3.11"
|
|
},
|
|
"resolutions": {
|
|
"**/set-value": "^2.0.1"
|
|
}
|
|
}
|