mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
feat(react): add initial react code. (#16748)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user