forked from ionic-team/stencil-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.64 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
43
44
45
46
47
48
{
"name": "@stencil/stencil-site",
"private": true,
"version": "0.0.1",
"description": "Stencil Site",
"scripts": {
"build": "npm run site.structure && npm run docs && stencil build --prerender",
"build.ci": "npm run site.structure && npm run docs && stencil build --prerender --max-workers=1 --ci",
"docs": "tsc --p ./scripts && node ./scripts/markdown-to-html && node ./scripts/blog-list",
"deploy.next": "firebase deploy --project next --token=$FIREBASE_DEPLOY_TOKEN",
"deploy.prod": "firebase deploy --project production --token=$FIREBASE_DEPLOY_TOKEN",
"prerender": "stencil build --prerender",
"test": "echo Good",
"prerender.dev": "stencil build --dev --prerender",
"site.structure": "tsc --p ./scripts && node ./scripts/site-structure",
"start": "stencil build --dev --watch --serve"
},
"devDependencies": {
"@stencil/core": "^1.8.2-0",
"@stencil/router": "1.0.1",
"@stencil/state-tunnel": "1.0.1",
"@stencil/yahara": "0.0.5",
"@types/fs-extra": "^8.0.0",
"@types/glob": "^7.1.1",
"@types/marked": "^0.6.2",
"@types/prismjs": "^1.9.1",
"copy-text-to-clipboard": "^2.1.0",
"dotenv": "^8.0.0",
"firebase-tools": "^7.3.0",
"front-matter": "^3.0.1",
"fs-extra": "^8.1.0",
"glob": "^7.1.3",
"marked": "^0.7.0",
"node-fetch": "^2.3.0",
"prismjs": "1.17.1",
"workbox-build": "4.3.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-site"
},
"homepage": "https://stenciljs.com/"
}