mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-25 16:09:42 +01:00
56 lines
1.4 KiB
JSON
56 lines
1.4 KiB
JSON
{
|
|
"name": "notes-web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@rebass/forms": "^4.0.6",
|
|
"emotion-theming": "^10.0.19",
|
|
"events": "^3.0.0",
|
|
"immer": "^5.3.6",
|
|
"localforage": "^1.7.3",
|
|
"notes-core": "npm:@streetwriters/notesnook-core@latest",
|
|
"quill": "^1.3.7",
|
|
"quill-magic-url": "^1.0.3",
|
|
"quill-markdown-shortcuts": "^0.0.10",
|
|
"react": "^16.11.0",
|
|
"react-app-polyfill": "^1.0.6",
|
|
"react-dom": "^16.11.0",
|
|
"react-feather": "^2.0.3",
|
|
"react-modal": "^3.11.1",
|
|
"react-scripts": "3.2.0",
|
|
"react-simple-dropdown": "^3.2.3",
|
|
"react-virtuoso": "^0.12.3",
|
|
"rebass": "^4.0.7",
|
|
"timeago-react": "^3.0.0",
|
|
"zustand": "^2.2.3"
|
|
},
|
|
"devDependencies": {
|
|
"babel-loader": "8.0.6"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject",
|
|
"update": "npm i @streetwriters/editor@latest @streetwriters/notesnook-core@latest @streetwriters/theme@latest"
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|