-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
51 lines (51 loc) · 1.38 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "@kontent-ai/integration-example-algolia",
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"@algolia/transporter": "^4.14.3",
"@kontent-ai/delivery-sdk": "^14.10.0",
"@kontent-ai/eslint-config": "^0.1.3",
"@kontent-ai/webhook-helper": "^3.0.3",
"@netlify/functions": "^1.2.0",
"algoliasearch": "^4.14.2",
"instantsearch.js": "^4.47.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-instantsearch": "^7.12.1"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"checkFunctions": "tsc --project src/functions/tsconfig.json",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"format": "dprint fmt",
"netlifyDev": "netlify dev"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"@vitejs/plugin-react": "^4.3.1",
"dprint": "^0.47.1",
"eslint": "^8.57.0",
"eslint-plugin-react-refresh": "^0.4.7",
"netlify-cli": "^17.33.0",
"typescript": "^5.5.3",
"vite": "^5.3.3"
}
}