package.json
1.32 KB
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
{
"name": "CommonwellCorporateSite",
"version": "0.0.2",
"description": "A basic template for use in YeoPress",
"devDependencies": {
"bootstrap": "^5.0.0",
"bower": "^0.8.6",
"browser-sync": "^2.23.6",
"del": "^3.0.0",
"grunt": "^0.4.5",
"grunt-bower-requirejs": "^0.4.4",
"grunt-browser-sync": "^2.2.0",
"grunt-contrib-jshint": "^0.1.1",
"grunt-contrib-requirejs": "^0.4.4",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^0.2.7",
"grunt-contrib-watch": "^0.6.1",
"grunt-install-dependencies": "^0.2.0",
"grunt-svgmin": "^0.1.0",
"grunt-tenon-client": "^0.7.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-clean-css": "^3.9.2",
"gulp-clone": "2.0.1",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.2",
"gulp-ignore": "^2.0.2",
"gulp-imagemin": "^4.1.0",
"gulp-merge": "^0.1.1",
"gulp-plumber": "^1.2.0",
"gulp-postcss": "^9.0.0",
"gulp-pxtorem": "^3.0.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "1.0.0",
"gulp-rimraf": "^0.2.2",
"gulp-sass": "4.0.1",
"gulp-sequence": "1.0.0",
"gulp-sourcemaps": "2.6.4",
"gulp-uglify": "^3.0.0",
"gulp-watch": "5.0.1",
"merge2": "^1.2.1"
},
"dependencies": {
"grunt-contrib-imagemin": "^4.0.0",
"grunt-regarde": "^0.1.1"
}
}