-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
158 lines (158 loc) · 4.73 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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
{
"name": "gulp_es6",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"scss:compile": "gulp scss:compile",
"dev": "npm run clean && cross-env NODE_ENV=development gulp dev",
"build": "npm run clean && cross-env NODE_ENV=build gulp build",
"clean": "rm -rf dist/* && cp -r src/assets/ dist/"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"ajv": "^5.2.2",
"ansi-styles": "^3.2.0",
"array-differ": "^2.0.3",
"array-uniq": "^1.0.3",
"assert-plus": "^1.0.0",
"async": "^2.5.0",
"async-each-series": "^1.1.0",
"asynckit": "^0.4.0",
"autoprefixer": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"beeper": "^1.1.1",
"boom": "^5.2.0",
"browser-sync": "^2.18.13",
"browserify": "^14.4.0",
"caniuse-db": "^1.0.30000715",
"clone": "^2.1.1",
"clone-buffer": "^1.0.0",
"clone-stats": "^1.0.0",
"cloneable-readable": "^1.0.0",
"color": "^2.0.0",
"connect-history-api-fallback": "^1.3.0",
"convert-source-map": "^1.5.0",
"core-util-is": "^1.0.2",
"cross-env": "^5.0.5",
"cross-spawn": "^5.1.0",
"cryptiles": "^4.1.2",
"css-color-names": "^0.0.4",
"csso": "^3.1.1",
"dateformat": "^2.0.0",
"decamelize": "^1.2.0",
"defined": "^1.0.0",
"del": "^3.0.0",
"delayed-stream": "^1.0.0",
"duplexer2": "^0.1.4",
"escape-string-regexp": "^1.0.5",
"flatten": "^1.0.2",
"fs.realpath": "^1.0.0",
"function-bind": "^1.1.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.0.0",
"gulp-cssnano": "^2.1.2",
"gulp-data": "^1.2.1",
"gulp-devserver": "^0.6.2",
"gulp-ejs": "^3.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^3.0.0",
"gulp-useref": "^3.1.2",
"gulp-util": "^3.0.8",
"har-schema": "^2.0.0",
"has": "^1.0.1",
"has-ansi": "^3.0.0",
"has-gulplog": "^0.1.0",
"html-comment-regex": "^1.1.1",
"http-proxy-middleware": "^0.17.4",
"indexes-of": "^1.0.1",
"is-buffer": "^1.1.5",
"is-number-like": "^1.0.8",
"isarray": "^2.0.2",
"js-base64": "^2.1.9",
"js-yaml": "^3.9.1",
"json3": "^3.3.2",
"jsprim": "^1.4.1",
"lodash": "^4.17.4",
"lodash._basecopy": "^3.0.1",
"lodash._basetostring": "^4.12.0",
"lodash._basevalues": "^3.0.0",
"lodash._isiterateecall": "^3.0.9",
"lodash._reescape": "^3.0.0",
"lodash._reevaluate": "^3.0.0",
"lodash.keys": "^4.2.0",
"lodash.memoize": "^4.1.2",
"lodash.restparam": "^3.6.1",
"lodash.template": "^4.4.0",
"lodash.templatesettings": "^4.1.0",
"lodash.uniq": "^4.5.0",
"macaddress": "^0.2.8",
"make-error": "^1.3.0",
"md5": "^2.2.1",
"mime-db": "^1.29.0",
"minimist": "^1.2.0",
"multipipe": "^1.0.2",
"node-sass": "^4.5.3",
"path-is-absolute": "^1.0.1",
"pinkie-promise": "^2.0.1",
"postcss": "^6.0.9",
"postcss-calc": "^6.0.0",
"postcss-colormin": "^2.2.2",
"postcss-convert-values": "^2.6.1",
"postcss-discard-comments": "^2.0.4",
"postcss-discard-duplicates": "^2.1.0",
"postcss-discard-empty": "^2.1.0",
"postcss-discard-overridden": "^0.1.1",
"postcss-discard-unused": "^2.2.3",
"postcss-filter-plugins": "^2.0.2",
"postcss-merge-idents": "^2.1.7",
"postcss-merge-longhand": "^3.0.0",
"postcss-merge-rules": "^2.1.2",
"postcss-minify-font-values": "^1.0.5",
"postcss-minify-gradients": "^1.0.5",
"postcss-minify-params": "^1.2.2",
"postcss-minify-selectors": "^2.1.1",
"postcss-normalize-charset": "^1.1.1",
"postcss-normalize-url": "^3.0.8",
"postcss-ordered-values": "^2.2.3",
"postcss-reduce-idents": "^2.4.0",
"postcss-reduce-initial": "^1.0.1",
"postcss-reduce-transforms": "^1.0.4",
"postcss-svgo": "^2.1.6",
"postcss-unique-selectors": "^2.0.2",
"postcss-zindex": "^2.2.0",
"prepend-http": "^1.0.4",
"process-nextick-args": "^1.0.7",
"query-string": "^5.0.0",
"remove-trailing-separator": "^1.1.0",
"replace-ext": "^1.0.0",
"resolve": "^1.4.0",
"safe-buffer": "^5.1.1",
"sax": "^1.2.4",
"setprototypeof": "^1.0.3",
"shebang-command": "^1.2.0",
"shebang-regex": "^2.0.0",
"sntp": "^2.0.2",
"sort-keys": "^2.0.0",
"source-map": "^0.5.6",
"sparkles": "^1.0.0",
"sshpk": "^1.13.1",
"strip-ansi": "^4.0.0",
"supports-color": "^4.2.1",
"tfunk": "^3.1.0",
"time-stamp": "^2.0.0",
"uniq": "^1.0.1",
"util-deprecate": "^1.0.2",
"vinyl-source-stream": "^1.1.0",
"vinyl-sourcemaps-apply": "^0.2.1",
"whet.extend": "^0.9.9",
"wrappy": "^1.0.2"
}
}