UNPKG

pwa-synergy-api

Version:

synergy application api

101 lines (100 loc) 2.89 kB
{ "name": "pwa-synergy-api", "private": false, "version": "1.3.3", "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "preview": "vite preview", "lint": "eslint src/**/*.{js,jsx,ts,tsx}", "lint:fix": "eslint --fix src/**/*.{jsx,ts,tsx}", "format": "prettier --write src//**/*.{ts,tsx,css} --config ./.prettierrc", "prepare": "husky install" }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "lint-staged": { "src/**/*.{js,jsx,ts,tsx}": [ "yarn eslint", "yarn format" ] }, "files": [ "dist" ], "exports": { ".": { "import": "./dist/pwa-synergy-api.es.js", "require": "./dist/pwa-synergy-api.umd.js" }, "./package.json": "./package.json", "./windows-light.css": "./dist/windows-light.css" }, "main": "./dist/pwa-synergy-api.umd.js", "module": "./dist/pwa-synergy-api.es.js", "types": "./dist/index.d.ts", "devDependencies": { "@types/node": "^18.7.6", "@types/react": "^18.2.6", "@types/react-dom": "^18.2.4", "@typescript-eslint/eslint-plugin": "^5.36.1", "@typescript-eslint/parser": "^5.36.1", "@vitejs/plugin-react": "^3.0.0", "eslint": "^8.23.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-import": "^2.25.3", "eslint-plugin-jsx-a11y": "^6.5.1", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-react": "^7.30.1", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-simple-import-sort": "^7.0.0", "husky": "^8.0.1", "lint-staged": "^13.0.3", "prettier": "^2.7.1", "react": "^18.2.0", "react-dom": "^18.2.0", "typescript": "^4.6.4", "vite": "^4.3.5", "vite-plugin-css-injected-by-js": "^3.1.1", "vite-plugin-dts": "^2.3.0", "vite-plugin-linter": "^2.0.2", "vite-tsconfig-paths": "^4.2.0" }, "peerDependencies": { "react": ">=17.x", "react-dom": ">=17.x" }, "dependencies": { "pwa-synergy-api": "^1.2.1", "pwa-synergy-umami": "^1.1.0", "rc-dock": "^3.2.17", "react-router-dom": "^6.11.1", "web-vitals": "^2.1.4", "workbox-background-sync": "^6.5.4", "workbox-broadcast-update": "^6.5.4", "workbox-cacheable-response": "^6.5.4", "workbox-core": "^6.5.4", "workbox-expiration": "^6.5.4", "workbox-google-analytics": "^6.5.4", "workbox-navigation-preload": "^6.5.4", "workbox-precaching": "^6.5.4", "workbox-range-requests": "^6.5.4", "workbox-routing": "^6.5.4", "workbox-strategies": "^6.5.4", "workbox-streams": "^6.5.4" }, "keywords": [ "react", "pwa", "synergy", "interop", "desktop", "mobile" ], "author": "Mark Gregg <gregg.mark@gmail.com> (https://github.com/markgregg)", "license": "MIT" }