Files
ionic-framework/packages/core/package.json
Adam Bradley 9b20fe8656 chore(): merge package updates
# Conflicts:
#	packages/core/package.json
#	packages/core/src/components/icon/icon.tsx
#	packages/core/src/components/slides/slides.tsx
2017-07-18 14:14:57 -05:00

30 lines
760 B
JSON

{
"name": "@ionic/core",
"version": "0.0.1",
"description": "Base components for Ionic",
"main": "dist/collection/collection-manifest.json",
"scripts": {
"build": "stencil build --prod",
"dev": "concurrently --raw \"stencil build --watch\" \"stencil-dev-server\"",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ionic-team/ionic.git"
},
"dependencies": {
"@stencil/core": "0.0.2-7"
},
"devDependencies": {
"@stencil/dev-server": "0.0.9",
"concurrently": "^3.5.0",
"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"
}