2021-05-24 17:11:01 +00:00
|
|
|
{
|
|
|
|
"private": true,
|
|
|
|
"name": "docs-v2",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "InfluxDB documentation",
|
|
|
|
"license": "MIT",
|
|
|
|
"devDependencies": {
|
2024-07-23 20:08:28 +00:00
|
|
|
"@evilmartians/lefthook": "^1.7.1",
|
2024-06-21 23:41:07 +00:00
|
|
|
"@vvago/vale": "^3.4.2",
|
2022-06-28 21:17:05 +00:00
|
|
|
"autoprefixer": ">=10.2.5",
|
|
|
|
"hugo-extended": ">=0.101.0",
|
2023-10-11 14:11:36 +00:00
|
|
|
"postcss": ">=8.4.31",
|
2024-05-29 18:31:31 +00:00
|
|
|
"postcss-cli": ">=9.1.0",
|
2024-06-25 16:51:26 +00:00
|
|
|
"prettier": "^3.2.5",
|
|
|
|
"prettier-plugin-sql": "^0.18.0"
|
2022-06-28 21:17:05 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-11-13 16:15:41 +00:00
|
|
|
"axios": "^1.6.0",
|
2022-06-23 22:21:58 +00:00
|
|
|
"js-yaml": "^4.1.0"
|
2024-05-29 18:31:31 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2024-07-23 20:08:28 +00:00
|
|
|
"lint": "LEFTHOOK_EXCLUDE=test lefthook run pre-commit && lefthook run pre-push",
|
|
|
|
"pre-commit": "lefthook run pre-commit",
|
|
|
|
"test-content": "docker compose --profile test up"
|
2024-05-29 18:31:31 +00:00
|
|
|
},
|
2024-06-21 23:41:07 +00:00
|
|
|
"main": "index.js",
|
|
|
|
"module": "main.js",
|
|
|
|
"directories": {
|
|
|
|
"test": "test"
|
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": ""
|
2021-05-24 17:11:01 +00:00
|
|
|
}
|