-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.18 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
{
"name": "@zivtech/starterlight-tasks",
"description": "Build tasks tailored for Zivtech's Starterlight base theme.",
"version": "0.2.2",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/zivtech/starterlight-tasks.git"
},
"author": "John Kaeser <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/zivtech/starterlight-tasks/issues"
},
"homepage": "https://github.com/zivtech/starterlight-tasks",
"dependencies": {
"browser-sync": "^2.26.12",
"cssnano": "^4.1.10",
"cssnano-preset-default": "^4.0.7",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.6",
"favicons": "^6.2.0",
"gulp": "^4.0.2",
"gulp-eslint": "^5.0.0",
"gulp-inject": "^5.0.5",
"gulp-postcss": "^8.0.0",
"gulp-sass": "^4.1.0",
"gulp-sass-glob": "^1.1.0",
"gulp-sass-lint": "^1.4.0",
"postcss-preset-env": "^6.7.0",
"postcss-sort-media-queries": "^1.7.26",
"prettier": "^1.19.1"
}
}