-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.36 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
46
47
48
49
{
"name": "@tghp/gulppress",
"version": "4.1.0",
"description": "Shared gulpfile across TGHP WordPress projects",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/tghp/gulppress.git"
},
"author": "TGHP",
"homepage": "https://github.com/tghp/gulppress#readme",
"dependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-typescript": "^7.18.6",
"@babel/preset-react": "^7.18.6",
"@babel/preset-env": "^7.9.5",
"aliasify": "^2.1.0",
"autoprefixer": "^10.4.0",
"babelify": "^10.0.0",
"browser-sync": "^2.27.5",
"browserify": "^16.5.1",
"tsify": "^5.0.4",
"dotenv": "^10.0.0",
"exorcist": "^1.0.1",
"glob": "^7.1.6",
"gulp": "4.0.2",
"gulp-if": "^3.0.0",
"gulp-noop": "^1.0.1",
"gulp-notify": "^4.0.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^9.0.0",
"gulp-regex-rename": "^0.1.0",
"gulp-replace": "^1.1.3",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"merge-stream": "^2.0.0",
"parent-package-json": "^2.0.1",
"postcss": "^8.3.6",
"postcss-easing-gradients": "^3.0.1",
"rc": "^1.2.8",
"sass": "^1.54.9",
"tfilter": "^1.0.1",
"uglifyify": "^5.0.2",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"watchify": "^3.11.1"
}
}