This repository has been archived by the owner on Feb 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
100 lines (100 loc) · 3.01 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "@wwwoda/gulp-tasks",
"version": "0.0.2",
"license": "MIT",
"author": "Woda Digital",
"description": "Collection of gulp tasks used in web development projects",
"keywords": [
"wordpress",
"eslint"
],
"homepage": "https://github.com/wwwoda/gulp-tasks",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"release": "release-it",
"release-minor": "release-it minor",
"release-major": "release-it major",
"release-dry": "release-it --dry-run",
"release-beta": "release-it --preRelease=beta"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-object-rest-spread": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-typescript": "^7.3.3",
"autoprefixer": "^9.6.1",
"babel-loader": "^8.0.6",
"browser-sync": "^2.26.7",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-buster": "^1.1.0",
"gulp-cache": "^1.1.3",
"gulp-changed": "^4.0.1",
"gulp-csso": "^3.0.1",
"gulp-filter": "^6.0.0",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^6.1.0",
"gulp-modernizr": "^3.3.0",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-responsive": "^2.14.0",
"gulp-sass": "^4.0.2",
"gulp-sort": "^2.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-to-ico": "^1.0.0",
"gulp-ttf2woff": "^1.1.1",
"gulp-ttf2woff2": "^3.0.0",
"gulp-uglify": "^3.0.2",
"gulp-wp-pot": "^2.3.5",
"hash-assets-webpack-plugin": "^1.0.0",
"postcss-calc": "^7.0.1",
"postcss-css-variables": "^0.13.0",
"postcss-easing-gradients": "^3.0.1",
"uglifyjs-webpack-plugin": "^2.2.0",
"vinyl-named": "^1.1.0",
"webpack": "^4.39.2",
"webpack-merge": "^4.2.1",
"webpack-stream": "^5.2.1",
"yargs": "^14.0.0"
},
"devDependencies": {
"@release-it/conventional-changelog": "^1.1.0",
"@types/autoprefixer": "^9.6.1",
"@types/browser-sync": "^2.26.1",
"@types/del": "^4.0.0",
"@types/gulp": "^4.0.6",
"@types/gulp-changed": "^0.0.33",
"@types/gulp-csso": "^1.0.31",
"@types/gulp-filter": "^3.0.33",
"@types/gulp-if": "^0.0.33",
"@types/gulp-imagemin": "^4.1.1",
"@types/gulp-modernizr": "^1.0.1",
"@types/gulp-plumber": "^0.0.32",
"@types/gulp-postcss": "^8.0.0",
"@types/gulp-rename": "^0.0.33",
"@types/gulp-sass": "^4.0.0",
"@types/gulp-sourcemaps": "^0.0.32",
"@types/gulp-uglify": "^3.0.6",
"@types/postcss-calc": "^7.0.0",
"@types/webpack": "^4.39.0",
"@types/webpack-merge": "^4.1.5",
"@types/webpack-stream": "^3.2.10",
"@types/yargs": "^13.0.2",
"@typescript-eslint/eslint-plugin": "^2.0.0",
"@typescript-eslint/parser": "^2.0.0",
"eslint": "^6.2.2",
"eslint-config-wordpress": "^2.0.0",
"node-env-file": "^0.1.8",
"release-it": "^12.3.6",
"typescript": "^3.5.3"
}
}