-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 1.06 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
{
"name": "record_home_dashboard_v1.0.0",
"version": "1.0.0",
"description": "A REDCap External Module that enables to add a customized Dashboard to the Record Homepage",
"scripts": {
"build": "npx mix",
"dev": "npx mix watch",
"prod": "npx mix --production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tertek/redcap-record-home-dashboard.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/tertek/redcap-record-home-dashboard/issues"
},
"homepage": "https://github.com/tertek/redcap-record-home-dashboard#readme",
"dependencies": {
"axios": "^0.24.0",
"bootstrap": "^4.6.2",
"bootstrap-vue": "^2.23.0",
"qs": "^6.11.2",
"resolve-url-loader": "^4.0.0",
"vue": "^2.7.14",
"vue-axios": "^3.5.2",
"vuedraggable": "^2.24.3"
},
"devDependencies": {
"@vue/runtime-dom": "^3.4.15",
"laravel-mix": "^6.0.49",
"sass": "^1.69.4",
"sass-loader": "^12.6.0",
"vue-loader": "^15.10.2",
"vue-template-compiler": "^2.7.14"
}
}