Files
notesnook/apps/web/package.json
2021-07-28 12:00:15 +05:00

110 lines
3.4 KiB
JSON

{
"name": "notesnook",
"description": "Your private note taking space",
"version": "1.4.1",
"private": true,
"main": "./src/App.js",
"homepage": "https://notesnook.com/",
"repository": "https://github.com/streetwriters/notesnook",
"dependencies": {
"@mdi/js": "^5.9.55",
"@mdi/react": "^1.4.0",
"@notesnook/desktop": "./desktop/",
"@rebass/forms": "^4.0.6",
"@streetwritersco/tinymce-plugins": "^1.0.0",
"@tinymce/tinymce-react": "^3.12.6",
"clipboard": "^2.0.6",
"cogo-toast": "^4.2.3",
"compressorjs": "^1.0.7",
"currency-symbol-map": "^5.0.1",
"dayjs": "^1.10.4",
"emotion-theming": "^10.0.19",
"esbuild": "^0.12.15",
"eventsource": "^1.0.7",
"fast-sort": "^2.1.1",
"framer-motion": "^3.3.0",
"highlight.js": "^11.1.0",
"hotkeys-js": "^3.8.3",
"immer": "^8.0.1",
"localforage": "^1.7.3",
"localforage-getitems": "https://github.com/thecodrr/localForage-getItems.git",
"notes-core": "npm:@streetwriters/notesnook-core@latest",
"print-js": "^1.6.0",
"qclone": "^1.0.4",
"rangy": "^1.3.0",
"react": "^17.0.1",
"react-app-polyfill": "^2.0.0",
"react-dom": "^17.0.1",
"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-virtualized-auto-sizer": "^1.0.4",
"react-virtuoso": "^1.9.3",
"rebass": "^4.0.7",
"timeago-react": "^3.0.2",
"tinymce": "5.8.1",
"uzip": "^0.20201231.0",
"wouter": "^2.7.3",
"zustand": "^3.3.1"
},
"devDependencies": {
"@playwright/test": "^1.12.3",
"@types/hookrouter": "^2.2.5",
"@types/node-fetch": "^2.5.10",
"@types/quill": "^2.0.5",
"babel-eslint": "^10.1.0",
"chalk": "^4.1.0",
"env-cmd": "^10.1.0",
"eslint": "^7.20.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",
"find-process": "^1.4.4",
"progress-bar-webpack-plugin": "^2.1.0",
"source-map-explorer": "^2.5.2",
"typescript": "^4.1.5",
"webpack-bundle-analyzer": "^4.4.0",
"zx": "^2.0.0"
},
"scripts": {
"start": "env-cmd -e all,dev,web react-scripts start",
"build": "env-cmd -e all,web react-scripts build",
"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": "yarn zx ./scripts/run-tests.mjs",
"test:debug": "env-cmd -e dev,debug,silent jest -c jest.e2e.config.js",
"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'"
},
"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"
}
}