Bug 32030: ERM - Vue version
[koha.git] / package.json
1 {
2   "name": "koha",
3   "description": "Koha is distributed under the GNU GPL version 3 or later.",
4   "main": "gulpfile.js",
5   "directories": {
6     "doc": "docs",
7     "test": "test"
8   },
9   "dependencies": {
10     "@fortawesome/fontawesome-svg-core": "^6.1.0",
11     "@fortawesome/free-solid-svg-icons": "^6.0.0",
12     "@fortawesome/vue-fontawesome": "^3.0.0-5",
13     "@popperjs/core": "^2.11.2",
14     "babel-core": "^7.0.0-beta.3",
15     "bootstrap": "^5.1.3",
16     "bootstrap-vue-3": "^0.1.7",
17     "css-loader": "^6.6.0",
18     "gulp": "^4.0.2",
19     "gulp-autoprefixer": "^4.0.0",
20     "gulp-concat-po": "^1.0.0",
21     "gulp-cssnano": "^2.1.2",
22     "gulp-exec": "^4.0.0",
23     "gulp-rename": "^2.0.0",
24     "gulp-rtlcss": "^1.4.1",
25     "gulp-sass": "^3.1.0",
26     "gulp-sourcemaps": "^2.6.1",
27     "js-yaml": "^3.13.1",
28     "lodash": "^4.17.12",
29     "merge-stream": "^2.0.0",
30     "minimist": "^1.2.5",
31     "style-loader": "^3.3.1",
32     "vue": "^3.2.31",
33     "vue-flatpickr-component": "^9"
34   },
35   "scripts": {
36     "build": "node_modules/.bin/gulp build",
37     "build_js": "webpack --mode production",
38     "watch_js": "webpack --mode development --watch",
39     "css": "node_modules/.bin/gulp css",
40     "watch": "node_modules/.bin/gulp watch"
41   },
42   "repository": {
43     "type": "git",
44     "url": "git://git.koha-community.org/koha.git"
45   },
46   "resolutions": {
47     "minimatch": "^3.0.2",
48     "lodash": "^4.17.12",
49     "js-yaml": "^3.13.1"
50   },
51   "author": "",
52   "license": "GPL-3.0",
53   "devDependencies": {
54     "postcss-selector-parser": "^6.0.10",
55     "postcss": "^8.4.14",
56     "stylelint-config-standard-scss": "^5.0.0",
57     "stylelint-order": "^5.0.0",
58     "stylelint": "^14.9.1",
59     "@babel/core": "^7.17.5",
60     "@babel/preset-env": "^7.16.11",
61     "@vue/compiler-sfc": "^3.2.31",
62     "babel-loader": "^8.2.3",
63     "babelify": "^10.0.0",
64     "browserify": "^17.0.0",
65     "clean-webpack-plugin": "^4.0.0",
66     "gulp-tap": "^1.0.1",
67     "html-webpack-plugin": "^5.5.0",
68     "ts-loader": "^9.2.7",
69     "typescript": "^4.6.2",
70     "vinyl-source-stream": "^2.0.0",
71     "vue-loader": "^17.0.0",
72     "watchify": "^4.0.0",
73     "webpack": "^5.69.1",
74     "webpack-cli": "^4.9.2",
75     "webpack-dev-server": "^4.7.4"
76   }
77 }