This repository has been archived by the owner on May 15, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 70
/
package.json
66 lines (66 loc) · 1.89 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "core",
"version": "3.8.0",
"description": "Framework for responsive websites.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/engageinteractive/core"
},
"scripts": {
"lint": "./node_modules/.bin/eslint gulpfile.js || true"
},
"devDependencies": {
"axios": "^0.17.1",
"babel-core": "^6.21.0",
"babel-loader": "^7.1.4",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-es2015": "^6.18.0",
"browser-sync": "^2.16.0",
"classlist-polyfill": "^1.2.0",
"del": "^3.0.0",
"details-element-polyfill": "^2.0.1",
"dir-compare": "^1.2.0",
"directory-tree": "^2.1.0",
"ejs": "^2.5.2",
"engage-eslint-summary": "^1.5.0",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-vue": "^2.1.0",
"front-matter": "^2.1.0",
"gulp": "gulpjs/gulp#4.0",
"gulp-autoprefixer": "^5.0.0",
"gulp-changed": "^3.2.0",
"gulp-clean-css": "^3.9.3",
"gulp-eslint": "^4.0.2",
"gulp-filter": "^5.1.0",
"gulp-notify": "^3.2.0",
"gulp-postcss": "^7.0.1",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-svg-sprite": "^1.3.6",
"gulp-svgmin": "^1.2.3",
"gulp-tinypng-compress": "^1.2.1",
"gulp-touch-cmd": "^0.0.1",
"gulp-util": "^3.0.7",
"json-loader": "^0.5.4",
"marked": "^0.3.6",
"merge-stream": "^1.0.0",
"modernizr-webpack-plugin": "^1.0.5",
"node-sass-json-importer": "^3.2.0",
"normalize.css": "8.0.0",
"postcss-scss": "^1.0.5",
"require-dir": "^1.0.0",
"script-loader": "^0.7.0",
"svg4everybody": "^2.1.0",
"title-case": "^2.1.0",
"vinyl-named": "^1.1.0",
"vue": "^2.5.13",
"vue-loader": "^13.7.1",
"vue-template-compiler": "^2.5.13",
"vuex": "^3.0.1",
"webpack-stream": "^4.0.3",
"what-input": "^5.0.5"
}
}