This repository has been archived by the owner on Apr 23, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
83 lines (83 loc) · 2.24 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "frontend-build",
"version": "4.0.6",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/onehippo/frontend-build"
},
"publishConfig": {
"registry": "https://maven.onehippo.com/npm-public/"
},
"files": [
"conf/",
"gulp_tasks/",
".babelrc",
".eslintrc",
".sass-lint.yml",
"index.js",
"NOTICE"
],
"engines": {
"node": "6"
},
"peerDependencies": {
"gulp": "gulpjs/gulp#4.0",
"gulp-hub": "frankwallis/gulp-hub#4.1.0"
},
"dependencies": {
"autoprefixer": "6.5.0",
"babel-core": "6.17.0",
"babel-eslint": "7.0.0",
"babel-loader": "6.2.5",
"babel-plugin-istanbul": "2.0.1",
"babel-polyfill": "6.16.0",
"babel-preset-es2015": "6.16.0",
"clean-webpack-plugin": "0.1.14",
"clone": "2.0.0",
"copy-webpack-plugin": "3.0.1",
"css-loader": "0.25.0",
"del": "2.2.2",
"eslint": "3.7.1",
"eslint-config-airbnb": "12.0.0",
"eslint-loader": "1.5.0",
"eslint-plugin-babel": "3.3.0",
"eslint-plugin-import": "1.16.0",
"eslint-plugin-jsx-a11y": "2.2.2",
"eslint-plugin-react": "6.3.0",
"extract-text-webpack-plugin": "2.0.0-beta.4",
"file-loader": "0.9.0",
"gulp": "gulpjs/gulp#4.0",
"gulp-hub": "frankwallis/gulp-hub#4.1.0",
"gulp-util": "3.0.7",
"html-loader": "0.4.4",
"html-webpack-plugin": "2.22.0",
"jasmine-core": "2.5.2",
"json-loader": "0.5.4",
"karma": "1.3.0",
"karma-chrome-launcher": "2.0.0",
"karma-coverage": "1.1.1",
"karma-jasmine": "1.0.2",
"karma-jasmine-jquery-2": "0.1.1",
"karma-mocha-reporter": "2.2.0",
"karma-ng-html2js-preprocessor": "1.0.0",
"karma-sourcemap-loader": "0.3.7",
"karma-webpack": "1.8.0",
"minimist": "1.2.0",
"ng-annotate-loader": "0.2.0",
"ng-annotate-webpack-plugin": "0.1.3",
"ng-cache-loader": "0.0.21",
"node-sass": "3.10.1",
"null-loader": "0.1.1",
"postcss-loader": "0.13.0",
"progress": "1.1.8",
"resolve-url-loader": "1.6.0",
"sass-lint": "1.9.1",
"sass-loader": "4.0.2",
"sasslint-webpack-plugin": "1.0.4",
"style-loader": "0.13.1",
"url-loader": "0.5.7",
"webpack": "2.1.0-beta.25",
"webpack-dev-server": "2.1.0-beta.9"
}
}