-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.44 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
{
"name": "gravityview-dashboard-views",
"version": "1.0.0",
"license": "GPL-2.0",
"devDependencies": {
"@babel/core": "^7.24.5",
"@babel/plugin-transform-modules-commonjs": "^7.24.1",
"@babel/preset-env": "^7.24.5",
"@lodder/grunt-postcss": "^3.1.1",
"@picocss/pico": "^2.0.6",
"autoprefixer": "^10.4.19",
"babelify": "^10.0.0",
"browserify": "^17.0.0",
"chota": "^0.9.2",
"cirrus-ui": "^0.7.2-patch.1",
"grunt": "^1.6.1",
"grunt-babel": "^8.0.0",
"grunt-browserify": "^6.0.0",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-concat": "^2.1.0",
"grunt-contrib-cssmin": "^5.0.0",
"grunt-contrib-sass": "^2.0.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-contrib-watch": "^1.1.0",
"grunt-exec": "^0.4",
"grunt-string-replace": "^1.3.3",
"grunt-wp-i18n": "^1.0.3",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"marx-css": "^4.1.1",
"mvp.css": "^1.15.0",
"picnic": "^7.1.0",
"postcss": "^8.4.38",
"postcss-selector-namespace": "^3.0.1",
"purecss": "^3.0.0",
"sakura.css": "^1.5.0",
"simpledotcss": "^2.3.0",
"tom-select": "^2.3.1"
},
"repository": {
"type": "git",
"url": "https://github.com/GravityKit/Dashboard-Views.git"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.php": [
"vendor/bin/phpcs"
]
},
"scripts": {
"prepare": "husky install"
}
}