-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.67 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
{
"name": "hve-notes-theme-starter",
"version": "1.0.0",
"author": {
"name": "EryouHao"
},
"main": "gulpfile.js",
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"@babel/register": "^7.0.0",
"autoprefixer": "^9.3.1",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.4",
"browser-sync": "^2.26.3",
"css-mqpacker": "^7.0.0",
"del": "^3.0.0",
"eslint": "^5.8.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-babel": "^5.2.1",
"eslint-plugin-import": "^2.14.0",
"expose-loader": "^0.7.5",
"gulp": "^4.0.0",
"gulp-base64": "~0.1.3",
"gulp-changed": "^3.2.0",
"gulp-cssnano": "^2.1.3",
"gulp-ejs": "^3.2.0",
"gulp-eslint": "^5.0.0",
"gulp-header": "^2.0.5",
"gulp-if": "^2.0.1",
"gulp-imagemin": "^5.0.0",
"gulp-less": "^4.0.1",
"gulp-plumber": "^1.2.0",
"gulp-postcss": "^8.0.0",
"gulp-util": "^3.0.7",
"imagemin-pngquant": "^6.0.0",
"postcss-assets": "^5.0.0",
"postcss-calc": "^7.0.1",
"postcss-color-function": "^4.0.1",
"postcss-color-hwb": "^3.0.0",
"postcss-css-variables": "^0.11.0",
"postcss-custom-media": "^7.0.7",
"postcss-easy-import": "^3.0.0",
"postcss-font-magician": "^2.2.1",
"postcss-image-set-function": "^3.0.1",
"postcss-less": "^3.1.0",
"postcss-media-minmax": "^4.0.0",
"postcss-reporter": "^6.0.0",
"stylelint": "^9.6.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-order": "^2.0.0",
"webpack": "^4.23.1",
"webpack-stream": "^5.1.1",
"yargs": "^12.0.2"
},
"private": true,
"license": "MIT",
"dependencies": {
"jquery": "^3.3.1"
}
}