AP-63 (#85)
closes #63 Reviewed-on: #85
This commit was merged in pull request #85.
This commit is contained in:
39
frontend/node_modules/@ionic/pwa-elements/package.json
generated
vendored
Normal file
39
frontend/node_modules/@ionic/pwa-elements/package.json
generated
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user