-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.48 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.48 KB
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
{
"name": "picture-annotation",
"description": "Web based picture annotator - can be used define areas within a picture that contain a title, a description and a link.",
"version": "0.1.0",
"license": "MIT",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"homepage": "https://github.com/mkalus/picture-annotation",
"bugs": {
"url": "https://github.com/mkalus/picture-annotation/issues"
},
"author": {
"name": "Dr. Maximilian Kalus",
"url": "https://www.auxnet.de/"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"build:wc": "vue-cli-service build --target wc --name lw-picture-annotation src/App.vue",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@kazupon/vue-i18n-loader": "^0.5.0",
"@mdi/js": "^5.9.55",
"core-js": "^3.12.1",
"konva": "^5.0.3",
"vue": "^2.6.12",
"vue-i18n": "^8.24.4",
"vue-konva": "^2.1.7",
"vue-nl2br": "^0.1.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.5.13",
"@vue/cli-plugin-eslint": "^4.5.13",
"@vue/cli-service": "^4.5.13",
"@vue/eslint-config-standard": "^5.1.2",
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^6.2.2",
"sass": "^1.26.12",
"sass-loader": "^8.0.2",
"vue-template-compiler": "^2.6.12"
}
}