-
Notifications
You must be signed in to change notification settings - Fork 63
/
package.json
46 lines (46 loc) · 1.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
{
"name": "gravityview",
"version": "1.0.0",
"license": "GPL-2.0",
"devDependencies": {
"@lodder/grunt-postcss": "^3.1.1",
"autoprefixer": "^9.8.8",
"grunt": "^1.4.1",
"grunt-contrib-imagemin": "^4.0.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-uglify": "^5.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-exec": "^0.4.6",
"grunt-newer": "^1.1.0",
"grunt-potomo": "^3.1.0",
"grunt-sass": "^3.1.0",
"grunt-wp-i18n": "^1.0.3",
"grunt-wp-readme-to-markdown": "^2.1.0",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"load-grunt-tasks": "^3.5.2",
"node-sass": "^9.0.0",
"postcss": "^8.4.31",
"shelljs": "^0.8.5"
},
"repository": {
"type": "git",
"url": "https://github.com/gravityview/GravityView.git"
},
"browserslist": [
"cover 99.7%"
],
"dependencies": {
"bower": "^1.8.8"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.php": [
"vendor/bin/phpcs"
]
}
}