-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.48 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
{
"name": "blog",
"private": true,
"version": "0.0.1",
"description": "Web dev blog with focus on StencilJS",
"scripts": {
"build": "npm run blog && npm run github && stencil build --prerender",
"start": "stencil build --dev --watch --serve",
"test": "stencil test --spec --e2e",
"test.watch": "stencil test --spec --e2e --watchAll",
"generate": "stencil generate",
"blog": "tsc --p ./scripts && node ./scripts/blog-list",
"github": "tsc --p ./scripts && node ./scripts/github-stats",
"deploy": "npm run build && firebase deploy --only hosting:adam-lacombe"
},
"dependencies": {
"@stencil/helmet": "0.3.2",
"@adamlacombe/fa-icon": "1.0.0",
"ionicons": "5.1.2"
},
"devDependencies": {
"@stencil/core": "1.17.2",
"@stencil/store": "1.3.0",
"@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",
"front-matter": "^3.2.1",
"fs-extra": "^9.0.1",
"glob": "^7.1.6",
"marked": "^0.7.0",
"prismjs": "1.21.0",
"stencil-router-v2": "0.5.1-0",
"typescript": "^3.9.5",
"workbox-build": "4.3.1",
"@stencil/sass": "1.3.2",
"node-fetch": "2.6.0",
"@types/node-fetch": "2.5.7",
"@types/google.analytics": "0.0.40",
"@types/gtag.js": "0.0.3",
"@types/sharp": "0.25.1",
"sharp": "0.25.4",
"image-size": "0.8.3",
"@alepop/stencil-env": "0.4.1",
"schema-dts": "0.7.1"
},
"license": "MIT"
}