123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "name": "@ionic/pwa-elements",
- "version": "3.3.0",
- "description": "Stencil Component Starter",
- "main": "dist/index.cjs.js",
- "unpkg": "dist/ionicpwaelements/ionicpwaelements.js",
- "types": "dist/types/index.d.ts",
- "module": "dist/index.js",
- "collection": "dist/collection/collection-manifest.json",
- "files": [
- "dist/",
- "loader/"
- ],
- "scripts": {
- "build": "stencil build",
- "start": "stencil build --dev --watch --serve",
- "release": "np",
- "version": "npm run build"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/ionic-team/ionic-pwa-elements.git"
- },
- "author": "Ionic Team",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/ionic-team/ionic-pwa-elements"
- },
- "homepage": "https://github.com/ionic-team/ionic-pwa-elements",
- "devDependencies": {
- "@stencil/core": "^3.4.0",
- "np": "^8.0.4",
- "workbox-build": "^7.0.0"
- },
- "engines": {
- "node": ">=16.0.0",
- "npm": ">=8.0.0"
- }
- }
|