feat(react): add initial react code. (#16748)

This commit is contained in:
Josh Thomas
2018-12-14 14:54:28 -06:00
committed by GitHub
parent 4053f386fd
commit 33e0ae4afa
11 changed files with 184 additions and 114 deletions

View File

@@ -1,10 +1,11 @@
{
"name": "@ionic/react",
"version": "0.0.2-3",
"version": "0.0.1",
"description": "React specific wrapper for @ionic/core",
"keywords": [
"ionic",
"framework",
"react",
"mobile",
"app",
"hybrid",
@@ -32,11 +33,16 @@
"dist/"
],
"devDependencies": {
"@ionic/core": "next",
"@types/jest": "23.3.9",
"@types/node": "10.12.9",
"@types/react": "16.7.6",
"@types/react-dom": "16.0.9",
"react": "latest",
"react-dom": "latest"
"react-dom": "latest",
"typescript": "3.1.1"
},
"dependencies": {
"@stencil/core": "next"
"ionicons": "^4.5.0",
"@ionic/core": "4.0.0-beta.18"
}
}