-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
62 lines (62 loc) · 2.08 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
{
"private": true,
"name": "thesaurex",
"version": "0.7.0",
"description": "Web based editor for SKOS based ontologies",
"repository": {
"type": "git",
"url": "git+https://github.com/DH-Center-Tuebingen/ThesauRex.git"
},
"author": "Vinzenz Rosenkranz <vinzenz.rosenkranz@uni-tuebingen.de>",
"license": "MIT",
"bugs": {
"url": "https://github.com/DH-Center-Tuebingen/ThesauRex/issues"
},
"homepage": "https://github.com/DH-Center-Tuebingen/ThesauRex#readme",
"scripts": {
"dev": "npm run development",
"development": "npx mix",
"watch": "npx mix watch",
"prod": "npm run production",
"production": "npx mix -p"
},
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.2",
"@fortawesome/free-brands-svg-icons": "^6.1.2",
"@fortawesome/free-regular-svg-icons": "^6.1.2",
"@fortawesome/free-solid-svg-icons": "^6.1.2",
"@vue/babel-helper-vue-jsx-merge-props": "^1.2.1",
"@vue/babel-plugin-transform-vue-jsx": "^1.2.1",
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/compiler-sfc": "^3.2.37",
"@websanova/vue-auth": "^4.1.13",
"axios": "^0.27.2",
"laravel-mix": "^6.0.49",
"postcss": "^8.4.16",
"resolve-url-loader": "^5.0.0",
"sass": "^1.54.5",
"sass-loader": "^13.0.2",
"vue": "^3.2.37",
"vue-loader": "^17.0.0",
"vue-router": "^4.1.4",
"vuex": "^4.0.2"
},
"dependencies": {
"@fontsource/raleway": "^4.5.10",
"@fontsource/source-code-pro": "^4.5.11",
"@popperjs/core": "^2.11.6",
"@vueform/multiselect": "^2.5.2",
"bootstrap": "^5.2.0",
"country-emoji": "^1.5.6",
"dayjs": "^1.11.5",
"lodash": "^4.17.21",
"p-queue": "^7.3.0",
"tree-vue-component": "^6.0.2",
"vee-validate": "^4.6.6",
"vue-final-modal": "^v3.4.4",
"vue-i18n": "^9.2.2",
"vue-upload-component": "^3.0.50",
"vuedraggable": "^4.1.0",
"yup": "^0.32.11"
}
}