-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.23 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
{
"name": "builder.io-indexed-pages-to-algolia-search",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"index-pages": "ts-node -P tsconfig.tsnode.json src/scripts/indexBuilderToAlgolia.ts",
"cy:run": "cypress run",
"test": "start-server-and-test start http://localhost:3000 cy:run"
},
"dependencies": {
"@algolia/client-search": "^4.24.0",
"@builder.io/react": "^3.2.11",
"@builder.io/sdk": "^2.2.5",
"@builder.io/sdk-react-nextjs": "^0.14.30",
"algoliasearch": "^4.24.0",
"axios": "^1.7.2",
"dompurify": "^3.1.6",
"next": "^14.2.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tsconfig-paths": "^4.2.0"
},
"devDependencies": {
"@types/algoliasearch": "^4.0.0",
"@types/axios": "^0.14.0",
"@types/dompurify": "^3.0.5",
"@types/next": "^9.0.0",
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.19",
"cypress": "^13.13.0",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.6",
"typescript": "^5.5.3",
"wait-on": "^7.2.0"
}
}