-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.67 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
{
"name": "dmx-linqa",
"version": "1.7.1",
"description": "The Linqa bilingual collaboration platform",
"author": "Jörg Richter <[email protected]>",
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/dmx-systems/dmx-linqa.git"
},
"scripts": {
"build": "webpack -p --hide-modules",
"dev": "webpack-dev-server --env.dev --hot",
"stats": "webpack -p --json > stats.json && webpack-bundle-analyzer stats.json target/classes/web",
"test": "jest --coverage"
},
"dependencies": {
"country-flag-emoji-polyfill": "0.1.5",
"dmx-api": "3.0.1",
"element-ui": "2.13.2",
"fuse.js": "3.6.1",
"pdfjs-dist": "2.12.313",
"quill-mention": "6.0.2",
"vue": "2.6.11",
"vue-element-dialog-draggable": "1.0.3",
"vue-moveable": "2.0.0-beta.55",
"vue-quill-minimum": "git+https://github.com/dmx-systems/vue-quill-minimum.git",
"vue-router": "3.0.7",
"vue-selecto": "1.22.0",
"vuex": "3.1.2"
},
"devDependencies": {
"@babel/core": "7.17.5",
"@babel/preset-env": "7.16.11",
"@testing-library/jest-dom": "^6.2.0",
"@vue/test-utils": "^1.3.6",
"@vue/vue2-jest": "^29.2.6",
"babel-jest": "^29.7.0",
"babel-loader": "8.2.3",
"babel-plugin-component": "1.1.1",
"css-loader": "3.4.2",
"file-loader": "5.1.0",
"html-webpack-plugin": "3.2.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"mini-css-extract-plugin": "0.9.0",
"style-loader": "1.1.3",
"vue-loader": "15.9.0",
"vue-template-compiler": "2.6.11",
"webpack": "4.41.6",
"webpack-bundle-analyzer": "3.6.0",
"webpack-cli": "3.3.11",
"webpack-dev-server": "3.10.3"
}
}