forked from ionic-team/stencil-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.65 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
49
50
51
52
{
"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",
"docs": "tsc --p ./scripts && node ./scripts/markdown-to-html && node ./scripts/blog-list",
"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": {
"@ionic-internal/sites-shared": "1.0.2-1",
"@stencil/core": "^1.16.0-0",
"@stencil/router": "1.0.1",
"@stencil/state-tunnel": "1.0.1",
"@types/fs-extra": "^9.0.1",
"@types/glob": "^7.1.2",
"@types/marked": "^0.7.4",
"@types/node": "^14.0.14",
"@types/prismjs": "^1.16.1",
"algoliasearch": "^4.3.0",
"copy-text-to-clipboard": "^2.2.0",
"dotenv": "^8.2.0",
"front-matter": "^3.2.1",
"fs-extra": "^9.0.1",
"glob": "^7.1.6",
"jest": "^26.1.0",
"marked": "^0.7.0",
"node-fetch": "^2.3.0",
"prismjs": "1.20.0",
"prismic-dom": "^2.2.3",
"prismic-javascript": "^2.7.1",
"rollup-plugin-dotenv": "^0.3.0",
"typescript": "^3.9.5",
"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/"
}