-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.1 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
{
"name": "mydash",
"version": "1.0",
"description": "",
"type": "module",
"scripts": {
"test": "gulp test",
"dev": "gulp dev",
"build": "gulp build"
},
"dependencies": {
"@eonasdan/tempus-dominus": "^6.2.10",
"@fortawesome/fontawesome-free": "^6.3.0",
"@popperjs/core": "^2.11.6",
"bootstrap": "^5.2.3",
"bootstrap-icons": "^1.10.3",
"fullcalendar": "^5.11.0",
"inputmask": "^4.0.8",
"jquery": "^3.4.1",
"moment": "^2.24.0",
"overlayscrollbars": "^2.1.0",
"select2": "^4.0.7"
},
"devDependencies": {
"@babel/cli": "^7.5.0",
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.5.4",
"@babel/register": "^7.18.9",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.4",
"gulp-sass": "^5.1.0",
"gulp-terser": "^2.1.0",
"gulp-uglify": "^3.0.2",
"merge-stream": "^2.0.0",
"sass": "^1.52.2"
},
"keywords": [],
"author": "Abdellah Elkadiri (HunTerAnD1)",
"license": "ISC"
}