-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
70 lines (70 loc) · 1.75 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
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "ctcl-election-website-toolkit",
"version": "0.12.2",
"description": "Election websites toolkit, by CTCL and USDR",
"main": "Gruntfile.js",
"repository": {
"type": "git",
"url": "git+https://github.com/CTCL/election-websites.git"
},
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/CTCL/election-websites/issues"
},
"homepage": "https://github.com/CTCL/election-websites#readme",
"browserslist": [
"> .1% and last 2 versions"
],
"scripts": {
"lint": "grunt precommit"
},
"devDependencies": {
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"@lodder/grunt-postcss": "^3.1.1",
"autoprefixer": "^10.4.20",
"babel-eslint": "^10.1.0",
"babelify": "^10.0.0",
"eslint-config-wordpress": "^2.0.0",
"grunt": "^1.6.1",
"grunt-browserify": "^6.0.0",
"grunt-chmod": "^1.1.1",
"grunt-contrib-concat": "^2.1.0",
"grunt-contrib-cssmin": "^5.0.0",
"grunt-contrib-nodeunit": "^5.0.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^25.0.0",
"grunt-exec": "^3.0.0",
"grunt-force-task": "^3.0.0",
"grunt-git-modified-files": "0.0.2",
"grunt-lintspaces": "^0.11.0",
"grunt-newer": "^1.3.0",
"grunt-phpcbf": "^0.1.1",
"grunt-phpcs": "^0.4.0",
"grunt-phplint": "^0.1.0",
"grunt-run": "^0.8.1",
"grunt-sass": "^3.1.0",
"grunt-stylelint": "^0.20.1",
"grunt-svgmin": "^7.0.0",
"grunt-wp-readme-to-markdown": "^2.1.0",
"husky": "^9.1.6",
"matchdep": "^2.0.0",
"sass": "^1.79.3",
"stylelint": "^16.9.0",
"stylelint-config-standard-scss": "^13.1.0"
},
"overrides": {
"grunt-stylelint": {
"stylelint": "15.x || 16.x"
}
},
"husky": {
"hooks": {
"pre-commit": "npm run lint"
}
},
"peerDependencies": {
"grunt-cli": ">=1.3.2"
}
}