-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 3.14 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
{
"name": "memex-social",
"private": true,
"scripts": {
"bootstrap": "yarn && yarn install-dependencies && yarn prepare-packages",
"prepare-packages": "for scope in `ts-node tools/ordered-packages.ts`; do lerna exec --scope $scope 'yarn prepare'; done",
"update-packages": "git submodule update --remote",
"install-dependencies": "lerna bootstrap --force-local --ignore-scripts && npm rebuild",
"test": "yarn lerna run test",
"test:watch": "lerna run --parallel --stream test:watch -- --colors",
"prepare:watch": "lerna run --parallel --stream prepare:watch"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"dependencies": {
"@popperjs/core": "^2.11.6",
"@slack/bolt": "^3.12.2",
"@tiptap-pro/extension-mathematics": "^2.7.7",
"@tiptap/extension-code-block": "^2.2.4",
"@tiptap/extension-heading": "^2.2.4",
"@tiptap/extension-highlight": "^2.2.1",
"@tiptap/extension-image": "^2.2.4",
"@tiptap/extension-link": "^2.2.4",
"@tiptap/extension-list-item": "^2.2.4",
"@tiptap/extension-placeholder": "^2.2.4",
"@tiptap/extension-typography": "^2.2.4",
"@tiptap/html": "^2.2.4",
"@tiptap/pm": "^2.2.4",
"@tiptap/react": "^2.2.4",
"@tiptap/starter-kit": "^2.2.4",
"@types/react-datepicker": "^4.10.0",
"approx-string-match": "^2.0.0",
"cheerio": "^1.0.0-rc.12",
"chrono-node": "^2.5.0",
"detect-browser": "^5.3.0",
"discord.js": "^14.7.1",
"dompurify": "^2.1.0",
"html-react-parser": "^3.0.4",
"html2canvas": "^1.4.1",
"immutability-helper": "^3.0.0",
"jose": "^5.1.2",
"katex": "^0.16.10",
"linkify-html": "^4.0.2",
"linkifyjs": "^4.0.2",
"polished": "^4.3.1",
"prosemirror-commands": "^1.5.0",
"prosemirror-dropcursor": "^1.6.1",
"prosemirror-gapcursor": "^1.3.1",
"prosemirror-history": "^1.3.0",
"prosemirror-keymap": "^1.2.0",
"prosemirror-schema-list": "^1.2.2",
"react": "17.0.1",
"react-colorful": "^5.6.1",
"react-datepicker": "^4.10.0",
"react-dom": "^17.0.2",
"react-html-parser": "^2.0.2",
"react-onclickoutside": "^6.12.2",
"react-popper": "^2.3.0",
"react-rnd": "^10.4.1",
"sanitize-html": "^2.11.0",
"styled-components": "5.1.1",
"typeface-inter": "^3.18.1",
"ui-logic-core": "^0.2.2",
"ui-logic-react": "^0.1.6",
"webextension-polyfill": "^0.10.0"
},
"devDependencies": {
"@sentry/node": "^6.15.0",
"@types/glob": "5.0.35",
"@types/lodash": "^4.14.108",
"@types/node": "^14.0.14",
"@types/react": "^17.0.3",
"@types/styled-components": "^5.1.9",
"glob": "^7.1.6",
"husky": "^4.3.8",
"lerna": "^3.13.2",
"lodash": "^4.17.15",
"prettier": "2.2.1",
"pretty-quick": "^3.1.0",
"toposort": "^2.0.2",
"ts-node": "^8.10.2",
"typescript": "^4.6.3"
}
}