fluid-pwa
Version:
🚀 The Ultimate Offline-First Progressive Web App Framework - Rapid PWA development with multiple batteries for seamless offline experiences
93 lines (92 loc) • 2.36 kB
JSON
{
"name": "fluid-pwa",
"version": "1.0.2",
"description": "🚀 The Ultimate Offline-First Progressive Web App Framework - Rapid PWA development with multiple batteries for seamless offline experiences",
"private": false,
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"files": [
"dist",
"src/lib/dexie",
"README.md",
"LICENSE"
],
"scripts": {
"dev": "next dev --turbopack",
"dev:https": "next dev --turbopack --experimental-https",
"build": "next build",
"build:package": "tsup",
"build:cli": "cd create-fluid-pwa && npm run build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"test:watch": "jest --watch",
"prepublishOnly": "npm run build:package",
"build:analyze": "ANALYZE=true npm run build"
},
"keywords": [
"pwa",
"progressive-web-app",
"offline-first",
"dexie",
"indexeddb",
"react",
"nextjs",
"typescript",
"sync",
"offline",
"framework"
],
"author": {
"name": "Harshal More",
"email": "harshalmore2468@gmail.com",
"url": "https://github.com/harshalmore31"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/harshalmore31/fluid-pwa.git"
},
"bugs": {
"url": "https://github.com/harshalmore31/fluid-pwa/issues"
},
"homepage": "https://github.com/harshalmore31/fluid-pwa",
"engines": {
"node": ">=18.0.0"
},
"peerDependencies": {
"next": ">=14.0.0",
"react": ">=18.0.0"
},
"dependencies": {
"@types/uuid": "^10.0.0",
"dexie": "^4.0.11",
"dexie-react-hooks": "^1.1.7",
"next": ">=14.0.0",
"next-themes": "^0.4.6",
"react": ">=18.0.0",
"react-dom": "^19.0.0",
"uuid": "^11.1.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/jest": "^29.5.0",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.3.4",
"jest": "^29.5.0",
"tailwindcss": "^4",
"tsup": "^8.5.0",
"typescript": "^5"
}
}