-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1.05 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
{
"name": "rundizbones-admin-module",
"version": "1.0.0",
"description": "Admin module for RundizBones framework.",
"private": true,
"type": "module",
"main": "node_tasks/index.js",
"author": "Vee W.",
"license": "MIT",
"repository": {},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.0.0",
"@popperjs/core": "^2.11.5",
"css-element-queries": "^1.2.3",
"datatables.net-dt": "^1.12.1",
"datatables.net-fixedheader-dt": "^3.2.4",
"datatables.net-plugins": "^1.11.5",
"datatables.net-responsive-dt": "^2.3.0",
"handlebars": "^4.7.7",
"jquery": "^3.6.0",
"lodash": "^4.17.21",
"moment": "^2.29.3",
"moment-timezone": "^0.5.34",
"rundiz-template-for-admin": "^2.2.2",
"sanitize.css": "^13.0.0",
"smartmenus": "^1.1.1",
"sortablejs": "^1.15.0",
"sticky-sidebar": "^3.3.1",
"tippy.js": "^6.3.7"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}