forked from gloggi/qualix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 2.35 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
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production",
"test": "jest"
},
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/preset-env": "^7.14.4",
"@babel/preset-react": "^7.18.6",
"@fortawesome/fontawesome-free": "^6.1.2",
"@intlify/core": "^9.2.2",
"@kirschbaum-development/laravel-translations-loader": "^1.4.0",
"@react-pdf/renderer": "^3.0.0",
"@sentry/vue": "^6.13.2",
"@testing-library/jest-dom": "^5.13.0",
"@testing-library/user-event": "^13.1.9",
"@testing-library/vue": "^5.6.2",
"@tiptap/core": "^2.0.0-beta.106",
"@tiptap/extension-collaboration": "^2.0.0-beta.20",
"@tiptap/extension-collaboration-cursor": "^2.0.0-beta.21",
"@tiptap/extension-document": "^2.0.0-beta.13",
"@tiptap/extension-dropcursor": "^2.0.0-beta.19",
"@tiptap/extension-gapcursor": "^2.0.0-beta.19",
"@tiptap/extension-heading": "^2.0.0-beta.15",
"@tiptap/extension-history": "^2.0.0-beta.16",
"@tiptap/extension-paragraph": "^2.0.0-beta.17",
"@tiptap/extension-text": "^2.0.0-beta.13",
"@tiptap/vue-2": "^2.0.0-beta.51",
"@vue/vue2-jest": "^27.0.0",
"axios": "^0.25",
"babel-core": "^7.0.0-bridge.0",
"bootstrap": "^4.6.2",
"bootstrap-vue": "^2.22.0",
"cross-env": "^7.0.3",
"file-saver": "^2.0.5",
"globby": "^13.1.2",
"jest": "^27.0.4",
"laravel-mix": "^6.0.43",
"lodash": "^4.17.21",
"pdf-parse": "^1.1.1",
"popper.js": "^1.16.1",
"prosemirror-gapcursor": "^1.1.5",
"prosemirror-state": "^1.3.4",
"quoted-printable": "^1.0.1",
"react": "^18.2.0",
"resolve-url-loader": "^5.0.0",
"sanitize-filename": "^1.6.3",
"sass": "^1.34.1",
"sass-loader": "^12.0.0",
"vue": "^2.6.14",
"vue-i18n": "^8.24.4",
"vue-loader": "^15.9.7",
"vue-multiselect": "^2.1.6",
"vue-template-compiler": "^2.6.14",
"y-webrtc": "^10.2.0",
"yjs": "^13.5.12"
}
}