mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
34 lines
958 B
JSON
34 lines
958 B
JSON
{
|
|
"name": "@ionic/core",
|
|
"version": "0.0.2-10",
|
|
"description": "Base components for Ionic",
|
|
"main": "dist/collection/index.js",
|
|
"types": "dist/collection/index.d.ts",
|
|
"collection": "dist/collection/collection-manifest.json",
|
|
"files": [
|
|
"dist/",
|
|
"README.md"
|
|
],
|
|
"devDependencies": {
|
|
"@stencil/core": "^0.0.5-10",
|
|
"@stencil/dev-server": "latest",
|
|
"@stencil/utils": "latest"
|
|
},
|
|
"scripts": {
|
|
"build": "stencil build",
|
|
"dev": "sd concurrent \"stencil build --dev --watch\" \"stencil-dev-server\"",
|
|
"publish": "npm run build && node scripts/publish.js && ../../node_modules/.bin/np --any-branch",
|
|
"test": "jest --no-cache"
|
|
},
|
|
"author": "Ionic Team",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ionic-team/ionic.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/ionic-team/ionic/issues"
|
|
},
|
|
"homepage": "https://github.com/ionic-team/ionic#readme"
|
|
}
|