-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.59 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.59 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "@agence-webup/gulpy",
"version": "3.0.0-beta.1",
"description": "",
"type": "module",
"main": "src/index.js",
"exports": {
".": "./src/index.js"
},
"scripts": {
"dev": "./node_modules/gulp/bin/gulp.js --gulpfile demo/gulpfile.js",
"prod": "./node_modules/gulp/bin/gulp.js --gulpfile demo/gulpfile.js --production",
"dev:watch": "./node_modules/gulp/bin/gulp.js --gulpfile demo/gulpfile.js watch",
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/agence-webup/gulpy.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/agence-webup/gulpy/issues"
},
"homepage": "https://github.com/agence-webup/gulpy#readme",
"dependencies": {
"@babel/core": "^7.27.7",
"@babel/preset-env": "^7.27.2",
"ansi-colors": "^4.1.3",
"browser-sync": "^3.0.4",
"del": "^8.0.0",
"fancy-log": "^2.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^9.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^9.1.0",
"gulp-less": "^5.0.0",
"gulp-npm-dist": "^1.0.4",
"gulp-plumber": "^1.2.1",
"gulp-rev": "^11.0.0",
"gulp-rev-rewrite": "^6.0.0",
"gulp-sass": "^6.0.1",
"gulp-terser": "^2.1.0",
"imagemin-mozjpeg": "^10.0.0",
"install": "^0.13.0",
"minimist": "^1.2.8",
"sass": "^1.89.2",
"through2": "^4.0.2"
},
"devDependencies": {
"prettier": "^3.6.2"
}
}