-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 896 Bytes
/
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
{
"name": "showcase-guitar-chords-search-solid-js",
"version": "0.0.0",
"description": "",
"type": "module",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"start:typesense": "docker compose up",
"index:typesense": "npx tsx ./scripts/indexTypesense.ts",
"cypress:open": "cypress open"
},
"license": "MIT",
"devDependencies": {
"@types/node": "^20.11.10",
"@types/react-dom": "^18.2.18",
"cypress": "^13.17.0",
"dotenv": "^16.4.7",
"solid-devtools": "^0.29.2",
"typescript": "^5.7.3",
"typesense": "^1.8.2",
"vite": "^5.0.11",
"vite-plugin-solid": "^2.11.0"
},
"dependencies": {
"@tombatossals/react-chords": "^0.2.10",
"instantsearch.js": "^4.77.0",
"react-dom": "^18.2.0",
"solid-js": "^1.9.4",
"typesense-instantsearch-adapter": "^2.8.0"
}
}