35 lines
744 B
JSON
35 lines
744 B
JSON
{
|
|
"private": true,
|
|
"name": "docs-v2",
|
|
"version": "1.0.0",
|
|
"description": "InfluxDB documentation",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@vvago/vale": "^3.4.2",
|
|
"autoprefixer": ">=10.2.5",
|
|
"hugo-extended": ">=0.101.0",
|
|
"husky": "^9.0.11",
|
|
"lint-staged": "^15.2.5",
|
|
"postcss": ">=8.4.31",
|
|
"postcss-cli": ">=9.1.0",
|
|
"prettier": "^3.2.5",
|
|
"prettier-plugin-sql": "^0.18.0"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.6.0",
|
|
"js-yaml": "^4.1.0"
|
|
},
|
|
"scripts": {
|
|
"prepare": "husky",
|
|
"lint-vale": ".ci/vale/vale.sh",
|
|
"lint-staged": "lint-staged --relative"
|
|
},
|
|
"main": "index.js",
|
|
"module": "main.js",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"keywords": [],
|
|
"author": ""
|
|
}
|