forked from ionic-team/ionic-stencil-hn-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1008 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 1008 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
37
{
"name": "@stencil/starter",
"private": true,
"version": "0.0.1",
"description": "Stencil Starter App",
"files": [
"dist"
],
"scripts": {
"build": "stencil build --prerender",
"dev": "sd concurrent \"stencil build --dev --watch\" \"stencil-dev-server\" ",
"serve": "stencil-dev-server",
"start": "npm run dev",
"devTest": "sd concurrent \"stencil build --dev --watch\" \"http-server www/\" ",
"deploy": "npm run build && firebase deploy"
},
"dependencies": {
"@ionic/core": "0.1.5-1",
"@stencil/core": "0.7.6",
"@stencil/router": "0.0.28"
},
"devDependencies": {
"@stencil/dev-server": "latest",
"@stencil/sass": "0.0.3",
"@stencil/utils": "latest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ionic-team/stencil-starter.git"
},
"author": "Ionic Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/ionic-team/stencil"
},
"homepage": "https://github.com/ionic-team/stencil"
}