{ "name": "amazon-product-bar-extension", "version": "1.0.0", "description": "Amazon Product Bar Extension with StaggeredMenu", "type": "module", "scripts": { "dev": "vite build --watch --mode development", "build": "vite build", "preview": "vite preview", "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js", "test:watch": "node --experimental-vm-modules node_modules/jest/bin/jest.js --watch" }, "dependencies": { "appwrite": "^21.5.0", "gsap": "^3.12.5", "react": "^18.3.1", "react-dom": "^18.3.1" }, "devDependencies": { "@babel/preset-env": "^7.28.5", "@babel/preset-react": "^7.28.5", "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.1", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "@vitejs/plugin-react": "^4.3.4", "fast-check": "^4.5.3", "jest": "^30.2.0", "jest-environment-jsdom": "^30.2.0", "vite": "^6.0.5" } }