-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.72 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.72 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
{
"private": true,
"name": "acf-image-map",
"scripts": {
"dev": "./node_modules/gulp/bin/gulp.js dev",
"build": "./node_modules/gulp/bin/gulp.js build",
"build:production": "./node_modules/gulp/bin/gulp.js build --production",
"prettier-php": "prettier '**/*.php' --write"
},
"devDependencies": {
"@babel/core": "^7.15.4",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/preset-env": "^7.15.4",
"@babel/register": "^7.15.3",
"@prettier/plugin-php": "^0.19.7",
"autoprefixer": "^10.3.4",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"eslint": "^7.29.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-promise": "^5.1.0",
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-postcss": "^10.0.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.3",
"gulp-sass": "^5.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-util": "^3.0.8",
"postcss": "^8.3.6",
"postcss-css-variables": "^0.19.0",
"postcss-gap-properties": "^2.0.0",
"postcss-nested": "^5.0.6",
"prettier": "^2.3.2",
"rfs": "^10.0.0",
"sass": "^1.70.0",
"stylelint": "^13.13.1",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-standard": "^22.0.0",
"stylelint-prettier": "^1.2.0",
"stylelint-scss": "^3.19.0",
"vinyl-named": "^1.1.0",
"webpack": "^5.51.2",
"webpack-stream": "^7.0.0"
}
}