-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 1023 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
36
{
"dependencies": {
"@fortawesome/fontawesome-free": "5.15.2",
"datatables.net": "1.10.23",
"datatables.net-buttons-jqui": "1.6.5",
"datatables.net-jqui": "1.10.23",
"datatables.net-responsive-jqui": "2.2.7",
"datatables.net-rowgroup-jqui": "1.1.2",
"date-fns": "2.16.1",
"jquery": "3.5.1",
"jquery-ui-dist": "1.12.1",
"toastr": "^2.1.4",
"webextension-polyfill": "0.7.0"
},
"devDependencies": {
"clean-webpack-plugin": "3.0.0",
"copy-webpack-plugin": "7.0.0",
"css-loader": "5.0.1",
"file-loader": "6.2.0",
"fs-extra": "9.1.0",
"html-loader": "1.3.2",
"html-webpack-plugin": "^5.0.0-beta.4",
"style-loader": "2.0.0",
"webpack": "^5.16.0",
"webpack-cli": "4.4.0",
"write-file-webpack-plugin": "4.5.1"
},
"scripts": {
"build": "node utils/build.js",
"start": "node utils/webserver.js"
},
"version": "0.5.7",
"name": "Biet-O-Matic-BE",
"license": "Apache-2.0",
"description": "A browser extension for eBay"
}