mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-28 16:06:47 +01:00
57 lines
1.3 KiB
JSON
57 lines
1.3 KiB
JSON
{
|
|
"name": "@notesnook/editor-mobile",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@notesnook/editor": "*",
|
|
"@notesnook/theme": "*",
|
|
"framer-motion": "^4.1.17",
|
|
"mdi-react": "^8.4.0",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"zustand": "^3.6.8"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/jest-dom": "^5.16.0",
|
|
"@testing-library/react": "^11.2.7",
|
|
"@testing-library/user-event": "^12.8.3",
|
|
"@types/jest": "^27.0.3",
|
|
"@types/node": "^16.11.11",
|
|
"@types/react": "^17.0.2",
|
|
"@types/react-dom": "^17.0.2",
|
|
"patch-package": "^6.4.7",
|
|
"react-error-overlay": "6.0.9",
|
|
"react-scripts": "^4.0.3",
|
|
"typescript": "^4.7.2",
|
|
"web-vitals": "^1.1.2"
|
|
},
|
|
"scripts": {
|
|
"start": "BROWSER=none react-scripts start",
|
|
"build": "GENERATE_SOURCEMAP=false react-scripts build && rm -rf build.bundle && mv build build.bundle",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|