-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
162 lines (162 loc) · 5.53 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
{
"name": "factly",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"format": "prettier --write \"{libs,apps}/**/*.{js,jsx,yml,yaml,json,css,md}\"",
"prepare": "husky install",
"start": "nx run test:serve"
},
"private": true,
"dependencies": {
"@tippyjs/react": "^4.2.6",
"@tiptap/extension-character-count": "^2.3.1",
"@tiptap/extension-code-block-lowlight": "^2.3.1",
"@tiptap/extension-color": "^2.3.1",
"@tiptap/extension-highlight": "^2.3.1",
"@tiptap/extension-image": "^2.3.1",
"@tiptap/extension-link": "^2.3.1",
"@tiptap/extension-subscript": "^2.3.1",
"@tiptap/extension-superscript": "^2.3.1",
"@tiptap/extension-table": "^2.3.1",
"@tiptap/extension-table-cell": "^2.3.1",
"@tiptap/extension-table-header": "^2.3.1",
"@tiptap/extension-table-row": "^2.3.1",
"@tiptap/extension-task-item": "^2.3.1",
"@tiptap/extension-task-list": "^2.3.1",
"@tiptap/extension-text-align": "^2.3.1",
"@tiptap/extension-text-style": "^2.3.1",
"@tiptap/extension-typography": "^2.3.1",
"@tiptap/extension-underline": "^2.3.1",
"@tiptap/pm": "^2.3.1",
"@tiptap/prosemirror-tables": "^1.1.4",
"@tiptap/react": "2.0.4",
"@tiptap/starter-kit": "^2.3.1",
"@tiptap/suggestion": "^2.3.1",
"@uppy/aws-s3": "^3.0.5",
"@uppy/core": "^3.1.1",
"@uppy/dashboard": "^3.3.1",
"@uppy/drag-drop": "^3.0.1",
"@uppy/file-input": "^3.0.1",
"@uppy/progress-bar": "^3.0.1",
"@uppy/react": "^3.1.0",
"@uppy/status-bar": "^3.0.1",
"@uppy/url": "^3.2.0",
"babel-plugin-ramda": "^2.1.1",
"classnames": "^2.3.2",
"core-js": "^3.29.1",
"dangerously-set-html-content": "^1.0.13",
"dompurify": "^3.0.1",
"highlight.js": "^11.7.0",
"lodash.isplainobject": "^4.0.6",
"lowlight": "^2.8.0",
"prosemirror-commands": "^1.5.1",
"prosemirror-dropcursor": "^1.8.0",
"prosemirror-gapcursor": "^1.3.1",
"prosemirror-history": "^1.3.0",
"prosemirror-keymap": "^1.2.0",
"prosemirror-model": "^1.19.0",
"prosemirror-schema-list": "^1.2.2",
"prosemirror-state": "^1.4.2",
"prosemirror-transform": "^1.7.1",
"prosemirror-view": "^1.30.2",
"ramda": "^0.28.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hotkeys-hook": "^4.3.8",
"react-icons": "^4.8.0",
"react-masonry-infinite": "^1.2.2",
"react-paginate": "^8.1.5",
"react-popper": "^2.3.0",
"react-router-dom": "6.10.0",
"sse": "https://github.com/mpetazzoni/sse.js",
"tippy.js": "^6.3.7",
"tslib": "^2.3.0"
},
"devDependencies": {
"@babel/core": "7.21.4",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-proposal-private-property-in-object": "^7.21.0",
"@babel/plugin-transform-modules-commonjs": "^7.21.2",
"@babel/plugin-transform-runtime": "^7.21.4",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "7.21.4",
"@commitlint/cli": "^17.5.1",
"@commitlint/config-conventional": "^17.4.4",
"@commitlint/config-nx-scopes": "^17.4.3",
"@commitlint/cz-commitlint": "^17.5.0",
"@nrwl/cypress": "15.9.2",
"@nrwl/eslint-plugin-nx": "15.9.2",
"@nrwl/jest": "15.9.2",
"@nrwl/js": "15.9.2",
"@nrwl/linter": "15.9.2",
"@nrwl/react": "15.9.2",
"@nrwl/rollup": "15.9.2",
"@nrwl/storybook": "15.9.2",
"@nrwl/web": "15.9.2",
"@nrwl/webpack": "15.9.2",
"@nrwl/workspace": "15.9.2",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@rollup/plugin-url": "^8.0.1",
"@storybook/addon-actions": "^6.5.16",
"@storybook/addon-essentials": "^6.5.16",
"@storybook/addon-interactions": "^6.5.16",
"@storybook/addon-links": "^6.5.16",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/addon-styling": "^1.3.7",
"@storybook/builder-vite": "^0.4.2",
"@storybook/builder-webpack5": "^6.5.15",
"@storybook/core-server": "^6.5.16",
"@storybook/manager-webpack5": "^6.5.15",
"@storybook/preset-scss": "^1.0.3",
"@storybook/react": "^6.5.16",
"@storybook/react-webpack5": "^7.0.0-alpha.0",
"@svgr/rollup": "^7.0.0",
"@svgr/webpack": "^7.0.0",
"@testing-library/react": "14.0.0",
"@types/jest": "29.5.0",
"@types/node": "18.15.11",
"@types/react": "18.0.31",
"@types/react-dom": "18.0.11",
"@types/react-router-dom": "5.3.3",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"autoprefixer": "^10.4.14",
"babel-jest": "29.5.0",
"babel-loader": "9.1.2",
"commitizen": "^4.3.0",
"cypress": "^12.9.0",
"eslint": "~8.37.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-cypress": "^2.13.2",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"html-webpack-plugin": "^5.5.0",
"husky": "^8.0.0",
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
"lint-staged": "^13.2.0",
"nx": "15.9.2",
"postcss": "^8",
"postcss-import": "^15.1.0",
"prettier": "^2.8.7",
"prosemirror-utils": "^0.9.6",
"react-refresh": "^0.14.0",
"react-test-renderer": "18.2.0",
"resolve-url-loader": "^5.0.0",
"sass": "^1.68.0",
"sass-loader": "^13.3.2",
"semantic-release-npm-github-publish": "^1.5.4",
"semantic-release-plus": "^20.0.0",
"ts-jest": "29.0.5",
"ts-node": "10.9.1",
"typescript": "~5.0.3",
"url-loader": "^4.1.1"
},
"resolutions": {
"@yarnpkg/parsers": "3.0.0-rc.48.1"
}
}