-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
66 lines (66 loc) · 1.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
{
"name": "web-starter-jc-wp",
"version": "5.3.0",
"description": "Starter kit for markup projects",
"repository": {
"type": "git",
"url": "git+https://github.com/justcoded/web-starter-kit-wp"
},
"keywords": [
"starter",
"markup",
"JustCoded",
"jc",
"WordPress"
],
"author": "JustCoded",
"license": "MIT",
"bugs": {
"url": "https://github.com/justcoded/web-starter-kit-wp/issues"
},
"homepage": "https://github.com/justcoded/web-starter-kit-wp",
"devDependencies": {
"@babel/core": "7.11.6",
"@babel/plugin-proposal-object-rest-spread": "7.11.0",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-transform-runtime": "7.11.5",
"@babel/preset-env": "7.11.5",
"@babel/runtime": "7.11.2",
"autoprefixer": "10.0.0",
"babel-loader": "8.1.0",
"browser-sync": "2.27.10",
"del": "5.1.0",
"eslint": "7.9.0",
"eslint-config-airbnb-base": "14.2.0",
"eslint-plugin-import": "2.22.0",
"gulp": "4.0.2",
"gulp-debug": "4.0.0",
"gulp-file-include": "2.2.2",
"gulp-htmlhint": "3.0.1",
"gulp-if": "3.0.0",
"gulp-postcss": "9.0.0",
"gulp-sass": "4.1.0",
"htmlhint-stylish": "1.0.3",
"node-notifier": "8.0.1",
"postcss": "8.0.9",
"postcss-import": "12.0.1",
"postcss-sort-media-queries": "2.0.3",
"sass": "1.26.11",
"webpack": "4.44.2"
},
"engines": {
"node": ">=10.0.0 <=14.0.0"
},
"scripts": {
"dev": "npx gulp",
"test": "npx gulp build --log-level -LLLL",
"build": "npx gulp build",
"lint-html": "npx gulp lint-html",
"lint-js": "npx gulp lint-js",
"fix-js": "npx gulp fix-js",
"lint": "npm run lint-html lint-js"
},
"dependencies": {
"normalize.css": "8.0.1"
}
}