forked from sendgrid/schoolkeep-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 761 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 761 Bytes
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
{
"repository": {
"type": "git",
"url": "https://github.com/HelloTech/northpass-templates"
},
"devDependencies": {
"browser-sync": "^2.11.2",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.11.0",
"foundation-sites": "6.3.x",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-cached": "^1.1.1",
"gulp-changed": "^1.3.1",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.2",
"gulp-notify": "^2.2.0",
"gulp-postcss": "~6",
"gulp-sass": "^3.1.0",
"gulp-scss-lint": "^0.4.0",
"gulp-sourcemaps": "^1.6.0"
},
"dependencies": {
"gulp-if": "^2.0.2",
"inputmask": "^3.3.7",
"node-sass": "^4.5.3",
"run-sequence": "^2.2.0"
}
}