-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·43 lines (43 loc) · 1.17 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
{
"name": "grunt-php-site",
"description": "Grunt taskrunner starter-kit for developing accessible and performant .php websites",
"repository": {
"type": "git",
"url": "https://github.com/makingmerry/grunt-php-site/"
},
"license": "MIT",
"version": "2.3.0",
"babel": {
"presets": [
"es2015"
]
},
"devDependencies": {
"autoprefixer": "^7.1.1",
"babel-preset-es2015": "^6.24.1",
"cssnano": "^4.1.11",
"eslint-config-prettier": "^6.15.0",
"fibers": "^4.0.3",
"grunt": "^1.4.1",
"grunt-babel": "^6.0.0",
"grunt-browser-sync": "^2.2.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-imagemin": "^3.1.0",
"grunt-contrib-nodeunit": "^2.1.0",
"grunt-contrib-uglify": "^3.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-criticalcss": "^2.1.0",
"grunt-eslint": "^22.0.0",
"grunt-php": "^1.5.1",
"grunt-postcss": "^0.9.0",
"grunt-real-favicon": "^0.2.4",
"grunt-sass": "^3.1.0",
"grunt-svg-sprite": "^1.3.7",
"grunt-svg2png": "^0.2.8",
"node-sass": "^4.14.1",
"pixrem": "^3.0.2",
"sass": "^1.35.1"
}
}