webpack-config-single-spa-ts
Version:
webpack-config for single-spa + typescript
40 lines • 1 kB
JSON
{
"name": "webpack-config-single-spa-ts",
"version": "8.0.0",
"description": "webpack-config for single-spa + typescript",
"keywords": [
"single-spa",
"microfrontends",
"typescript",
"webpack"
],
"author": "Joel Denning <joeldenning@gmail.com>",
"homepage": "https://github.com/single-spa/create-single-spa/tree/master/packages/webpack-config-single-spa-ts",
"license": "MIT",
"main": "lib/webpack-config-single-spa-ts.js",
"directories": {
"lib": "lib"
},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/single-spa/create-single-spa.git"
},
"bugs": {
"url": "https://github.com/single-spa/create-single-spa/issues"
},
"dependencies": {
"fork-ts-checker-webpack-plugin": "^8.0.0",
"typescript": "^4.1.2",
"webpack-merge": "^5.8.0",
"webpack-config-single-spa": "8.0.0"
},
"peerDependencies": {
"typescript": ">=4"
},
"scripts": {
"test": "echo 'No tests yet'"
}
}