~deadlight/canonical-identity-provider/vanilla-templates

« back to all changes in this revision

Viewing changes to package.json

  • Committer: Karl Williams
  • Date: 2019-07-15 13:38:59 UTC
  • Revision ID: karl@deadlight.net-20190715133859-nek3m8dbl2mfbm3g
Update gulpfile, add vanilla framework as a dependency and add some initial vanilla config and sass

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
  "private": true,
3
3
  "devDependencies": {
4
4
    "del": "~0.1.1",
5
 
    "gulp": "~3.8.7",
 
5
    "gulp": "^3.8.11",
 
6
    "gulp-autoprefixer": "0.0.8",
6
7
    "gulp-concat": "~2.3.4",
7
8
    "gulp-csslint": "~0.1.5",
8
9
    "gulp-csso": "~0.2.9",
9
 
    "gulp-autoprefixer": "0.0.8"
 
10
    "gulp-sass": "4.0.2",
 
11
    "vanilla-framework": "2.0.1"
10
12
  }
11
13
}