-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
120 lines (120 loc) · 3.63 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"name": "gp-boilerplate-environment",
"version": "1.0.2",
"description": "Grabarz & Partner - Frontend Environment",
"homepage": "https://github.com/GrabarzUndPartner/gp-boilerplate-environment#readme",
"bugs": {
"url": "https://github.com/GrabarzUndPartner/gp-boilerplate-environment/issues"
},
"license": "GNU GPLv3",
"author": "Grabarz & Partner Werbeagentur GmbH",
"contributors": [{
"name": "Stephan Gerbeth",
"email": "[email protected]"
}, {
"name": "Thorn Walli",
"email": "[email protected]"
}, {
"name": "Boris Horn",
"email": "[email protected]"
}, {
"name": "Jan Szidat",
"email": "[email protected]"
}, {
"name": "Fabian Werner",
"email": "[email protected]"
}],
"main": "assemblefile.js",
"repository": {
"type": "git",
"url": "git+https://github.com/GrabarzUndPartner/gp-boilerplate-environment.git"
},
"scripts": {
"build": "node node_modules/assemble/bin/assemble build --serverConfig=./env/config/local.json --configTasks=./env/config/tasks.json --env=build",
"test": "npm run build"
},
"dependencies": {
"assemble": "0.9.2",
"autoprefixer": "6.7.6",
"babel-cli": "6.24.1",
"babel-loader": "7.1.1",
"babel-plugin-syntax-dynamic-import": "6.18.0",
"babel-plugin-transform-runtime": "6.23.0",
"babel-polyfill": "6.23.0",
"babel-preset-env": "1.6.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-es2015-native-modules": "6.9.4",
"babel-preset-stage-2": "6.24.1",
"babel-runtime": "6.23.0",
"cheerio": "0.22.0",
"css-loader": "0.26.2",
"cssmin": "0.4.3",
"colors": "^1.1.2",
"delims": "0.4.2",
"exports-loader": "0.6.4",
"file-loader": "0.10.1",
"glob": "7.1.1",
"gulp": "3.9.1",
"gulp-changed": "2.0.0",
"gulp-extname": "0.2.2",
"gulp-file": "0.3.0",
"gulp-fontmin": "0.7.4",
"gulp-html-prettify": "0.0.1",
"gulp-html-validator": "0.0.5",
"gulp-htmlmin": "^3.0.0",
"gulp-inject": "4.2.0",
"gulp-livereload": "3.8.1",
"gulp-nodemon": "2.2.1",
"gulp-notify": "3.0.0",
"gulp-postcss": "6.3.0",
"gulp-rimraf": "0.2.1",
"gulp-rename": "^1.2.2",
"gulp-sitemap": "4.2.0",
"gulp-sourcemaps": "2.4.1",
"gulp-svg-symbols": "^2.0.2",
"gulp-svgo": "^1.1.1",
"gulp-util": "3.0.8",
"gulp-zip": "4.0.0",
"handlebars": "4.0.6",
"handlebars-layouts": "3.1.4",
"handlebars-loader": "1.4.0",
"highlight.js": "9.9.0",
"htmlmin": "0.0.7",
"imports-loader": "0.7.1",
"js-prettify": "1.4.0",
"jshint": "2.9.4",
"jshint-loader": "0.8.4",
"lodash": "4.17.4",
"micromatch": "^3.1.4",
"minimist": "1.2.0",
"mkdirp": "0.5.1",
"modernizr-loader": "1.0.1",
"optimize-js-plugin": "0.0.4",
"postcss-browser-reporter": "0.5.0",
"postcss-clearfix": "1.0.0",
"postcss-cssnext": "2.9.0",
"postcss-import": "9.1.0",
"postcss-loader": "^1.3.1",
"postcss-nested-ancestors": "^1.0.0",
"postcss-reporter": "3.0.0",
"postcss-url": "5.1.2",
"precss": "1.4.0",
"rework": "1.0.1",
"rework-mutate-selectors": "^2.0.0",
"rework-pure-grids": "1.0.0",
"rework-vars": "3.1.1",
"run-sequence": "1.2.2",
"script-loader": "^0.7.0",
"style-loader": "0.13.2",
"svg4everybody": "^2.1.8",
"template-helpers": "0.4.0",
"through2": "2.0.3",
"upath": "1.0.0",
"url-loader": "0.5.8",
"webpack": "3.0.0",
"webpack-bundle-analyzer": "2.3.0",
"webpack-lighthouse-plugin": "1.0.2",
"webpack-polyfills-plugin": "0.0.9",
"webpack-stream": "3.2.0"
}
}