-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.52 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
53
54
55
{
"name": "shreesh-blog",
"private": true,
"version": "0.0.1",
"description": "Shreesh's blog",
"scripts": {
"blog": "tsc --skipLibCheck --p ./scripts && node ./scripts/blog",
"debug-blog": "node --inspect-brk=9229 ./scripts/blog",
"build": "npm run blog && stencil build --prerender",
"start": "stencil build --dev --watch --serve",
"generate": "stencil generate",
"serve": "stencil build --dev --watch"
},
"devDependencies": {
"@stencil/core": "^1.15.0",
"@stencil/helmet": "^0.3.2",
"@stencil/sass": "^1.3.2",
"@stencil/store": "^1.3.0",
"@stencil/utils": "0.0.5",
"@types/glob": "^7.1.2",
"@types/marked": "^1.1.0",
"@types/prismjs": "^1.16.1",
"chalk": "^4.1.0",
"copy-text-to-clipboard": "^2.2.0",
"cross-fetch": "^3.0.5",
"dotenv": "^8.2.0",
"feed": "^4.2.1",
"front-matter": "^4.0.2",
"fs-extra": "^9.0.1",
"glob": "^7.1.6",
"ionicons": "^5.1.2",
"marked": "^1.1.0",
"natives": "^1.1.6",
"prismic-javascript": "^2.7.1",
"prismjs": "^1.20.0",
"remark": "^12.0.0",
"rollup-plugin-dotenv": "^0.3.0",
"stencil-router-v2": "^0.5.0",
"typedoc": "^0.17.8",
"workbox-build": "4.3.1"
},
"author": "Ionic Team",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ionic-team/capacitor.git"
},
"bugs": {
"url": "https://github.com/ionic-team/capacitor"
},
"resolutions": {
"natives": "1.1.3"
},
"homepage": "https://github.com/ionic-team/capacitor"
}