-
Notifications
You must be signed in to change notification settings - Fork 51
/
Copy pathpackage.json
39 lines (39 loc) · 1003 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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 --no-tests",
"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"
}
}