-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 932 Bytes
/
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
{
"name": "media-credit",
"devDependencies": {
"@lodder/grunt-postcss": "^3.1.1",
"@wordpress/eslint-plugin": "^14",
"autoprefixer": "^10.4.4",
"coffeescript": "^2.6.1",
"grunt": "^1.5.2",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-compress": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^5.2.1",
"grunt-eslint": "^24.0.0",
"grunt-exec": "^3.0.0",
"grunt-newer": "^1.2.0",
"grunt-rename-util": "^1.0.0",
"grunt-sass": "^3.1.0",
"grunt-string-replace": "^1.3",
"grunt-wp-deploy": "^2.0",
"jshint-stylish": "^2.2.1",
"load-grunt-tasks": "^5.1.0",
"node-sass": "^8.0",
"pixrem": "^5.0",
"sass": "^1.50.1"
},
"browserslist": [
"last 2 version",
"> 1%"
],
"phpPrefixNamespaces": [
"Dice",
"Mundschenk"
],
"repository": {
"type": "git",
"url": "https://github.com/mundschenk-at/media-credit.git"
},
"license": "GPL-2.0"
}