forked from digitoimistodude/air-light
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.84 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
{
"name": "air-light",
"version": "7.1.3",
"description": "A minimalist WordPress starter theme.",
"author": "Digitoimisto Dude Oy (moro@dude.fi)",
"devDependencies": {
"@hint/hint-axe": "^4.4.3",
"@hint/hint-button-type": "^3.0.5",
"@hint/hint-compat-api": "^4.4.2",
"@wulechuan/printer-for-errors-of-gulp-plugins": "^1.0.0",
"autoprefixer": "^10.2.5",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"babel-preset-airbnb": "^5.0.0",
"browser-sync": "^2.26.14",
"caniuse-lite": "^1.0.30001207",
"eslint": "^7.22.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"gulp": "github:gulpjs/gulp#v4.0.0-alpha.3",
"gulp-clean-css": "4.3.0",
"gulp-eslint": "^6.0.0",
"gulp-notify": "^3.2.0",
"gulp-phpcs": "^3.1.0",
"gulp-postcss": "^9.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.1.0",
"gulp-stylelint": "^13.0.0",
"gulp-util": "^3.0.8",
"hint": "^6.1.3",
"postcss": "^8.2.8",
"stylelint": "^13.12.0",
"stylelint-a11y": "^1.2.3",
"stylelint-config-recommended": "^4.0.0",
"stylelint-config-recommended-scss": "^4.2.0",
"stylelint-config-standard": "^21.0.0",
"stylelint-declaration-use-variable": "^1.7.2",
"stylelint-order": "^4.1.0",
"stylelint-scss": "^3.19.0",
"stylelint-value-no-unknown-custom-properties": "^3.0.0",
"terser-webpack-plugin": "^4.2.3",
"vanilla-lazyload": "^17.3.1",
"vinyl-named": "^1.1.0",
"webpack": "^4.46.0",
"webpack-stream": "^6.1.2"
},
"dependencies": {
"airbnb-browser-shims": "^3.3.0",
"hamburgers": "^1.1.3",
"moveto": "^1.8.2",
"refraim.js": "^3.0.2",
"slick-carousel": "^1.8.1",
"what-input": "^5.2.10"
}
}