projecte_ionic/node_modules/@ionic/core/package.json
2022-02-09 18:30:03 +01:00

140 lines
4.5 KiB
JSON
Executable file

{
"_from": "@ionic/core@5.8.5",
"_id": "@ionic/core@5.8.5",
"_inBundle": false,
"_integrity": "sha512-KUT3kKcON606FBJBZcAZn2c62OfPhVR/LQO260FH3znUmpZbqD2/Zm1LOTCxluiG9H6UIe8TVo9n8BgsKxCygA==",
"_location": "/@ionic/core",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@ionic/core@5.8.5",
"name": "@ionic/core",
"escapedName": "@ionic%2fcore",
"scope": "@ionic",
"rawSpec": "5.8.5",
"saveSpec": null,
"fetchSpec": "5.8.5"
},
"_requiredBy": [
"/@ionic/angular"
],
"_resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.8.5.tgz",
"_shasum": "c967fdfa6e554f63f90227c04d2821c758a680cb",
"_spec": "@ionic/core@5.8.5",
"_where": "/home/jack/Documents/JDA/m14/projecte_janmaroto/node_modules/@ionic/angular",
"author": {
"name": "Ionic Team"
},
"bugs": {
"url": "https://github.com/ionic-team/ionic/issues"
},
"bundleDependencies": false,
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
"dependencies": {
"@stencil/core": "^2.4.0",
"ionicons": "^5.5.3",
"tslib": "^2.1.0"
},
"deprecated": false,
"description": "Base components for Ionic",
"devDependencies": {
"@axe-core/puppeteer": "^4.1.1",
"@jest/core": "^26.6.3",
"@rollup/plugin-node-resolve": "^8.4.0",
"@rollup/plugin-virtual": "^2.0.3",
"@stencil/sass": "1.3.2",
"@stencil/vue-output-target": "^0.4.3",
"@types/jest": "^26.0.20",
"@types/node": "^14.6.0",
"@types/puppeteer": "5.4.3",
"@types/swiper": "5.4.0",
"aws-sdk": "^2.738.0",
"clean-css-cli": "^4.1.11",
"domino": "^2.1.6",
"execa": "^5.0.0",
"fs-extra": "^9.0.1",
"jest": "^26.4.1",
"jest-cli": "^26.4.1",
"np": "^6.4.0",
"pixelmatch": "4.0.2",
"puppeteer": "^7.0.1",
"rollup": "^2.26.4",
"sass": "^1.26.10",
"stylelint": "^13.6.1",
"stylelint-order": "^4.1.0",
"swiper": "5.4.1",
"tslint": "^6.1.3",
"tslint-ionic-rules": "0.0.21",
"tslint-react": "^5.0.0",
"typescript": "^4.0.5"
},
"es2015": "dist/esm/index.js",
"es2017": "dist/esm/index.js",
"files": [
"components/",
"css/",
"dist/",
"hydrate/",
"loader/"
],
"homepage": "https://ionicframework.com/",
"jest": {
"preset": "@stencil/core/testing"
},
"jsnext:main": "dist/esm/index.js",
"keywords": [
"ionic",
"framework",
"stencil",
"mobile",
"app",
"webapp",
"capacitor",
"cordova",
"electron",
"progressive web app",
"pwa"
],
"license": "MIT",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"name": "@ionic/core",
"repository": {
"type": "git",
"url": "git+https://github.com/ionic-team/ionic.git"
},
"scripts": {
"build": "npm run clean && npm run build.css && stencil build --docs --es5 --docs-json dist/docs.json && npm run cdnloader",
"build.css": "npm run css.sass && npm run css.minify",
"build.debug": "npm run clean && stencil build --debug",
"build.docs": "stencil build --docs",
"build.docs.json": "stencil build --docs-json dist/docs.json",
"cdnloader": "node scripts/copy-cdn-loader.js",
"clean": "node scripts/clean.js",
"css.minify": "cleancss -O2 -o ./css/ionic.bundle.css ./css/ionic.bundle.css",
"css.sass": "sass src/css:./css",
"lint": "npm run lint.ts && npm run lint.sass",
"lint.fix": "npm run lint.ts.fix && npm run lint.sass.fix",
"lint.sass": "stylelint \"src/**/*.scss\"",
"lint.sass.fix": "npm run lint.sass -- --fix",
"lint.ts": "tslint --project .",
"lint.ts.fix": "tslint --project . --fix",
"prerelease": "npm run validate && np prerelease --yolo --any-branch --tag next",
"prerender.e2e": "node scripts/testing/prerender.js",
"start": "npm run build.css && stencil build --dev --watch --serve",
"test": "stencil test --spec --e2e --max-workers=2",
"test.e2e": "stencil test --e2e --max-workers=2",
"test.screenshot": "stencil test --e2e --screenshot --screenshot-connector=scripts/screenshot/dev.js",
"test.screenshot.ci": "stencil test --e2e --screenshot --screenshot-connector=scripts/screenshot/ci.js --ci",
"test.spec": "stencil test --spec --max-workers=2",
"test.spec.debug": "npx --node-arg=\"--inspect-brk\" stencil test --spec",
"test.treeshake": "node scripts/treeshaking.js dist/index.js",
"test.watch": "jest --watch --no-cache",
"validate": "npm run lint && npm run test && npm run build && npm run test.treeshake"
},
"types": "dist/types/interface.d.ts",
"version": "5.8.5"
}