-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
94 lines (87 loc) · 2.66 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
{ "name": "anno-frontend",
"private": true,
"version": "0.7.2201100441",
"description": "UB Heidelberg Annotations Web Frontend",
"main": "entry.js",
"scripts": {
"build": "./build/build.sh \"$@\"",
"build-dev": "./build/build.sh dev \"$@\"",
"build-prod": "./build/build.sh prod \"$@\"",
"pyhttpd": "python3 -m http.server --directory . --bind localhost 33380 \"$@\"",
"sh": "\"$@\"",
"test": "tap -Rspec test/*.test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/kba/anno-frontend"
},
"author": "Heidelberg University Library (https://www.ub.uni-heidelberg.de/)",
"contributors": [
"Konstantin Baierer (https://github.com/kba/)"
],
"eslintConfig": {
"extends": ["nodejs-pmb", "./eslint.overrides.js"]
},
"license": "MIT",
"dependencies": {
"@kba/anno-queries": "^0.0.4",
"@kba/anno-store-http": "^0.0.8",
"@kba/anno-util": "^0.0.2",
"@kba/xrx-vue": "^0.0.22",
"@ubhd/authorities-client": "^0.7.2",
"axios": "^0.19.2",
"bonanza": "^2.1.4",
"ceson": "^0.1.5",
"clipboard": "^1.7.1",
"dateformat": "^2.2.0",
"delay": "^4.4.1",
"getown": "^1.0.0",
"jquery": "^3.6.0",
"jwt-decode": "^2.2.0",
"lodash.get": "^4.4.2",
"lodash.mapvalues": "^4.6.0",
"lodash.set": "^4.3.2",
"merge-options": "^3.0.4",
"p-each-series": "^3.0.0",
"parse-simple-svg-meta-pmb": "^0.1.0",
"pify": "^5.0.0",
"quill": "^1.3.7",
"require-mjs-autoprefer-default-export-pmb": "^0.1.1",
"safe-sortedjson": "^1.0.6",
"semtonotes-utils": "^0.2.2",
"vue": "^2.6.12",
"vue-frag": "^1.3.1",
"vue2-teleport": "^1.0.1",
"vuejs-debug-traverse-210506-pmb": "mk-pmb/vuejs-debug-traverse-210506-pmb-js#master",
"vuex": "vuejs/vuex#3.x",
"web-storage-es6": "^1.2.0"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.13.10",
"@babel/preset-env": "^7.13.10",
"@babel/preset-stage-2": "^7.8.3",
"@babel/runtime": "^7.13.10",
"absdir": "^1.0.6",
"babel-loader": "^8.2.2",
"bootstrap": "^4.6.0",
"bootstrap3": "^3.3.5",
"browserslist": "^4.21.1",
"css-loader": "^3.6.0",
"eslint": "^8.13.0",
"eslint-config-nodejs-pmb": "^0.3.5",
"eslint-plugin-json-light-pmb": "^1.0.7",
"eslint-plugin-n": "^15.2.4",
"font-awesome": "^4.7.0",
"html-loader": "^0.5.5",
"sass": "^1.43.2",
"sass-loader": "^8.0.2",
"semtonotes-client": "^0.2.3",
"style-loader": "^1.3.0",
"tap": "^14.11.0",
"url-loader": "^3.0.0",
"webpack": "^5.53.0",
"webpack-cli": "^4.8.0",
"webpack-shell-plugin-next": "^2.2.2"
},
"engines": { "npm": ">=7.0.0", "node": ">=16.0.0" }
}