fedisearch/application/package.json

65 wiersze
1.9 KiB
JSON

{
"name": "fedisearch",
"version": "1.0.0",
"description": "FediSearch",
"main": "app.js",
"private": true,
"author": "Štěpán Škorpil",
"license": "MIT",
"scripts": {
"dev": "next dev ./src --hostname 0.0.0.0",
"build": "next build ./src",
"start": "next start ./src",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix"
},
"dependencies": {
"@apollo/client": "^3.6.9",
"@datapunt/matomo-tracker-js": "^0.5.1",
"@elastic/elasticsearch": "^8.2.1",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.17",
"@hookform/resolvers": "^2.8.5",
"@svgr/webpack": "^6.2.1",
"apollo-server-micro": "^3.10.1",
"axios": "^0.21.1",
"bootstrap": "^5.1.3",
"graphql": "^16.5.0",
"micro-cors": "^0.1.1",
"next": "^12.2.5",
"nexus": "^1.3.0",
"node-cache": "^5.1.2",
"npmlog": "^6.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.45.1",
"striptags": "^3.2.0",
"typescript-collections": "^1.3.3",
"zod": "^3.11.6"
},
"devDependencies": {
"@next/eslint-plugin-next": "^12.0.7",
"@types/jest": "^27.0.2",
"@types/micro-cors": "^0.1.2",
"@types/node": "^18.7.18",
"@types/npmlog": "^4.1.3",
"@types/react": "^17.0.14",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.1",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"jest": "^27.3.0",
"standard": "*",
"ts-jest": "^27.0.7",
"typescript": "^4.3.5"
}
}