-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
104 lines (104 loc) · 3.72 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
95
96
97
98
99
100
101
102
103
104
{
"private": true,
"name": "spacialist",
"version": "0.10.1",
"description": "A Virtual Research Environment for the Spatial Humanities",
"repository": {
"type": "git",
"url": "git+https://github.com/DH-Center-Tuebingen/Spacialist.git"
},
"author": "Vinzenz Rosenkranz <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/DH-Center-Tuebingen/Spacialist/issues"
},
"homepage": "https://github.com/DH-Center-Tuebingen/Spacialist#readme",
"scripts": {
"dev": "vite",
"dev:open": "IS_OPEN=true vite",
"build": "vite build",
"build:open": "IS_OPEN=true vite build",
"lint": "npx eslint --ext .js,.vue resources/js",
"lint:fix": "npx eslint --ext .js,.vue resources/js --fix"
},
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@vitejs/plugin-vue": "^4.5.2",
"@vue/babel-helper-vue-jsx-merge-props": "^1.4.0",
"@vue/babel-plugin-transform-vue-jsx": "^1.4.0",
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/compiler-sfc": "^3.3.4",
"@websanova/vue-auth": "^4.2.1",
"axios": "^1.4.0",
"browser-sync": "^2.29.3",
"browser-sync-webpack-plugin": "^2.3.0",
"eslint": "^8.51.0",
"eslint-plugin-vue": "^9.17.0",
"laravel-vite-plugin": "^1.0.0",
"postcss": "^8.4.22",
"resolve-url-loader": "^5.0.0",
"sass": "^1.62.0",
"sass-loader": "^13.3.1",
"vite": "^5.0.10",
"vue": "^3.3.4",
"vue-loader": "^17.2.2",
"vue-router": "^4.2.2",
"vuex": "4.0.2"
},
"dependencies": {
"@f3ve/vue-markdown-it": "^0.2.0",
"@fontsource/raleway": "^5.0.2",
"@fontsource/source-code-pro": "^5.0.2",
"@fontsource/zilla-slab": "^5.0.8",
"@milkdown/core": "^7.3.0",
"@milkdown/plugin-clipboard": "^7.3.0",
"@milkdown/plugin-diagram": "^7.3.0",
"@milkdown/plugin-emoji": "^7.3.0",
"@milkdown/plugin-history": "^7.3.0",
"@milkdown/plugin-indent": "^7.3.0",
"@milkdown/plugin-listener": "^7.3.0",
"@milkdown/plugin-math": "^7.3.0",
"@milkdown/plugin-prism": "^7.3.0",
"@milkdown/plugin-tooltip": "^7.3.0",
"@milkdown/plugin-upload": "^7.3.0",
"@milkdown/preset-commonmark": "^7.3.0",
"@milkdown/preset-gfm": "^7.3.0",
"@milkdown/prose": "^7.3.0",
"@milkdown/theme-nord": "^7.3.0",
"@milkdown/vue": "^7.3.0",
"@picmo/popup-picker": "^5.8.2",
"@popperjs/core": "^2.11.7",
"@retorquere/bibtex-parser": "^7.0.5",
"@vueform/multiselect": "^2.6.8",
"bootstrap": "^5.3.0",
"buffer": "^6.0.3",
"chart.js": "^4.3.0",
"circular-dependency-plugin": "^5.2.2",
"d3-dsv": "^3.0.1",
"dayjs": "^1.11.7",
"emojibase-data": "^15.0.0",
"highlight.js": "^11.8.0",
"lodash": "^4.17.21",
"ol": "^8.1.0",
"ol-ext": "^4.0.10",
"p-queue": "^8.0.1",
"picmo": "^5.8.2",
"process": "^0.11.10",
"proj4": "^2.9.0",
"string-similarity-js": "^2.1.4",
"tree-vue-component": "^6.0.2",
"vee-validate": "^4.9.6",
"video.js": "^8.5.0",
"videojs-record": "^4.6.0",
"vue-datepicker-next": "^1.0.3",
"vue-final-modal": "v4.5.3",
"vue-i18n": "^9.10.2",
"vue-upload-component": "^3.1.8",
"vuedraggable": "^4.1.0",
"yup": "^1.2.0"
},
"type": "module"
}