This repository has been archived by the owner on Jun 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
57 lines (57 loc) · 1.74 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
56
57
{
"name": "appflow-site",
"private": true,
"version": "0.0.1",
"description": "Marketing Website for Appflow",
"scripts": {
"ci:env": "touch .env && echo PRISMIC_ENDPOINT=$PRISMIC_ENDPOINT >> .env",
"ci": "npm run ci:env && npm run build",
"build": "npm run blog && stencil build --prerender",
"start": "npm run blog && stencil build --dev --watch --watchAll --serve",
"generate": "stencil generate",
"serve": "npm run blog && stencil build --dev --watch",
"dev": "npm run blog && stencil build --dev --watch --serve",
"blog": "blog"
},
"devDependencies": {
"@ionic-internal/ionic-ds": "^3.1.1",
"@ionic-internal/markdown-blog": "^1.0.10",
"@ionic/prettier-config": "^1.0.0",
"@stencil/core": "^2.0.3",
"@stencil/helmet": "^0.3.2",
"@stencil/sass": "^1.4.0-0",
"@stencil/store": "^1.3.0",
"@stencil/utils": "0.0.5",
"@types/marked": "^0.6.5",
"@types/prismic-dom": "^2.1.1",
"@types/prismjs": "^1.9.0",
"@vercel/node": "^1.7.1",
"date-fns": "^2.14.0",
"dotenv": "^8.0.0",
"front-matter": "^3.2.1",
"gsap": "^3.5.0",
"hubspot": "^2.3.13",
"ionicons": "^5.0.1",
"prismic-dom": "^2.2.3",
"prismic-javascript": "^2.7.1",
"prismjs": "^1.21.0",
"rollup-plugin-dotenv": "^0.3.0",
"stencil-router-v2": "^0.5.0",
"typescript": "^4.0.2"
},
"prettier": "@ionic/prettier-config",
"author": "Ionic Team",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ionic-team/appflow-site.git"
},
"bugs": {
"url": "https://github.com/ionic-team/appflow-site"
},
"homepage": "https://github.com/ionic-team/appflow-site",
"dependencies": {
"@ionic/core": "^5.3.2",
"marked": "^1.1.1"
}
}