-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 956 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
{
"name": "localhost-index",
"version": "1.0.0",
"description": "A better UI for your localhost.",
"homepage": "https://github.com/Brugman/localhost-index",
"license": "MIT",
"author": "Tim Brugman (https://timbr.dev/)",
"repository": "github:Brugman/localhost-index",
"private": "true",
"scripts": {
"postinstall": "npx gulp --env=prod"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"fancy-log": "^2.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-filter": "^7.0.0",
"gulp-if": "^3.0.0",
"gulp-less": "^5.0.0",
"gulp-livereload": "^4.0.2",
"gulp-notify": "^4.0.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"minimist": "^1.2.7"
}
}