mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-03 12:41:45 +02:00
69 lines
1.9 KiB
JSON
69 lines
1.9 KiB
JSON
{
|
|
"name": "notes-web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@mdi/js": "^5.0.45",
|
|
"@mdi/react": "^1.4.0",
|
|
"@rebass/forms": "^4.0.6",
|
|
"emotion-theming": "^10.0.19",
|
|
"fast-sort": "^2.1.1",
|
|
"framer-motion": "^1.10.3",
|
|
"immer": "^6.0.3",
|
|
"libsodium-wrappers": "^0.7.6",
|
|
"localforage": "^1.7.3",
|
|
"localforage-getitems": "https://github.com/thecodrr/localForage-getItems.git",
|
|
"notes-core": "npm:@streetwriters/notesnook-core@latest",
|
|
"qclone": "^1.0.4",
|
|
"quill": "https://github.com/thecodrr/quill.git#1.3.7",
|
|
"quill-magic-url": "^1.0.3",
|
|
"react": "^16.13.1",
|
|
"react-app-polyfill": "^1.0.6",
|
|
"react-dom": "^16.13.1",
|
|
"react-modal": "^3.11.2",
|
|
"react-scripts": "3.4.1",
|
|
"react-virtuoso": "^0.15.0",
|
|
"rebass": "^4.0.7",
|
|
"timeago-react": "^3.0.0",
|
|
"zustand": "^2.2.3"
|
|
},
|
|
"devDependencies": {
|
|
"babel-eslint": "^10.1.0",
|
|
"babel-loader": "8.1.0",
|
|
"eslint": "^6.8.0",
|
|
"eslint-config-react-app": "^5.2.1",
|
|
"eslint-plugin-import": "^2.20.2",
|
|
"eslint-plugin-jsx-a11y": "^6.2.3",
|
|
"eslint-plugin-react": "^7.19.0",
|
|
"eslint-plugin-react-hooks": "^3.0.0",
|
|
"source-map-explorer": "^2.4.2",
|
|
"typescript": "^3.8.3"
|
|
},
|
|
"scripts": {
|
|
"preinstall": "chmod +x ./scripts/ci.sh && ./scripts/ci.sh",
|
|
"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"
|
|
]
|
|
}
|
|
}
|