-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
34 lines (34 loc) · 918 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
{
"name": "poradnia",
"version": "1.0.1",
"dependencies": {
"bootstrap-sass": "^3.3.4",
"bootstrap": "^5.0.0",
"font-awesome": "^4.5.0",
"jquery": "^3.3.1",
"moment": "^2.29.4",
"pikaday-time": "^1.4.0",
"patternomaly": "^1.3.2",
"datatables.net-dt": "^1.13.4",
"datatables.net-bs4": "^1.13.4",
"datatables.net-bs": "^1.13.4",
"datatables.net-buttons": "^2.3.6",
"datatables.net-buttons-bs": "^2.3.6",
"datatables.net-buttons-dt": "^2.3.6",
"datatables.net-plugins": "^1.13.6"
},
"devDependencies": {
"gulp": "^4.0.0",
"gulp-autoprefixer": "^8.0.0",
"gulp-concat": "^2.6.0",
"gulp-csslint": "^1.0.1",
"gulp-livereload": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-notify": "^4.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"sass": "^1.58.3",
"gulp-uglify": "^3.0.2",
"gulp-watch": "^5.0.1"
}
}