53 lines
2.1 KiB
JSON
53 lines
2.1 KiB
JSON
{
|
|
"private": true,
|
|
"name": "docs-v2",
|
|
"version": "1.0.0",
|
|
"description": "InfluxDB documentation",
|
|
"license": "MIT",
|
|
"resolutions": {
|
|
"serialize-javascript": "^6.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.18.0",
|
|
"@evilmartians/lefthook": "^1.7.1",
|
|
"@vvago/vale": "^3.4.2",
|
|
"autoprefixer": ">=10.2.5",
|
|
"cypress": "^14.0.1",
|
|
"eslint": "^9.18.0",
|
|
"globals": "^15.14.0",
|
|
"hugo-extended": ">=0.101.0",
|
|
"postcss": ">=8.4.31",
|
|
"postcss-cli": ">=9.1.0",
|
|
"prettier": "^3.2.5",
|
|
"prettier-plugin-sql": "^0.18.0",
|
|
"winston": "^3.16.0"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.7.4",
|
|
"jquery": "^3.7.1",
|
|
"js-cookie": "^3.0.5",
|
|
"js-yaml": "^4.1.0",
|
|
"lefthook": "^1.10.10",
|
|
"markdown-link": "^0.1.1",
|
|
"mermaid": "^11.4.1",
|
|
"vanillajs-datepicker": "^1.3.4"
|
|
},
|
|
"scripts": {
|
|
"e2e:chrome": "npx cypress run --browser chrome",
|
|
"e2e:o": "npx cypress open",
|
|
"e2e:o:links": "export cypress_test_subjects=\"http://localhost:1313/influxdb3/core/,http://localhost:1313/influxdb3/enterprise/\"; npx cypress open cypress/e2e/article-links.cy.js",
|
|
"e2e:links": "export cypress_test_subjects=\"http://localhost:1313/influxdb3/core/,http://localhost:1313/influxdb3/enterprise/\"; npx cypress run --spec cypress/e2e/article-links.cy.js",
|
|
"e2e:api-docs": "export cypress_test_subjects=\"http://localhost:1313/influxdb3/core/api/,http://localhost:1313/influxdb3/enterprise/api/,http://localhost:1313/influxdb3/cloud-dedicated/api/,http://localhost:1313/influxdb3/cloud-dedicated/api/v1/,http://localhost:1313/influxdb/cloud-dedicated/api/v1/,http://localhost:1313/influxdb/cloud-dedicated/api/management/,http://localhost:1313/influxdb3/cloud-dedicated/api/management/\"; npx cypress run --spec cypress/e2e/article-links.cy.js",
|
|
"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"
|
|
},
|
|
"main": "index.js",
|
|
"module": "main.js",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"keywords": [],
|
|
"author": ""
|
|
}
|