mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(packages): move the packages to root
This commit is contained in:
43
react/package.json
Normal file
43
react/package.json
Normal file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"name": "@ionic/react",
|
||||
"version": "0.0.2-3",
|
||||
"description": "React specific wrapper for @ionic/core",
|
||||
"keywords": [
|
||||
"ionic",
|
||||
"framework",
|
||||
"mobile",
|
||||
"app",
|
||||
"hybrid",
|
||||
"webapp",
|
||||
"cordova",
|
||||
"progressive web app",
|
||||
"pwa"
|
||||
],
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/ionic-team/ionic.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "npm run clean && npm run compile",
|
||||
"clean": "rm -rf dist",
|
||||
"compile": "npm run tsc",
|
||||
"deploy": "np --any-branch",
|
||||
"tsc": "tsc -p ."
|
||||
},
|
||||
"main": "./dist/index.js",
|
||||
"module": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
"files": [
|
||||
"dist/"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@ionic/core": "next",
|
||||
"react": "latest",
|
||||
"react-dom": "latest",
|
||||
"typescript": "~2.5.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@stencil/core": "next"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user