-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 937 Bytes
/
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
{
"name": "gymmel_alumni",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack --config webpack.config.js",
"build:watch": "webpack --watch --progress",
"test": "php ./GymMel_Alumni/vendor/bin/phpunit ./tests"
},
"keywords": [],
"author": "",
"license": "MPL 2.0",
"dependencies": {
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"datatables.net-buttons": "^3.2.0",
"datatables.net-buttons-dt": "^3.2.0",
"datatables.net-dt": "^2.2.0",
"datatables.net-plugins": "^2.1.7",
"datatables.net-responsive-dt": "^3.0.3",
"jquery": "^3.7.1",
"jszip": "^3.10.1",
"pdfmake": "^0.2.18",
"popper.js": "^1.16.1"
},
"devDependencies": {
"css-loader": "^7.1.2",
"mini-css-extract-plugin": "^2.9.2",
"sass": "^1.83.1",
"sass-loader": "^16.0.4",
"style-loader": "^4.0.0",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1"
}
}