forked from HumanRightsWatch/VHS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 748 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 748 Bytes
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": "video_downloading_platform",
"version": "0.1.0",
"dependencies": {},
"devDependencies": {
"@popperjs/core": "^2.11.5",
"autoprefixer": "^10.4.7",
"bootstrap": "^5.1.3",
"browser-sync": "^2.27.10",
"cssnano": "^5.1.8",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^7.1.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-uglify-es": "^3.0.0",
"jquery": "^3.6.0",
"pixrem": "^5.0.0",
"postcss": "^8.4.14",
"sass": "^1.51.0"
},
"engines": {
"node": "16"
},
"browserslist": [
"last 2 versions"
],
"scripts": {
"dev": "gulp",
"build": "gulp generate-assets"
}
}