forked from cybersemics/em
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
184 lines (184 loc) · 6.52 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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
{
"name": "em",
"version": "213.0.0",
"author": "Raine Revere <[email protected]>",
"description": "A beautiful, minimalistic note-taking app for personal sensemaking.",
"license": "NoHarm-draft",
"private": true,
"engines": {
"npm": ">=6",
"node": ">=12"
},
"browserslist": {
"production": [
"defaults"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"main": "mobile/index.tsx",
"scripts": {
"start:expo": "expo start",
"start": "react-scripts start",
"build": "react-scripts build",
"clean": "rm -rf ./node_modules/.cache/eslint-loader",
"docs": "typedoc --options typedoc.json",
"deploy": "npm version major && npm run build && firebase deploy --only hosting",
"deploy:functions": "cat ./firebase-config.json | node ./scripts/setFirebaseConfig.js && cd ./functions && npm run build && firebase deploy --only functions",
"postinstall": "husky install",
"lint": "FORCE_COLOR=1 npm-run-all --parallel --aggregate-output lint:*",
"lint:src": "eslint . --cache --rule 'no-console: [2, { allow: [error, info, warn] }]'",
"lint:no-npm": "node ./scripts/no-files.js package-lock.json",
"lint:functions": "cd ./functions && npm run lint",
"servebuild": "serve -s build -l 3000",
"test": "react-scripts test --testPathIgnorePatterns=./src/e2e",
"test:ios": "react-scripts test ./src/e2e/iOS --verbose",
"test:puppeteer": "react-scripts test ./src/e2e/puppeteer"
},
"dependencies": {
"@bit/mui-org.material-ui.swipeable-drawer": "^4.9.10",
"@react-native-async-storage/async-storage": "^1.13.0",
"@react-native-community/hooks": "^2.6.0",
"algoliasearch": "^4.9.2",
"axios": "^0.21.1",
"classnames": "^2.3.1",
"clipboard": "^2.0.8",
"dexie": "^3.0.3",
"emitter20": "^2.0.0",
"emoji-strip": "^1.0.1",
"expo": "^41.0.1",
"expo-clipboard": "1.0.2",
"expo-status-bar": "^1.0.4",
"expo-updates": "^0.5.4",
"expo-web-browser": "^9.2.0",
"fast-json-patch": "^3.0.0-1",
"firebase-encode": "0.0.5",
"fp-and-or": "^0.1.3",
"himalaya": "^1.1.0",
"html-escaper": "^3.0.3",
"immer": "^9.0.5",
"indexeddbshim": "^7.1.0",
"ipfs-http-client": "^43.0.1",
"jex-block-parser": "^1.0.0",
"lodash": "^4.17.21",
"moti": "0.6.0",
"murmurhash3js": "^3.0.1",
"page-lifecycle": "git+https://[email protected]/magic-akari/page-lifecycle#feat/add-types",
"pluralize": "^8.0.0",
"react": "17.0.2",
"react-contenteditable": "^3.3.5",
"react-dnd": "^11.1.3",
"react-dnd-html5-backend": "^11.1.3",
"react-dnd-multi-backend": "^6.0.2",
"react-dnd-touch-backend": "^11.1.3",
"react-dom": "17.0.2",
"react-error-boundary": "^3.1.3",
"react-gravatar": "^2.6.3",
"react-hamburger-menu": "^1.2.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-41.0.0.tar.gz",
"react-native-error-boundary": "^1.1.10",
"react-native-gesture-handler": "^1.10.2",
"react-native-get-random-values": "^1.7.0",
"react-native-pell-rich-editor": "^1.8.5",
"react-native-picker-select": "^8.0.4",
"react-native-reanimated": "2.0.0",
"react-native-sqlite-2": "^3.3.0",
"react-native-svg": "12.1.0",
"react-native-web": "^0.16.5",
"react-native-webview": "11.2.3",
"react-redux": "^7.2.4",
"react-scripts": "4.0.3",
"react-split-pane": "^0.1.92",
"react-transition-group": "^4.4.2",
"redux": "^4.1.0",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.3.0",
"sanitize-html": "^2.4.0",
"truncate-html": "^1.0.3",
"ts-key-enum": "^2.0.6",
"use-onclickoutside": "^0.3.2",
"uuid": "^8.3.2",
"xhtml-purifier": "^0.4.1",
"yallist": "^4.0.0"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@sinonjs/fake-timers": "^6.0.1",
"@testing-library/dom": "^7.31.2",
"@testing-library/jest-dom": "^5.14.0",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^13.1.9",
"@types/classnames": "^2.3.0",
"@types/clipboard": "^2.0.1",
"@types/emoji-strip": "^1.0.0",
"@types/enzyme": "^3.10.8",
"@types/expect-puppeteer": "^4.4.5",
"@types/html-escaper": "^3.0.0",
"@types/jest": "^26.0.23",
"@types/jest-environment-puppeteer": "^4.4.1",
"@types/lodash": "^4.14.170",
"@types/murmurhash3js": "^3.0.2",
"@types/node": "^15.12.2",
"@types/pluralize": "0.0.29",
"@types/puppeteer": "^5.4.3",
"@types/react": "17.0.11",
"@types/react-dnd-multi-backend": "^6.0.0",
"@types/react-dom": "17.0.7",
"@types/react-gravatar": "^2.6.8",
"@types/react-hamburger-menu": "0.0.3",
"@types/react-native": "^0.64.10",
"@types/react-redux": "^7.1.16",
"@types/react-transition-group": "^4.4.1",
"@types/redux-mock-store": "^1.0.2",
"@types/sanitize-html": "^2.3.1",
"@types/sinonjs__fake-timers": "^6.0.2",
"@types/uuid": "^8.3.0",
"@types/yallist": "^4.0.1",
"@typescript-eslint/eslint-plugin": "^4.26.1",
"@typescript-eslint/parser": "^4.26.1",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.2",
"browserstack-local": "^1.4.8",
"chalk": "^4.1.1",
"em-typedoc-theme": "^0.3.0",
"enzyme": "^3.11.0",
"eslint": "^7.28.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-raine": "^0.3.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-export-default-identifier": "0.3.0",
"eslint-plugin-fp": "^2.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsdoc": "^35.1.3",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-react-native": "^3.11.0",
"fake-indexeddb": "^3.1.2",
"husky": "^6.0.0",
"it-all": "^1.0.5",
"jest-environment-node": "^27.0.3",
"jest-environment-puppeteer-jsdom": "^4.3.1",
"jest-localstorage-mock": "^2.4.14",
"jest-puppeteer": "^5.0.4",
"npm-run-all": "^4.1.5",
"prettier": "^2.3.2",
"puppeteer": "^9.1.1",
"react-dnd-test-backend": "^14.0.0",
"react-dnd-test-utils": "^11.1.3",
"redux-mock-store": "^1.5.4",
"serve": "^12.0.0",
"tcp-port-used": "^1.0.2",
"typedoc": "^0.17.8",
"typedoc-plugin-exclude-references": "^1.0.0",
"typedoc-plugin-external-module-name": "^4.0.6",
"typedoc-plugin-rename-named-parameters": "^1.0.6",
"typescript": "^4.3.2",
"webdriverio": "^7.7.3"
}
}