-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 1.85 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
{
"name": "21sieben",
"version": "2.0.0",
"description": "21sieben Website",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Urs Grupp",
"license": "",
"devDependencies": {
"@11ty/eleventy": "^0.11.1",
"autoprefixer": "^7.1.6",
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babelify": "^8.0.0",
"browser-sync": "^2.18.13",
"browserify": "^14.5.0",
"cssnano": "^3.10.0",
"dotenv": "^4.0.0",
"envify": "^4.1.0",
"eslint-config-google": "^0.9.1",
"fs": "0.0.1-security",
"gulp": "^3.8.8",
"gulp-eslint": "^4.0.0",
"gulp-if": "^2.0.2",
"gulp-load-plugins": "^1.5.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^7.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^2.6.1",
"gulp-svg-sprite": "^1.3.7",
"gulp-tap": "^1.0.1",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"gulp-watch": "^4.3.11",
"markdown-it-attrs": "^3.0.3",
"node-notifier": "^5.1.2",
"path": "^0.12.7",
"postcss-reporter": "^5.0.0",
"postcss-scss": "^1.0.2",
"run-sequence": "^2.2.0",
"sass-module-importer": "^1.4.0",
"stylelint": "^8.2.0",
"stylelint-config-standard": "^17.0.0",
"vinyl-buffer": "^1.0.0"
},
"repository": {},
"keywords": [],
"bugs": {},
"homepage": "https://www.21sieben.de",
"dependencies": {
"animejs": "^2.2.0",
"babel-polyfill": "^6.26.0",
"colcade": "^0.2.0",
"critical": "^1.1.0",
"fontfaceobserver": "^2.0.13",
"scrollreveal": "^3.3.6",
"smooth-scroll": "^12.1.5",
"svgxuse": "^1.2.6"
},
"browserslist": [
"ie >= 10",
"ie_mob >= 10",
"ff >= 30",
"chrome >= 34",
"safari >= 7",
"opera >= 23",
"ios >= 7",
"android >= 4.4",
"bb >= 10"
]
}