blob: 36ec43888bba00d9adc0845b106e4fff6b99c123 [file] [log] [blame]
{
"name": "arrow-site",
"version": "1.0.0",
"description": "The source of https://arrow.apache.org/.",
"private": true,
"scripts": {},
"engines": {
"node": ">=18.14.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/apache/arrow-site.git"
},
"author": "The Apache Software Foundation",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/apache/arrow-site/issues"
},
"homepage": "https://github.com/apache/arrow-site#readme",
"dependencies": {
"bootstrap": "^4.6.0",
"jquery": "^3.5.1",
"popper.js": "^1.16.1",
"webpack": "^5.76.0",
"webpack-cli": "^4.5.0"
}
}