-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
86 lines (86 loc) · 2.71 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
{
"name": "corpus-frontend",
"version": "2.1.0",
"description": "Corpus frontend javascript code",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npm run build:blfschema && npm run build:source",
"build:blfschema": "cd src/assets && node compile-schema.js && cd ../..",
"build:source": "webpack --config webpack.config.prod.js --mode production",
"start": "webpack-dev-server --hot --config webpack.config.dev.js --mode development --port 8081 --host 0.0.0.0",
"node": "node"
},
"author": "INT",
"license": "Apache-2.0",
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@types/bootstrap": "^3.4.0",
"@types/bootstrap-select": "^1.13.4",
"@types/common-tags": "^1.8.0",
"@types/file-saver": "^1.3.1",
"@types/google.analytics": "0.0.39",
"@types/jquery": "^3.5.0",
"@types/jqueryui": "^1.12.13",
"@types/mustache": "^0.8.32",
"@types/qs": "^6.9.3",
"@types/urijs": "^1.19.18",
"@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
"@vue/babel-preset-jsx": "^1.1.2",
"babel-loader": "^8.2.3",
"circular-dependency-plugin": "^5.2.0",
"clean-webpack-plugin": "^0.1.19",
"core-js": "^3.36.1",
"css-loader": "^6.6.0",
"fork-ts-checker-webpack-plugin": "^7.0.0",
"monaco-editor-webpack-plugin": "^7.1.0",
"sass": "^1.49.7",
"sass-loader": "^12.4.0",
"ts-json-schema-generator": "^1.5.0",
"ts-loader": "^9.2.6",
"typescript": "^5.6.2",
"vue-loader": "^15.11.1",
"vue-pursue": "^0.1.3",
"vue-template-compiler": "^2.7.14",
"webpack": "^5.91.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
},
"dependencies": {
"axios": "^0.21.2",
"bootstrap": "^3.4.1",
"bootstrap-select": "^1.13.18",
"clone-deep": "^4.0.1",
"common-tags": "^1.8.0",
"corpus-frontend": "file:",
"file-saver": "^1.3.8",
"highcharts": "^9.0.0",
"highcharts-vue": "^1.2.0",
"jquery": "^3.5.0",
"jquery-extendext": "^0.1.2",
"jquery-ui": "1.13.0",
"json-stable-stringify": "^1.0.1",
"lucene-query-parser": "^1.2.0",
"memoize-decorator": "^1.0.2",
"monaco-editor": "^0.47.0",
"monaco-yaml": "^5.1.1",
"mustache": "^2.3.2",
"oidc-client-ts": "^2.4.0",
"popper.js": "^1.15.0",
"qs": "^6.5.2",
"reactive-dep-tree": "^0.5.2",
"rxjs": "^7.8.1",
"ts-deepmerge": "^7.0.0",
"urijs": "^1.19.7",
"v-tooltip": "2.0.2",
"vue": "^2.7.14",
"vue-i18n": "^8.28.2",
"vue-plausible": "^1.3.2",
"vue-router": "^3.5.1",
"vue-slider-component": "^3.2.24",
"vuex": "^3.6.2",
"vuex-typex": "^3.1.9"
}
}