forked from ionic-team/pwa-elements
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 957 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
{
"name": "@ionic/pwa-elements",
"version": "3.1.1",
"description": "Stencil Component Starter",
"main": "dist/index.js",
"unpkg": "dist/ionicpwaelements/ionicpwaelements.js",
"types": "dist/types/index.d.ts",
"module": "dist/index.mjs",
"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",
"prepare": "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": "^1.8.11",
"np": "^6.5.0",
"workbox-build": "^4.3.1"
}
}