mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
68 lines
1.9 KiB
JSON
68 lines
1.9 KiB
JSON
{
|
|
"name": "@ionic/core",
|
|
"version": "0.0.2-29",
|
|
"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.8",
|
|
"@stencil/dev-server": "0.0.18-0",
|
|
"@stencil/utils": "latest",
|
|
"@types/jest": "^21.1.6",
|
|
"chromedriver": "^2.33.2",
|
|
"ionicons": "4.0.0-7",
|
|
"jest": "^21.2.1",
|
|
"mocha": "^4.0.1",
|
|
"np": "^2.17.0",
|
|
"sass-lint": "^1.12.1",
|
|
"selenium-webdriver": "^3.6.0",
|
|
"tslint": "^5.8.0",
|
|
"tslint-ionic-rules": "0.0.11"
|
|
},
|
|
"scripts": {
|
|
"build": "stencil build --docs",
|
|
"tsc": "./node_modules/.bin/tsc -p .",
|
|
"dev": "sd concurrent \"stencil build --dev --watch --docs\" \"stencil-dev-server\"",
|
|
"e2e": "node ./scripts/e2e",
|
|
"snapshot": "node ./scripts/e2e --snapshot",
|
|
"test": "jest --no-cache",
|
|
"test.watch": "jest --watch --no-cache",
|
|
"clean": "rm -rf dist",
|
|
"lint": "npm run tslint & npm run sass-lint",
|
|
"sass-lint": "sass-lint -v -q",
|
|
"tslint": "tslint --project .",
|
|
"tslint-fix": "tslint --project . --fix",
|
|
"validate": "npm run clean && npm run lint && npm run test && npm run build",
|
|
"deploy": "np --any-branch",
|
|
"version": "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",
|
|
"jest": {
|
|
"transform": {
|
|
"^.+\\.(js|ts|tsx)$": "<rootDir>/node_modules/@stencil/core/testing/jest.preprocessor.js"
|
|
},
|
|
"testRegex": "src/.*\\.spec\\.(ts|tsx|js)$",
|
|
"moduleFileExtensions": [
|
|
"ts",
|
|
"tsx",
|
|
"js",
|
|
"jsx",
|
|
"d.ts"
|
|
]
|
|
}
|
|
}
|