-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.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
{
"name": "koha-plugin-acq2.0",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"release": "bash ./release_kpz.sh",
"build": "webpack --mode production",
"dev": "webpack --mode development --watch",
"cy:ui": "cypress open",
"cy:cli": "cypress run -q",
"test": "docker exec -it kohadev-koha-1 sh -c \"prove /kohadevbox/plugins/koha-plugin-acq2/t/**/*\""
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.0",
"@fortawesome/free-solid-svg-icons": "^6.0.0",
"@fortawesome/vue-fontawesome": "^3.0.0-5",
"css-loader": "^6.8.1",
"datatables.net-buttons": "^2.3.4",
"datatables.net-vue3": "^2.0.0",
"pinia": "^2.0.13",
"style-loader": "^3.3.3",
"vue": "^3.2.31",
"vue-flatpickr-component": "^9",
"vue-router": "^4.2.5",
"vue-select": "^4.0.0-beta.3"
},
"devDependencies": {
"cypress": "^12.17.2",
"vue-loader": "^17.3.1",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
}
}