generated from adobe/aem-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 80
/
package.json
76 lines (76 loc) · 2.41 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "prisma-cloud-docs",
"private": true,
"version": "1.0.68",
"description": "Asciidocs to Franklin",
"type": "module",
"scripts": {
"lint": "eslint .",
"login": "wrangler login",
"build": "node worker/build.js",
"dev:worker": "node --experimental-vm-modules worker/dev.js",
"dev": "concurrently -k \"npm:dev:*\"",
"deploy": "wrangler publish --env production",
"gen:sitemaps": "node ./bin/generate-sitemaps.js",
"publish:batch": "node ./bin/batch-publish.js",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hlxsites/prisma-cloud-docs.git"
},
"author": "Adobe",
"license": "Apache License 2.0",
"bugs": {
"url": "https://github.com/hlxsites/prisma-cloud-docs/issues"
},
"homepage": "https://github.com/hlxsites/prisma-cloud-docs#readme",
"devDependencies": {
"@adobe/helix-shared-process-queue": "^3.0.0",
"@babel/core": "7.21.0",
"@babel/eslint-parser": "7.19.1",
"@cloudflare/workers-types": "^4.20230404.0",
"@esm-bundle/chai": "4.3.4-fix.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^10.0.3",
"@semantic-release/release-notes-generator": "^11.0.1",
"@types/express": "^4.17.17",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"@web/test-runner": "0.15.1",
"@web/test-runner-commands": "0.6.5",
"chai": "4.3.7",
"concurrently": "^8.0.1",
"cross-env": "^7.0.3",
"dotenv": "^16.0.3",
"esbuild": "^0.17.16",
"eslint": "8.35.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "2.27.5",
"express": "^4.18.2",
"husky": "^8.0.0",
"js-yaml": "^4.1.0",
"lint-staged": "^13.2.2",
"miniflare": "^2.13.0",
"sinon": "15.0.1",
"wrangler": "^2.15.1",
"xmlbuilder2": "^3.1.1"
},
"dependencies": {
"@asciidoctor/core": "3.0.0-rc.1",
"github-slugger": "^2.0.0",
"hast-util-from-html": "^1.0.2",
"hast-util-select": "^5.0.5",
"hast-util-to-html": "^8.0.4",
"hast-util-to-text": "^3.1.2",
"itty-router": "^3.0.12"
},
"lint-staged": {
"*.(ts|js|mjs|cjs)": "eslint",
"docs/**/*.(adoc|yml|yaml)": "node bin/validate-doc-paths.js"
}
}