-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 894 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
{
"name": "ebb-and-flow",
"version": "1.0.0",
"description": "Ebb And Flow Pictures website",
"author": "Sean McCambridge",
"license": "UNLICENSED",
"dependencies": {
"autoprefixer": "^6.2.1",
"browser-sync": "^2.10.1",
"css-mqpacker": "^5.0.1",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.1",
"gulp-cached": "^1.1.0",
"gulp-changed": "^1.3.1",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.2",
"gulp-newer": "^1.2.0",
"gulp-notify": "^2.2.0",
"gulp-nunjucks-render": "^1.0.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.0.1",
"gulp-rename": "^1.2.2",
"gulp-svgmin": "^1.2.2",
"gulp-svgstore": "^6.0.0",
"gulp-uglifyjs": "^0.6.2"
},
"devDependencies": {
"eslint-plugin-standard": "^2.0.0",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.6.0",
"postcss-quantity-queries": "^0.4.0"
}
}