{ "name": "notesnook", "description": "Your private note taking space", "version": "2.0.0", "private": true, "main": "./src/App.js", "homepage": "https://notesnook.com/", "repository": "https://github.com/streetwriters/notesnook", "dependencies": { "@brixtol/currency-symbols": "^1.1.1", "@dnd-kit/core": "^6.0.5", "@dnd-kit/modifiers": "^6.0.0", "@dnd-kit/sortable": "^7.0.1", "@mdi/js": "^6.5.95", "@mdi/react": "^1.4.0", "@notesnook/crypto": "^1.0.0", "@notesnook/desktop": "file:desktop", "@notesnook/theme": "file:../themeprovider", "@rebass/forms": "^4.0.6", "@types/rebass": "^4.0.10", "allotment": "^1.12.1", "async-mutex": "^0.3.2", "axios": "^0.21.4", "clipboard-polyfill": "^3.0.3", "compressorjs": "^1.0.7", "dayjs": "^1.10.4", "emotion-theming": "^10.0.19", "event-source-polyfill": "^1.0.25", "fast-sort": "^2.1.1", "fetch-jsonp": "^1.2.1", "fflate": "^0.7.2", "file-saver": "^2.0.5", "framer-motion": "^4.1.17", "hash-wasm": "^4.9.0", "highlight.js": "^11.5.0", "hotkeys-js": "^3.8.3", "immer": "^9.0.6", "just-debounce-it": "^3.0.1", "localforage": "^1.10.0", "localforage-driver-memory": "^1.0.5", "localforage-getitems": "https://github.com/thecodrr/localForage-getItems.git", "nncryptoworker": "file:packages/nncryptoworker", "notes-core": "npm:@streetwriters/notesnook-core@latest", "notesnook-editor": "file:../notesnook-editor", "phone": "^3.1.14", "platform": "^1.3.6", "print-js": "^1.6.0", "qclone": "^1.0.4", "rangy": "^1.3.0", "rc-scrollbars": "^1.1.3", "react": "^17.0.1", "react-dom": "^17.0.1", "react-dropzone": "^11.4.2", "react-hot-toast": "^2.2.0", "react-loading-skeleton": "^3.1.0", "react-modal": "^3.12.1", "react-qrcode-logo": "^2.2.1", "react-scripts": "^4.0.3", "react-scroll-sync": "^0.9.0", "react-scrollbars-custom": "^4.0.25", "react-toggle": "^4.1.2", "react-virtualized-auto-sizer": "^1.0.4", "react-virtuoso": "^2.4.0", "rebass": "^4.0.7", "showdown": "github:thecodrr/showdown", "streamablefs": "file:packages/streamablefs", "timeago.js": "^4.0.2", "web-streams-polyfill": "^3.1.1", "wouter": "^2.7.3", "zustand": "^3.3.1" }, "devDependencies": { "@playwright/test": "^1.16.0", "@types/file-saver": "^2.0.5", "@types/hookrouter": "^2.2.5", "@types/node-fetch": "^2.5.10", "@types/quill": "^2.0.5", "@types/react-dom": "^18.0.0", "@types/react-modal": "^3.13.1", "@types/rebass": "^4.0.10", "@types/rebass__forms": "^4.0.6", "babel-eslint": "^10.1.0", "babel-plugin-transform-class-properties": "^6.24.1", "chalk": "^4.1.0", "dotenv": "^10.0.0", "env-cmd": "^10.1.0", "eslint-config-react-app": "^6.0.0", "eslint-plugin-import": "^2.20.2", "eslint-plugin-jest-playwright": "^0.2.1", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-react": "^7.22.0", "eslint-plugin-react-hooks": "^4.2.0", "file-loader": "^6.2.0", "find-process": "^1.4.4", "ip": "^1.1.8", "lorem-ipsum": "^2.0.4", "patch-package": "^6.4.7", "progress-bar-webpack-plugin": "^2.1.0", "source-map-explorer": "^2.5.2", "typescript": "^4.1.5", "webpack-bundle-analyzer": "^4.5.0", "worker-loader": "^3.0.8", "zx": "^2.0.0" }, "scripts": { "preinstall": "./scripts/build-deps.sh", "start": "env-cmd -e all,dev,web react-scripts start", "start:desktop": "env-cmd -e all,desktop react-scripts start", "build": "env-cmd -e all,web react-scripts build", "build:beta": "env-cmd -e all,web,beta react-scripts build", "build:profile": "env-cmd -e all,web react-scripts build --profile", "build:desktop": "env-cmd -e all,desktop react-scripts build", "deploy": "./scripts/deploy.sh", "debug": "env-cmd -e all,dev,web,silent react-scripts start", "test": "playwright test", "test:all": "env-cmd -e test playwright test", "eject": "react-scripts eject", "update": "npm i @streetwriters/editor@latest @streetwriters/notesnook-core@latest @streetwriters/theme@latest", "analyze": "source-map-explorer 'build/static/js/*.js'", "postinstall": "patch-package" }, "eslintConfig": { "extends": "react-app" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all", "ie >= 9" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version", "last 3 ie version", "last 4 edge version" ] }, "author": { "name": "Streetwriters (Private) Ltd.", "email": "support@streetwriters.co", "url": "https://streetwriters.co" }, "volta": { "node": "16.15.1" } }