This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.59 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
{
"scripts": {
"start": "stencil build --dev --serve --watch",
"prestart": "npm run -s build-all",
"build": "stencil build --prerender",
"build.ci": "npm run build-all && stencil build --prerender --ci",
"prebuild": "npm run -s build-all",
"lint": "tslint --config tslint.json --project tsconfig.json",
"build-all": "ts-node -P scripts/tsconfig.json scripts/build-all",
"build-data": "ts-node -P scripts/tsconfig.json scripts/build-data",
"build-pages": "ts-node -P scripts/tsconfig.json scripts/build-pages",
"build-menus": "ts-node -P scripts/tsconfig.json scripts/build-menus",
"watch-pages": "ts-node -P scripts/tsconfig.json scripts/watch-pages",
"heroku-postbuild": "npm run build.ci"
},
"dependencies": {
"@ionic/core": "^5.1.1",
"@ionic/docs": "^5.1.1",
"@sentry/node": "^5.7.1",
"@stencil/router": "^1.0.1",
"compression": "^1.7.4",
"express": "^4.16.4",
"helmet": "^3.21.2",
"moment": "^2.24.0",
"openapi3-ts": "^1.4.0",
"prismic-dom": "^2.1.0",
"prismic-javascript": "^2.1.5",
"simple-git": "^1.126.0",
"throng": "^4.0.0"
},
"devDependencies": {
"@stencil/core": "1.8.8",
"@types/node": "^14.0.11",
"@types/prismjs": "^1.9.1",
"chokidar": "^3.3.1",
"dotenv": "^8.2.0",
"fast-glob": "^3.1.1",
"front-matter": "^3.1.0",
"fs-extra": "^8.1.0",
"husky": "^4.2.3",
"listr": "^0.14.3",
"marked": "^0.7.0",
"node-fetch": "^2.6.1",
"ora": "^4.0.3",
"prismjs": "~1.23.0",
"ts-node": "^8.6.2",
"tslint": "^5.18.0",
"tslint-ionic-rules": "0.0.21"
}
}