mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-26 03:27:30 +00:00
29 lines
854 B
JSON
29 lines
854 B
JSON
{
|
|
"name": "aspnet-webpack-react",
|
|
"version": "3.0.0",
|
|
"description": "Helpers for using Webpack with React in ASP.NET Core projects. Works in conjunction with the Microsoft.AspNetCore.SpaServices NuGet package.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"prepublish": "rimraf *.d.ts && tsc && echo 'Finished building NPM package \"aspnet-webpack-react\"'",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Microsoft",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/aspnet/JavaScriptServices/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/aspnet/JavaScriptServices.git"
|
|
},
|
|
"devDependencies": {
|
|
"@types/webpack": "^2.2.0",
|
|
"rimraf": "^2.5.4",
|
|
"typescript": "^2.0.0",
|
|
"webpack": "^2.2.0"
|
|
},
|
|
"peerDependencies": {
|
|
"webpack": "^2.2.0"
|
|
}
|
|
}
|