forked from WebDevStudios/constant-contact-forms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.56 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
{
"name": "constant-contact-forms",
"version": "1.13.0",
"description": "",
"main": "gulpfile.js",
"engines": {
"node": ">=14",
"npm": ">=7"
},
"scripts": {
"build": "NODE_ENV=production gulp",
"dev": "gulp",
"watch": "gulp watch",
"lint": "run-p lint:*",
"lint:css": "wp-scripts lint-style '**/*.scss'"
},
"repository": {
"type": "git",
"url": "[email protected]/WebDevStudios/constant-contact-forms.git"
},
"author": "",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/WebDevStudios/constant-contact-forms/issues"
},
"overrides": {
"graceful-fs": "^4.2.9"
},
"browserslist": [
"last 2 versions"
],
"homepage": "https://github.com/WebDevStudios/constant-contact-forms#readme",
"devDependencies": {
"@babel/core": "^7.17.10",
"@babel/preset-env": "^7.17.10",
"@babel/preset-react": "^7.16.7",
"@wordpress/prettier-config": "^1.2.0",
"@wordpress/scripts": "^23.0.0",
"autoprefixer": "^10.4.7",
"babel-loader": "^8.2.5",
"browser-sync": "^2.27.9",
"css-mqpacker": "^7.0.0",
"cssnano": "^5.1.7",
"del": "^6.0.0",
"gulp": "^4.0.1",
"gulp-notify": "^4.0.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-util": "^3.0.8",
"gulp-wp-pot": "^2.5.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.13",
"sass": "^1.51.0",
"stylelint-config-prettier": "^9.0.3",
"webpack": "^5.72.0",
"webpack-stream": "^7.0.0"
}
}