-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
32 lines (32 loc) · 995 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
{
"name": "general-frontend-boilerplate",
"description": "Project template based on Grunt task runner",
"devDependencies": {
"@babel/core": "^7.3.3",
"@babel/preset-env": "^7.3.1",
"autoprefixer": "^9.4.7",
"grunt": "^1.0.1",
"grunt-babel": "^8.0.0",
"grunt-browser-sync": "^2.2.0",
"grunt-combine-media-queries": "^1.0.20",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-htmlmin": "^3.0.0",
"grunt-contrib-imagemin": "^3.1.0",
"grunt-contrib-pug": "^2.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-stylus": "^1.2.0",
"grunt-contrib-uglify": "^4.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-newer": "^1.2.0",
"grunt-postcss": "^0.9.0",
"grunt-rigger": "^0.6.0",
"grunt-rollup": "^9.0.0",
"grunt-spritesmith": "^6.3.1",
"grunt-sync": "^0.8.0",
"load-grunt-config": "^1.0.1",
"postcss-csso": "^3.0.0",
"rollup": "^1.2.2",
"rollup-plugin-babel": "^4.3.2"
},
"dependencies": {}
}