-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
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": "donations",
"description": "",
"main": "Gulpfile.js",
"repository": {
"type": "git",
"url": "git+https://github.com/MinnPost/donations.git"
},
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/MinnPost/donations/issues"
},
"homepage": "https://github.com/MinnPost/donations#readme",
"devDependencies": {
"@babel/core": "^7.20.5",
"@babel/preset-env": "^7.20.2",
"autoprefixer": "^10.4.13",
"browser-sync": "^2.27.10",
"css-mqpacker": "^7.0.0",
"cssnano": "^5.1.14",
"fs": "0.0.2",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-iife": "^0.4.0",
"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-sass-glob": "^1.1.0",
"gulp-sort": "~2",
"gulp-sourcemaps": "^3.0.0",
"gulp-svgmin": "^4.1.0",
"gulp-uglify": "^3.0.2",
"npm-check-updates": "^16.6.0",
"sass": "^1.56.2"
},
"browserslist": [
"last 2 version",
"> 1%",
"maintained node versions",
"not dead"
]
}