-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.96 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
{
"name": "web-template",
"version": "1.0.0",
"description": "template for quick start",
"main": "gulpfile.babel.js",
"dependencies": {
"normalize.css": "^8.0.1"
},
"devDependencies": {
"@babel/core": "^7.14.0",
"@babel/preset-env": "^7.14.0",
"@babel/register": "^7.13.16",
"@wulechuan/printer-for-errors-of-gulp-plugins": "^1.0.0",
"autoprefixer": "^10.2.5",
"browser-sync": "^2.26.14",
"del": "^6.0.0",
"editorconfig-checker": "^4.0.2",
"eslint": "^7.25.0",
"fancy-log": "^1.3.3",
"gh-pages": "^3.1.0",
"gulp": "^4.0.2",
"gulp-changed": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-debug": "^4.0.0",
"gulp-fonter": "^0.3.0",
"gulp-htmlmin": "^5.0.1",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^7.1.0",
"gulp-notify": "^4.0.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^8.0.0",
"gulp-real-favicon": "^0.3.2",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.2",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^3.0.0",
"gulp-svgstore": "^7.0.1",
"gulp-terser": "^2.0.1",
"imagemin-webp": "^6.0.0",
"postcss-csso": "^4.0.0",
"postcss-import": "^12.0.1",
"postcss-sort-media-queries": "^1.31.21",
"require-dir": "^1.2.0",
"stylelint": "^13.13.0",
"stylelint-config-standard": "^22.0.0"
},
"scripts": {
"start": "gulp",
"build": "gulp build --prod",
"deploy": "npm run build && gh-pages -d build",
"stylelint": "stylelint \"source/styles/**/*.scss\" --syntax sass",
"eslint": "eslint \"source/js/**/*.js\"",
"editorconfig": "editorconfig-checker",
"test": "npm run editorconfig && npm run stylelint && npm run eslint"
},
"author": "ArtDev <artdevjs@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/dotiful/web-template.git"
},
"bugs": {
"url": "https://github.com/dotiful/web-template/issues"
},
"homepage": "https://github.com/dotiful/web-template#readme"
}