-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.7 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
{
"name": "grunt-pr",
"version": "1.0.0",
"main": "./Gruntfile.ts",
"browserslist": "> 0.5%, last 2 versions, Firefox ESR, not dead",
"type": "module",
"license": "MIT",
"scripts": {
"d": "grunt",
"development": "grunt",
"p": "grunt --production",
"production": "grunt --production",
"setup": "node setup"
},
"dependencies": {
"@csstools/postcss-media-minmax": "^1.1.0",
"@lodder/grunt-postcss": "^3.1.1",
"autoprefixer": "^10.4.16",
"browser-sync": "^2.29.3",
"case-anything": "^2.1.13",
"chalk": "^5.3.0",
"enquirer": "^2.4.1",
"esbuild": "^0.19.5",
"fix-esm": "^1.0.1",
"fs-extra": "^11.1.1",
"glob-parent": "^6.0.2",
"grunt": "^1.6.1",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^5.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-newer": "^1.3.0",
"grunt-posthtml": "^0.5.2",
"grunt-prettify": "^0.4.0",
"grunt-sharp-optimize": "^1.0.0",
"grunt-ttf2woff2": "^1.0.1",
"load-grunt-tasks": "^5.1.0",
"parse-font-name": "^1.2.0",
"postcss": "^8.4.31",
"postcss-custom-media": "^10.0.2",
"postcss-discard-comments": "^6.0.0",
"postcss-functions": "^4.0.2",
"postcss-import": "^15.1.0",
"postcss-mixins": "^9.0.4",
"postcss-nested": "^6.0.1",
"postcss-preset-env": "^9.3.0",
"postcss-rem": "^3.0.0",
"postcss-simple-vars": "^7.0.1",
"posthtml": "^0.16.6",
"posthtml-component": "^1.1.1",
"posthtml-img-autosize": "^0.1.6",
"replace-in-file": "^7.0.2",
"stylelint": "^15.11.0",
"stylelint-config-clean-order": "^5.2.0",
"stylelint-config-standard": "^34.0.0"
},
"packageManager": "[email protected]"
}