mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
42 lines
1.3 KiB
JSON
42 lines
1.3 KiB
JSON
{
|
|
"name": "@ionic/core",
|
|
"version": "0.0.2-19",
|
|
"description": "Base components for Ionic",
|
|
"main": "dist/collection/index.js",
|
|
"types": "dist/collection/index.d.ts",
|
|
"browser": "dist/ionic.js",
|
|
"collection": "dist/collection/collection-manifest.json",
|
|
"files": [
|
|
"dist/"
|
|
],
|
|
"devDependencies": {
|
|
"@stencil/core": "0.0.6-0",
|
|
"@stencil/dev-server": "latest",
|
|
"@stencil/utils": "latest",
|
|
"ionicons": "^4.0.0-6",
|
|
"tslint": "^5.7.0",
|
|
"tslint-ionic-rules": "0.0.11"
|
|
},
|
|
"scripts": {
|
|
"build": "stencil build",
|
|
"dev": "sd concurrent \"stencil build --dev --watch\" \"stencil-dev-server\"",
|
|
"test": "jest --no-cache",
|
|
"clean": "rm -rf dist",
|
|
"lint": "./node_modules/.bin/tslint --project .",
|
|
"lint-fix": "./node_modules/.bin/tslint --project . --fix",
|
|
"validate": "npm run clean && npm run lint && npm run test && npm run build",
|
|
"deploy": "../../node_modules/.bin/np --any-branch",
|
|
"preversion": "npm run lint && npm run build"
|
|
},
|
|
"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"
|
|
}
|