aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..3b65866
--- /dev/null
+++ b/package.json
@@ -0,0 +1,21 @@
+{
+ "name": "pub-search",
+ "private": true,
+ "version": "0.0.0",
+ "type": "module",
+ "scripts": {
+ "dev": "vite",
+ "build": "vite build",
+ "preview": "vite preview"
+ },
+ "devDependencies": {
+ "autoprefixer": "^10.4.20",
+ "postcss": "^8.4.49",
+ "tailwindcss": "^3.4.15",
+ "vite": "^6.0.1"
+ },
+ "dependencies": {
+ "algoliasearch": "^5.15.0",
+ "instantsearch.js": "^4.75.5"
+ }
+}