forked from ionic-team/ionic-stencil-conference-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 943 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
{
"name": "ionic-stencil-conference-app",
"private": true,
"version": "0.0.1",
"description": "Stencil App Starter",
"scripts": {
"build": "stencil build --prerender",
"start": "stencil build --dev --watch --serve",
"serve": "stencil serve --root www",
"deploy": "npm run build && firebase deploy"
},
"dependencies": {
"@capacitor/core": "^1.3.0",
"@capacitor/ios": "^1.3.0",
"@ionic/core": "^4.11.2"
},
"devDependencies": {
"@capacitor/cli": "^1.3.0",
"@stencil/core": "^1.7.5",
"@types/jest": "^24.0.21",
"tslint": "^5.20.0",
"tslint-ionic-rules": "0.0.21",
"workbox-build": "4.3.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ionic-team/stencil-app-starter.git"
},
"author": "Ionic Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/ionic-team/stencil"
},
"homepage": "https://github.com/ionic-team/stencil"
}