forked from ionic-team/ionic-stencil-conference-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json.orig
50 lines (50 loc) · 1.34 KB
/
package.json.orig
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
40
41
42
43
44
45
46
47
48
49
50
{
"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": {
<<<<<<< HEAD
"@capacitor/core": "^1.0.0-beta.24",
"@capacitor/ios": "^1.0.0-beta.24",
"@ionic/core": "one"
},
"devDependencies": {
"@capacitor/cli": "^1.0.0-beta.24",
"@stencil/core": "one",
"@types/jest": "^22.2.3",
"tslint": "^5.10.0",
"tslint-ionic-rules": "0.0.17",
"workbox-build": "4.3.1"
=======
"@capacitor/core": "^1.0.0-beta.7",
"@capacitor/ios": "^1.0.0-beta.7",
"@ionic/core": "4.4.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"
>>>>>>> 0caa5606dfb524f3fb3c8da61e9c0187b4b333c4
},
"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"
}