forked from streetwriters/notesnook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
144 lines (144 loc) · 4.21 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"name": "@notesnook/web",
"description": "Your private note taking space",
"version": "2.1.6",
"private": true,
"main": "./src/App.js",
"homepage": "https://notesnook.com/",
"repository": "https://github.com/streetwriters/notesnook",
"dependencies": {
"@brixtol/currency-symbols": "^1.1.1",
"@dnd-kit/core": "^6.0.5",
"@dnd-kit/modifiers": "^6.0.0",
"@dnd-kit/sortable": "^7.0.1",
"@emotion/react": "^11.10.0",
"@mdi/js": "^6.5.95",
"@mdi/react": "^1.4.0",
"@notesnook/core": "*",
"@notesnook/crypto": "*",
"@notesnook/crypto-worker": "*",
"@notesnook/desktop": "file:desktop",
"@notesnook/editor": "*",
"@notesnook/logger": "*",
"@notesnook/streamable-fs": "*",
"@notesnook/theme": "*",
"@tanstack/react-virtual": "^3.0.0-beta.18",
"@theme-ui/components": "^0.14.7",
"@theme-ui/core": "^0.14.7",
"allotment": "^1.12.1",
"async-mutex": "^0.3.2",
"axios": "^0.21.4",
"clipboard-polyfill": "^3.0.3",
"dayjs": "^1.10.4",
"event-source-polyfill": "^1.0.25",
"fflate": "^0.7.2",
"file-saver": "^2.0.5",
"framer-motion": "^4.1.17",
"hash-wasm": "^4.9.0",
"hotkeys-js": "^3.8.3",
"immer": "^9.0.6",
"localforage": "^1.10.0",
"localforage-driver-memory": "^1.0.5",
"localforage-getitems": "https://github.com/thecodrr/localForage-getItems.git",
"phone": "^3.1.14",
"platform": "^1.3.6",
"print-js": "^1.6.0",
"qclone": "^1.0.4",
"rc-scrollbars": "^1.1.3",
"react-dropzone": "^11.4.2",
"react-hot-toast": "^2.2.0",
"react-loading-skeleton": "^3.1.0",
"react-modal": "^3.12.1",
"react-qrcode-logo": "^2.2.1",
"react-scripts": "^5.0.1",
"react-scroll-sync": "^0.9.0",
"react-toggle": "^4.1.2",
"react-virtuoso": "2.4.0",
"showdown": "github:thecodrr/showdown",
"timeago.js": "^4.0.2",
"web-streams-polyfill": "^3.1.1",
"wouter": "^2.7.3",
"zustand": "^3.3.1"
},
"devDependencies": {
"@playwright/test": "^1.24.1",
"@types/file-saver": "^2.0.5",
"@types/hookrouter": "^2.2.5",
"@types/node-fetch": "^2.5.10",
"@types/platform": "^1.3.4",
"@types/quill": "^2.0.5",
"@types/react": "17.0.2",
"@types/react-dom": "17.0.2",
"@types/react-modal": "^3.13.1",
"buffer": "^6.0.3",
"chalk": "^4.1.0",
"dotenv": "^10.0.0",
"env-cmd": "^10.1.0",
"file-loader": "^6.2.0",
"find-process": "^1.4.4",
"ip": "^1.1.8",
"lorem-ipsum": "^2.0.4",
"patch-package": "^6.4.7",
"progress-bar-webpack-plugin": "^2.1.0",
"source-map-explorer": "^2.5.2",
"typescript": "^4.8.2",
"webpack-bundle-analyzer": "^4.5.0",
"worker-loader": "^3.0.8",
"zx": "^2.0.0",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"overrides": {
"react@>17": "17.0.2",
"react-dom@>17": "17.0.2",
"@types/react@>17": "17.0.2",
"@types/react-dom@>17": "17.0.2"
},
"scripts": {
"start": "env-cmd -e all,dev,web react-scripts start",
"start:desktop": "env-cmd -e all,desktop react-scripts start",
"build": "env-cmd -e all,web react-scripts --max_old_space_size=8092 build",
"build:beta": "env-cmd -e all,web,beta react-scripts build",
"build:profile": "env-cmd -e all,web react-scripts build --profile",
"build:desktop": "env-cmd -e all,desktop react-scripts build",
"deploy": "./scripts/deploy.sh",
"debug": "env-cmd -e all,dev,web,silent react-scripts start",
"test": "playwright test",
"test:all": "env-cmd -e test playwright test",
"eject": "react-scripts eject",
"analyze": "source-map-explorer 'build/static/js/*.js'",
"postinstall": "patch-package"
},
"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"
]
},
"author": {
"name": "Streetwriters (Private) Ltd.",
"email": "[email protected]",
"url": "https://streetwriters.co"
},
"volta": {
"node": "16.15.1"
},
"nx": {
"targets": {
"build": {
"outputs": [
"{projectRoot}/build"
]
}
}
}
}