-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.08 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.08 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
{
"name": "wp-theme-config",
"version": "0.8.1",
"description": "Cedaro's default Grunt configuration for building WordPress themes.",
"main": "index.js",
"author": "Brady Vercher",
"license": "MIT",
"private": true,
"dependencies": {
"@aws-sdk/client-s3": "^3.842.0",
"@wordpress/browserslist-config": "^6.26.0",
"autoprefixer": "^9.8.8",
"glob": "^11.0.3",
"grunt": "^1.6.1",
"grunt-complexity": "^1.1.0",
"grunt-contrib-clean": "^2.0",
"grunt-contrib-compress": "^2.0.0",
"grunt-contrib-concat": "^2.1",
"grunt-contrib-copy": "^1.0",
"grunt-contrib-jshint": "^3.2",
"grunt-contrib-less": "^2.1.0",
"grunt-contrib-uglify": "^5.2",
"grunt-contrib-watch": "^1.1.0",
"grunt-jscs": "^3.0.1",
"grunt-lineending": "^1.0",
"grunt-postcss": "^0.9",
"grunt-rtlcss": "^2.0.2",
"grunt-search": "^0.1",
"grunt-text-replace": "^0.4",
"grunt-wp-css": "0.2",
"grunt-wp-i18n": "^1.0.4",
"lodash": "^4.17.21",
"moment": "^2.30.1"
},
"browserslist": [
"extends @wordpress/browserslist-config"
]
}