|
1 | 1 | { |
2 | 2 | "name": "web-starter-jc-wp", |
3 | | - "version": "5.0.0", |
| 3 | + "version": "5.1.0", |
4 | 4 | "description": "Starter kit for markup projects", |
5 | 5 | "repository": { |
6 | 6 | "type": "git", |
|
20 | 20 | }, |
21 | 21 | "homepage": "https://github.com/justcoded/web-starter-kit-wp", |
22 | 22 | "devDependencies": { |
23 | | - "@babel/core": "7.11.1", |
| 23 | + "@babel/core": "7.11.6", |
24 | 24 | "@babel/plugin-proposal-object-rest-spread": "7.11.0", |
25 | 25 | "@babel/plugin-syntax-dynamic-import": "7.8.3", |
26 | | - "@babel/plugin-transform-runtime": "7.11.0", |
27 | | - "@babel/preset-env": "7.11.0", |
| 26 | + "@babel/plugin-transform-runtime": "7.11.5", |
| 27 | + "@babel/preset-env": "7.11.5", |
28 | 28 | "@babel/runtime": "7.11.2", |
29 | | - "autoprefixer": "9.8.6", |
| 29 | + "autoprefixer": "10.0.0", |
30 | 30 | "babel-loader": "8.1.0", |
31 | 31 | "browser-sync": "2.26.12", |
32 | 32 | "del": "5.1.0", |
33 | | - "eslint": "7.8.1", |
| 33 | + "eslint": "7.9.0", |
34 | 34 | "eslint-config-airbnb-base": "14.2.0", |
35 | 35 | "eslint-plugin-import": "2.22.0", |
36 | 36 | "gulp": "4.0.2", |
37 | 37 | "gulp-debug": "4.0.0", |
38 | 38 | "gulp-file-include": "2.2.2", |
39 | 39 | "gulp-htmlhint": "3.0.1", |
40 | 40 | "gulp-if": "3.0.0", |
41 | | - "gulp-postcss": "8.0.0", |
| 41 | + "gulp-postcss": "9.0.0", |
42 | 42 | "gulp-sass": "4.1.0", |
43 | | - "gulp-sourcemaps": "2.6.5", |
44 | 43 | "htmlhint-stylish": "1.0.3", |
45 | 44 | "node-notifier": "8.0.0", |
| 45 | + "postcss": "8.0.9", |
46 | 46 | "postcss-import": "12.0.1", |
47 | | - "postcss-sort-media-queries": "1.7.26", |
48 | | - "sass": "1.26.10", |
49 | | - "webpack": "4.44.1" |
| 47 | + "postcss-sort-media-queries": "2.0.3", |
| 48 | + "sass": "1.26.11", |
| 49 | + "webpack": "4.44.2" |
50 | 50 | }, |
51 | 51 | "engines": { |
52 | 52 | "node": ">=10.0.0" |
53 | 53 | }, |
54 | 54 | "scripts": { |
55 | | - "dev": "gulp", |
56 | | - "test": "gulp build --log-level -LLLL", |
57 | | - "build": "gulp build", |
58 | | - "fix-js": "gulp fix-js" |
| 55 | + "dev": "npx gulp", |
| 56 | + "test": "npx gulp build --log-level -LLLL", |
| 57 | + "build": "npx gulp build", |
| 58 | + "lint-html": "npx gulp lint-html", |
| 59 | + "lint-js": "npx gulp lint-js", |
| 60 | + "fix-js": "npx gulp fix-js", |
| 61 | + "lint": "npm run lint-html lint-js" |
59 | 62 | }, |
60 | 63 | "dependencies": { |
61 | 64 | "normalize.css": "8.0.1" |
|
0 commit comments