-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.63 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
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "sumit-bootstrap-boilerplate",
"version": "2.0.3",
"description": "Bootstrap, Moment, fontawesome included project with minified and uglified",
"author": "sumit more",
"license": "MIT",
"scripts": {
"start": "node main.js"
},
"repository": "https://github.com/sumitprojects/sumit-bootstrap-boilerplate.git",
"dependencies": {
"bootstrap": "^4.3.1",
"bootswatch": "^4.3.1",
"datatables.net-autofill-bs4": "^2.3.3",
"datatables.net-bs4": "^1.10.19",
"datatables.net-buttons-bs4": "^1.5.6",
"datatables.net-colreorder-bs4": "^1.5.1",
"datatables.net-fixedcolumns-bs4": "^3.2.6",
"datatables.net-fixedheader-bs4": "^3.1.5",
"datatables.net-keytable-bs4": "^2.5.0",
"datatables.net-responsive-bs4": "^2.2.3",
"datatables.net-rowgroup-bs4": "^1.1.0",
"datatables.net-rowreorder-bs4": "^1.2.5",
"datatables.net-scroller-bs4": "^2.0.0",
"datatables.net-select-bs4": "^1.3.0",
"fontawesome": "^5.6.3",
"jquery": "^3.4.1",
"jszip": "^3.2.2",
"moment": "^2.24.0",
"pdfmake": "^0.1.58",
"popper": "^1.0.1"
},
"devDependencies": {
"grunt": "^1.0.4",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0"
},
"peerDependencies": {
"popper.js": "^1.15.0"
},
"keywords": [
"bootstrap",
"jquery",
"boilerplate",
"datatables",
"momentjs",
"bootstrap-boilerplate"
]
}