mirror of
https://github.com/qdrant/landing_page.git
synced 2026-09-26 14:38:30 +02:00
30 lines
597 B
JSON
30 lines
597 B
JSON
{
|
|
"scripts": {
|
|
"build": "webpack --mode=production"
|
|
},
|
|
"dependencies": {
|
|
"@splidejs/splide": "^4.1.2",
|
|
"bootstrap": "^4.6.1",
|
|
"qdrant-page-search": "^1.0.6"
|
|
},
|
|
"devDependencies": {
|
|
"copy-webpack-plugin": "^11.0.0",
|
|
"sass": "^1.54.6",
|
|
"terser-webpack-plugin": "^5.3.6",
|
|
"webpack": "^5.74.0",
|
|
"webpack-cli": "^4.10.0"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|