-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
39 lines (39 loc) · 1.09 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
{
"name": "wp-theme-config",
"version": "0.7.2",
"description": "Cedaro's default Grunt configuration for building WordPress themes.",
"main": "index.js",
"author": "Brady Vercher",
"license": "MIT",
"private": true,
"dependencies": {
"@wordpress/browserslist-config": "^2.6.0",
"autoprefixer": "^9.7.4",
"aws-sdk": "^2.638.0",
"glob": "^7.1.6",
"grunt": "^1.0.4",
"grunt-complexity": "^1.1.0",
"grunt-contrib-clean": "^2.0",
"grunt-contrib-compress": "^1.6.0",
"grunt-contrib-concat": "^1.0",
"grunt-contrib-copy": "^1.0",
"grunt-contrib-jshint": "^2.1",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-uglify": "^4.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-jscs": "^3.0.1",
"grunt-lineending": "^1.0",
"grunt-pixrem": "^0.1",
"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.3",
"lodash": "^4.17.15",
"moment": "^2.24.0"
},
"browserslist": [
"extends @wordpress/browserslist-config"
]
}