forked from DH-Center-Tuebingen/Spacialist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
98 lines (98 loc) · 3.89 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
{
"private": true,
"name": "spacialist",
"version": "0.8.0",
"description": "A Virtual Research Environment for the Spatial Humanities",
"repository": {
"type": "git",
"url": "git+https://github.com/eScienceCenter/Spacialist.git"
},
"author": "Vinzenz Rosenkranz <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/eScienceCenter/Spacialist/issues"
},
"homepage": "https://github.com/eScienceCenter/Spacialist#readme",
"scripts": {
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch-poll": "npm run watch -- --watch-poll",
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "npm run production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-jsx": "^7.12.1",
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-brands-svg-icons": "^5.15.1",
"@fortawesome/free-regular-svg-icons": "^5.15.1",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@vue/babel-helper-vue-jsx-merge-props": "^1.2.1",
"@vue/babel-plugin-transform-vue-jsx": "^1.2.1",
"@websanova/vue-auth": "^3.3.8",
"axios": "^0.21.1",
"cross-env": "^7.0.3",
"jquery": "^3.5",
"laravel-mix": "^5.0.9",
"lodash": "^4.17.20",
"resolve-url-loader": "^3.1.2",
"sass": "^1.30.0",
"sass-loader": "^10.1.0",
"vue": "^2.6.12",
"vue-router": "^3.4.9",
"vue-template-compiler": "^2.6.12",
"yarn": "^1.22.10"
},
"dependencies": {
"@joeattardi/emoji-button": "^4.6.0",
"@mapbox/togeojson": "^0.16.0",
"@retorquere/bibtex-parser": "^3.2.29",
"bootstrap": "^4.5.3",
"chart.js": "^2.9.4",
"cornerstone-core": "^2.3.0",
"cornerstone-tools": "^5.1.2",
"cornerstone-wado-image-loader": "^3.3.0",
"csv2geojson": "^5.1.1",
"d3-dsv": "^2.0.0",
"dayjs": "^1.9.6",
"dicom-parser": "^1.8.7",
"fabric": "^4.2.0",
"file-system": "^2.2.2",
"hammerjs": "^2.0.8",
"jszip": "^3.5.0",
"ol": "^6.4.3",
"ol-ext": "^3.1.17",
"p-queue": "^6.6.2",
"popper.js": "^1.16.1",
"proj4": "^2.6.3",
"screenfull": "^5.0.2",
"shpjs": "^3.6.3",
"tesseract.js": "^2.1.4",
"three": "^0.123.0",
"tree-vue-component": "^5.9.0",
"typeface-raleway": "^1.1.13",
"typeface-source-code-pro": "^1.1.13",
"unicode2latex": "^2.1.35",
"vee-validate": "^2.1.4",
"videojs-record": "^4.1.1",
"vue-context": "^6.0.0",
"vue-highlightjs": "^1.3.3",
"vue-i18n": "^8.22.2",
"vue-infinite-loading": "^2.4.5",
"vue-js-modal": "^1.3.35",
"vue-markdown": "^2.2.4",
"vue-multiselect": "^2.1.6",
"vue-notification": "^1.3.20",
"vue-pdf": "^4.2.0",
"vue-scrollto": "^2.20.0",
"vue-typeahead": "^2.3.2",
"vue-upload-component": "^2.8.22",
"vue2-datepicker": "^3.8.1",
"vuedraggable": "^2.24.3",
"wavesurfer.js": "^4.3.0",
"wkx": "^0.5.0"
}
}