webpack-config-single-spa-react-ts
Version:
Shareable webpack config for single-spa react projects that use typescript
36 lines • 957 B
JSON
{
"name": "webpack-config-single-spa-react-ts",
"version": "8.0.0",
"description": "Shareable webpack config for single-spa react projects that use typescript",
"keywords": [
"single-spa",
"microfrontends",
"webpack",
"react",
"typescript"
],
"author": "Joel Denning <joeldenning@gmail.com>",
"homepage": "https://github.com/single-spa/create-single-spa/tree/master/packages/webpack-config-single-spa-react-ts",
"license": "MIT",
"main": "lib/webpack-config-single-spa-react-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": {
"webpack-config-single-spa-ts": "8.0.0",
"webpack-config-single-spa-react": "8.0.0"
},
"scripts": {
"test": "echo 'No tests yet'"
}
}