forked from ionic-team/ionic-stencil-conference-app
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 973 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 973 Bytes
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-stencil-conference-app",
"private": true,
"version": "0.0.1",
"description": "Stencil App Starter",
"scripts": {
"build": "stencil build",
"start": "stencil build --dev --watch --serve",
"serve": "stencil serve --root www",
"deploy": "npm run build && firebase deploy"
},
"dependencies": {
"@capacitor/core": "^1.0.0-beta.7",
"@capacitor/ios": "^1.0.0-beta.7",
"@ionic/core": "4.3.0"
},
"devDependencies": {
"@capacitor/cli": "^1.0.0-beta.0",
"@stencil/core": "^0.18.1",
"@types/jest": "^22.2.3",
"jest": "^22.4.3",
"tslint": "^5.16.0",
"tslint-ionic-rules": "0.0.21",
"workbox-build": "3.4.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"
}