forked from ionic-team/stencil-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.33 KB
/
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
35
36
37
38
39
40
41
42
{
"name": "@stencil/stencil-site",
"private": true,
"version": "0.0.1",
"description": "Stencil Site",
"scripts": {
"docs": "tsc --p ./scripts && node ./scripts/markdown-to-html",
"site-structure": "tsc --p ./scripts && node ./scripts/site-structure",
"build-firebase-config": "node scripts/host-to-firebase.js",
"build": "npm run site-structure && npm run docs && stencil build --prerender && npm run build-firebase-config",
"deploy": "npm run build && firebase deploy",
"start": "npm run site-structure && npm run docs && stencil build --dev --watch --serve"
},
"dependencies": {
"copy-text-to-clipboard": "^1.0.4"
},
"devDependencies": {
"@stencil/core": "^0.16.0",
"@stencil/router": "^0.3.1",
"@stencil/state-tunnel": "0.0.9-1",
"@stencil/utils": "0.0.5",
"@types/glob": "^7.1.0",
"@types/marked": "^0.4.1",
"@types/prismjs": "^1.9.0",
"firebase-tools": "^6.1.1",
"front-matter": "^2.3.0",
"glob": "^7.1.3",
"marked": "^0.5.0",
"prismjs": "^1.15.0",
"workbox-build": "3.4.1"
},
"author": "Ionic Team",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ionic-team/stencil-site.git"
},
"bugs": {
"url": "https://github.com/ionic-team/stencil"
},
"homepage": "https://github.com/ionic-team/stencil"
}