mirror of
https://github.com/bendtherules/ts-transformer-visualizer.git
synced 2026-08-19 00:35:13 +00:00
example - add routing
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
"prop-types": "^15.6.2",
|
||||
"react": "^16.4.1",
|
||||
"react-dom": "^16.4.1",
|
||||
"react-router-dom": "^5.1.2",
|
||||
"ts-transformer-visualizer": "link:..",
|
||||
"typescript": "^3.7.5"
|
||||
},
|
||||
@@ -17,12 +18,16 @@
|
||||
"test": "react-scripts-ts test --env=jsdom"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@jpavon/react-scripts-ts": "^1.2.2"
|
||||
"@jpavon/react-scripts-ts": "^1.2.2",
|
||||
"@types/react-router-dom": "^5.1.3"
|
||||
},
|
||||
"browserslist": [
|
||||
">0.2%",
|
||||
"not dead",
|
||||
"not ie <= 11",
|
||||
"not op_mini all"
|
||||
]
|
||||
],
|
||||
"resolutions": {
|
||||
"@types/react": "^16.4.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user