mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-01 19:49:54 +02:00
58 lines
1.4 KiB
JSON
58 lines
1.4 KiB
JSON
{
|
|
"name": "@notesnook/vericrypt",
|
|
"version": "1.1.0",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@testing-library/jest-dom": "^5.11.4",
|
|
"@testing-library/react": "^11.1.0",
|
|
"@testing-library/user-event": "^12.1.10",
|
|
"@types/file-saver": "^2.0.4",
|
|
"@types/jest": "^26.0.15",
|
|
"@types/node": "^12.0.0",
|
|
"@types/platform": "^1.3.4",
|
|
"@types/react": "^17.0.0",
|
|
"@types/react-dom": "^17.0.0",
|
|
"@types/react-dropzone": "^5.1.0",
|
|
"@types/react-modal": "^3.13.1",
|
|
"@types/theme-ui": "^0.6.0",
|
|
"env-cmd": "^10.1.0",
|
|
"react-scripts": "4.0.3",
|
|
"typescript": "^4.1.2"
|
|
},
|
|
"dependencies": {
|
|
"@microsoft/signalr-protocol-msgpack": "^6.0.7",
|
|
"@notesnook/crypto": "^1.0.0",
|
|
"clipboard-polyfill": "^3.0.3",
|
|
"colord": "^2.9.2",
|
|
"platform": "^1.3.6",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-icons": "^4.3.1",
|
|
"theme-ui": "^0.12.1"
|
|
},
|
|
"scripts": {
|
|
"start": "env-cmd -e all react-scripts start",
|
|
"build": "env-cmd -e all,release react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"react-app",
|
|
"react-app/jest"
|
|
]
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|