mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 12:12:54 +01:00
208 lines
5.9 KiB
JSON
208 lines
5.9 KiB
JSON
{
|
|
"name": "notesnook",
|
|
"productName": "Notesnook",
|
|
"description": "Your private note taking space",
|
|
"version": "1.3.5",
|
|
"private": true,
|
|
"main": "./build/electron.js",
|
|
"homepage": "https://notesnook.com/",
|
|
"repository": "https://github.com/streetwriters/notesnook",
|
|
"dependencies": {
|
|
"@inlightmedia/react-countdown-timer": "^1.1.2",
|
|
"@mdi/js": "^5.9.55",
|
|
"@mdi/react": "^1.4.0",
|
|
"@rebass/forms": "^4.0.6",
|
|
"@tinymce/tinymce-react": "^3.10.2",
|
|
"clipboard": "^2.0.6",
|
|
"cogo-toast": "^4.2.3",
|
|
"compressorjs": "^1.0.7",
|
|
"dayjs": "^1.10.4",
|
|
"electron-serve": "^1.1.0",
|
|
"electron-updater": "^4.3.8",
|
|
"emotion-theming": "^10.0.19",
|
|
"eventsource": "^1.0.7",
|
|
"fast-sort": "^2.1.1",
|
|
"framer-motion": "^3.3.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",
|
|
"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-responsive-carousel": "^3.2.12",
|
|
"react-scripts": "4.0.2",
|
|
"react-scrollbars-custom": "^4.0.25",
|
|
"react-virtualized-auto-sizer": "^1.0.4",
|
|
"react-window": "^1.8.6",
|
|
"rebass": "^4.0.7",
|
|
"timeago-react": "^3.0.2",
|
|
"tinymce": "^5.7.0",
|
|
"uzip": "^0.20201231.0",
|
|
"wouter": "^2.7.3",
|
|
"zustand": "^3.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/hookrouter": "^2.2.5",
|
|
"@types/jest": "^26.0.20",
|
|
"@types/jest-image-snapshot": "^4.1.0",
|
|
"@types/quill": "^2.0.5",
|
|
"babel-eslint": "^10.1.0",
|
|
"chalk": "^4.1.0",
|
|
"electron": "^12.0.0",
|
|
"electron-builder": "^22.10.5",
|
|
"electron-builder-notarize": "^1.2.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",
|
|
"jest-image-snapshot": "^4.3.0",
|
|
"jest-playwright-preset": "^1.4.5",
|
|
"playwright": "^1.8.1",
|
|
"progress-bar-webpack-plugin": "^2.1.0",
|
|
"source-map-explorer": "^2.5.2",
|
|
"typescript": "^4.1.5",
|
|
"webpack-bundle-analyzer": "^4.4.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": "BROWSER=none react-scripts start",
|
|
"test": "REACT_APP_CI=true BROWSER= jest --runInBand -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'",
|
|
"electron-dev": "ELECTRON_START_URL=http://localhost:3000 electron .",
|
|
"electron-prod": "electron build/electron.js",
|
|
"electron-build": "electron-builder"
|
|
},
|
|
"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"
|
|
},
|
|
"build": {
|
|
"appId": "com.streetwriters.notesnook",
|
|
"productName": "Notesnook",
|
|
"copyright": "Copyright © 2021 Streetwriters (Private) Ltd.",
|
|
"files": [
|
|
"!*.chunk.js.map",
|
|
"!*.chunk.js.LICENSE.txt",
|
|
"build/",
|
|
"!node_modules",
|
|
"node_modules/electron-updater",
|
|
"node_modules/lazy-val",
|
|
"node_modules/builder-util-runtime",
|
|
"node_modules/fs-extra",
|
|
"node_modules/js-yaml",
|
|
"node_modules/lodash.isequal",
|
|
"node_modules/semver",
|
|
"node_modules/debug",
|
|
"node_modules/ms",
|
|
"node_modules/lru-cache",
|
|
"node_modules/yallist",
|
|
"node_modules/universalify",
|
|
"node_modules/graceful-fs",
|
|
"node_modules/at-least-node",
|
|
"node_modules/jsonfile",
|
|
"node_modules/sax"
|
|
],
|
|
"afterSign": "electron-builder-notarize",
|
|
"afterPack": "./scripts/removeLocales.js",
|
|
"mac": {
|
|
"target": [
|
|
"dmg"
|
|
],
|
|
"electronLanguages": [
|
|
"en-US"
|
|
],
|
|
"category": "public.app-category.productivity",
|
|
"darkModeSupport": true,
|
|
"type": "distribution",
|
|
"hardenedRuntime": true,
|
|
"entitlements": "assets/entitlements.mac.plist",
|
|
"entitlementsInherit": "assets/entitlements.mac.plist",
|
|
"gatekeeperAssess": false,
|
|
"icon": "assets/icons/app.icns"
|
|
},
|
|
"dmg": {
|
|
"contents": [
|
|
{
|
|
"x": 130,
|
|
"y": 220
|
|
},
|
|
{
|
|
"x": 410,
|
|
"y": 220,
|
|
"type": "link",
|
|
"path": "/Applications"
|
|
}
|
|
],
|
|
"icon": "assets/icons/app.icns",
|
|
"title": "Install Notesnook"
|
|
},
|
|
"win": {
|
|
"target": [
|
|
"nsis"
|
|
],
|
|
"icon": "assets/icons/app.ico"
|
|
},
|
|
"nsis": {
|
|
"oneClick": true,
|
|
"createDesktopShortcut": "always"
|
|
},
|
|
"linux": {
|
|
"target": [
|
|
"AppImage",
|
|
"deb",
|
|
"rpm"
|
|
],
|
|
"category": "Office",
|
|
"icon": "assets/icons/app.icns",
|
|
"description": "Your private note taking space",
|
|
"executableName": "Notesnook"
|
|
},
|
|
"extraResources": [
|
|
"./assets/**"
|
|
],
|
|
"directories": {
|
|
"buildResources": "assets",
|
|
"output": "dist/"
|
|
},
|
|
"publish": {
|
|
"provider": "github",
|
|
"repo": "notesnook",
|
|
"owner": "streetwriters"
|
|
}
|
|
}
|
|
}
|