-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 844 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 844 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
{
"name": "@stencil/nerdic-demo",
"private": true,
"version": "0.0.2",
"description": "Nerdic Coder Stencil Demo App",
"files": [
"dist"
],
"scripts": {
"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": "0.0.4"
},
"devDependencies": {
"@stencil/dev-server": "latest",
"@stencil/utils": "latest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TheNerdicCoder/stencil-demo.git"
},
"author": "The Nerdic Coder",
"license": "MIT",
"bugs": {
"url": "https://github.com/TheNerdicCoder/stencil-demo/issues"
},
"homepage": "https://github.com/TheNerdicCoder/stencil-demo"
}