mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
29 lines
732 B
JSON
29 lines
732 B
JSON
{
|
|
"name": "@ionic/core",
|
|
"version": "0.0.1",
|
|
"description": "Base components for Ionic",
|
|
"main": "dist/manifest.json",
|
|
"scripts": {
|
|
"build": "npm run clean && npm run copy.vendor && stencil collection",
|
|
"clean": "rm -Rf ./dist",
|
|
"copy.vendor": "mkdir -p ./dist/vendor && cp -Rf ./src/vendor ./dist",
|
|
"test": "jest"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ionic-team/ionic.git"
|
|
},
|
|
"dependencies": {
|
|
"@stencil/core": "^0.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"ionicons": "3.0.0"
|
|
},
|
|
"author": "Ionic Team",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/ionic-team/ionic/issues"
|
|
},
|
|
"homepage": "https://github.com/ionic-team/ionic#readme"
|
|
}
|