-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 716 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 716 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
{
"name": "customrequest",
"description": "Use friendly URLs everywhere",
"author": "Thomas Jakobi <office@treehillstudio.com>",
"private": true,
"devDependencies": {
"autoprefixer": "^10.4.23",
"cssnano": "^7.1.2",
"date-format": "^4.0.14",
"gulp": "^5.0.1",
"gulp-concat": "^2.6.1",
"gulp-footer": "^2.1.0",
"@fomantic/gulp-header": "^2.1.1",
"gulp-postcss": "^10.0.0",
"gulp-rename": "^2.1.0",
"gulp-replace": "^1.1.4",
"gulp-sass": "^6.0.1",
"gulp-uglify": "^3.0.2",
"postcss": "^8.5.6",
"sass": "^1.97.3",
"uglify-js": "^3.19.3"
},
"browserslist": [
"last 2 version",
"> 1%",
"maintained node versions",
"not dead"
]
}