mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-24 07:29:30 +01:00
62 lines
1.6 KiB
JSON
62 lines
1.6 KiB
JSON
{
|
|
"name": "@notesnook/editor-mobile",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@emotion/react": "11.11.1",
|
|
"@mdi/js": "^7.2.96",
|
|
"@mdi/react": "^1.6.0",
|
|
"@notesnook/editor": "file:../editor",
|
|
"@notesnook/theme": "file:../theme",
|
|
"@notesnook/intl": "file:../intl",
|
|
"@szhsin/react-menu": "^4.1.0",
|
|
"buffer": "^6.0.3",
|
|
"localforage": "^1.10.0",
|
|
"mdi-react": "9.1.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-freeze": "^1.0.3",
|
|
"zustand": "^4.4.7",
|
|
"@lingui/core": "5.1.2",
|
|
"@lingui/react": "5.1.2",
|
|
"tinycolor2": "1.6.0",
|
|
"@notesnook/common": "file:../common"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.37.1",
|
|
"@types/react": "^18.2.39",
|
|
"@types/react-dom": "^18.2.17",
|
|
"react-scripts": "^5.0.1"
|
|
},
|
|
"scripts": {
|
|
"start": "cross-env DISABLE_ESLINT_PLUGIN=true GENERATE_SOURCEMAP=true BROWSER=none react-scripts start",
|
|
"build": "cross-env DISABLE_ESLINT_PLUGIN=true GENERATE_SOURCEMAP=true BROWSER=none react-scripts build",
|
|
"postbuild": "node scripts/build.mjs",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject",
|
|
"postinstall": "patch-package"
|
|
},
|
|
"homepage": ".",
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"nx": {
|
|
"targets": {
|
|
"build": {
|
|
"outputs": [
|
|
"{projectRoot}/build.bundle"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|