forked from localstack/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 900 Bytes
/
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
{
"name": "localstack-docs",
"version": "0.0.1",
"description": "Hugo theme for technical documentation.",
"main": "none.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "hugo server --watch=true --disableFastRender -D",
"aws": "node scripts/create-aws-guide.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/localstack/docs.git"
},
"author": "",
"license": "Apache License 2.0",
"bugs": {
"url": "https://github.com/localstack/docs/issues"
},
"homepage": "https://github.com/localstack/docs#readme",
"devDependencies": {
"autoprefixer": "^10.4.0",
"dedent": "^1.5.1",
"inquirer": "^8.2.6",
"markdownlint": "^0.34.0",
"markdownlint-rule-max-one-sentence-per-line": "^0.0.2",
"postcss": "^8.3.7",
"postcss-cli": "^9.0.2",
"stylelint-config-standard": "^34.0.0"
}
}