-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2 KB
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
{
"private": true,
"serverName": "thistle.local",
"scripts": {},
"babel": {
"presets": [
[
"env",
{
"targets": {
"browsers": [
"> 1%",
"last 2 versions",
"not IE 10",
"iOS >= 7",
"Safari >= 8"
]
},
"loose": true,
"useBuildIns": true,
"debug": false
}
]
]
},
"browserslist": [
"> 1%",
"last 2 versions",
"not IE 10",
"iOS >= 7",
"Safari >= 8"
],
"devDependencies": {
"autoprefixer": "^7.1.2",
"babel-core": "^6.25.0",
"babel-preset-env": "^1.6.0",
"babelify": "^7.3.0",
"browser-sync": "^2.18.13",
"browserify": "^14.4.0",
"cssnano": "^3.10.0",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-buffer": "0.0.2",
"gulp-bytediff": "^1.0.0",
"gulp-changed": "^3.1.0",
"gulp-concat": "^2.6.1",
"gulp-csscomb": "^3.0.8",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^3.3.0",
"gulp-load-plugins": "^1.5.0",
"gulp-postcss": "^7.0.0",
"gulp-rename": "^1.2.2",
"gulp-require-tasks": "^1.2.1",
"gulp-sourcemaps": "^2.6.0",
"gulp-svgstore": "^6.1.0",
"gulp-tap": "^1.0.1",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"merge-stream": "^1.0.1",
"minimist": "^1.2.0",
"npm-check-updates": "^2.12.1",
"postcss-calc": "^6.0.0",
"postcss-color-rgb": "7studio/postcss-color-rgb",
"postcss-custom-media": "^6.0.0",
"postcss-custom-properties": "^6.1.0",
"postcss-import": "^10.0.0",
"postcss-media-minmax": "^3.0.0",
"postcss-reporter": "^5.0.0",
"postcss-unicode-characters": "^1.0.1",
"postcss-url": "^7.1.1",
"pretty-bytes": "^4.0.2",
"run-sequence": "^2.1.0",
"stylelint": "^8.0.0"
},
"dependencies": {
"babel-polyfill": "^6.23.0",
"fg-loadcss": "^1.3.1",
"fontfaceobserver": "^2.0.13",
"photoswipe": "^4.1.2",
"svgxuse": "^1.2.4",
"whatwg-fetch": "^2.0.3"
}
}