forked from VIFteam/devfest2017-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 846 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
{
"name": "@stencil/starter",
"private": true,
"version": "0.0.1",
"description": "Stencil Starter App",
"files": [
"dist"
],
"scripts": {
"st:generate": "node scripts/generate.js",
"build": "stencil build",
"dev": "sd concurrent \"stencil build --dev --watch\" \"stencil-dev-server\" ",
"serve": "stencil-dev-server",
"start": "npm run dev"
},
"dependencies": {
"@stencil/core": "next",
"@stencil/router": "latest"
},
"devDependencies": {
"@stencil/dev-server": "latest",
"@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"
}