22 lines
582 B
JSON
22 lines
582 B
JSON
{
|
|
"name": "search.accords-library.com",
|
|
"private": true,
|
|
"scripts": {
|
|
"generate": "graphql-codegen --config graphql-codegen.config.js"
|
|
},
|
|
"dependencies": {
|
|
"@digitak/esrun": "^3.2.15",
|
|
"dotenv": "^16.0.3",
|
|
"meilisearch": "^0.30.0"
|
|
},
|
|
"devDependencies": {
|
|
"@graphql-codegen/cli": "^2.16.1",
|
|
"@graphql-codegen/typescript": "2.8.5",
|
|
"@graphql-codegen/typescript-graphql-request": "^4.5.8",
|
|
"@graphql-codegen/typescript-operations": "^2.5.10",
|
|
"@types/node": "^18.11.17",
|
|
"graphql": "^16.6.0",
|
|
"graphql-request": "^5.1.0"
|
|
}
|
|
}
|