-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
33 lines (33 loc) · 850 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"start:typesense": "docker compose up",
"index:typesense": "npx tsx ./scripts/indexTypesense.ts",
"cypress:open": "cypress open"
},
"devDependencies": {
"cypress": "^13.6.2",
"dotenv": "^16.4.7",
"nuxt": "^3.13.1",
"typescript": "^5.7.3",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"dependencies": {
"@tombatossals/react-chords": "^0.2.10",
"@vitejs/plugin-react": "^4.3.4",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"typesense": "^1.8.2",
"typesense-instantsearch-adapter": "^2.8.0",
"veaury": "^2.6.1",
"vue-instantsearch": "^4.20.1"
}
}