forked from digitoimistodude/air-light
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.52 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
67
68
69
70
71
72
73
74
75
76
{
"name": "air-light",
"version": "8.3.7",
"description": "A minimalist WordPress starter theme.",
"author": "Digitoimisto Dude Oy ([email protected])",
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/eslint-parser": "^7.17.0",
"@hint/hint-axe": "^4.4.9",
"@hint/hint-button-type": "^3.0.11",
"@hint/hint-compat-api": "^4.4.8",
"@ronilaukkarinen/gulp-stylelint": "^14.0.6",
"@ronilaukkarinen/stylelint-a11y": "^1.2.4",
"@ronilaukkarinen/stylelint-value-no-unknown-custom-properties": "^3.0.1",
"autoprefixer": "^10.4.4",
"babel-loader": "^8.2.4",
"babel-preset-airbnb": "^5.0.0",
"browser-sync": "^2.27.9",
"caniuse-lite": "^1.0.30001327",
"cssnano": "^5.1.7",
"cssnano-preset-advanced": "^5.3.3",
"eslint": "^8.13.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.4.0",
"gulp": "4.0.2",
"gulp-eslint-new": "^1.4.2",
"gulp-exec": "^5.0.0",
"gulp-notify": "^4.0.0",
"gulp-phpcs": "^3.1.0",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-size": "^4.0.1",
"gulp-sourcemaps": "^3.0.0",
"hint": "^6.1.11",
"npm-check-updates": "^12.5.8",
"postcss": "^8.4.12",
"postcss-calc": "^8.2.4",
"postcss-colormin": "^5.3.0",
"postcss-discard-empty": "^5.1.1",
"postcss-discard-unused": "^5.1.0",
"postcss-merge-longhand": "^5.1.4",
"postcss-merge-rules": "^5.1.1",
"postcss-minify-font-values": "^5.1.0",
"postcss-minify-gradients": "^5.1.1",
"postcss-normalize-positions": "^5.1.0",
"postcss-normalize-url": "^5.1.0",
"postcss-unique-selectors": "^5.1.1",
"postcss-zindex": "^5.1.0",
"sass": "^1.50.0",
"stylelint": "^14.6.1",
"stylelint-config-recommended": "^7.0.0",
"stylelint-config-recommended-scss": "^6.0.0",
"stylelint-config-standard-scss": "^3.0.0",
"stylelint-declaration-strict-value": "^1.8.0",
"stylelint-order": "^5.0.0",
"stylelint-scss": "^4.2.0",
"terser-webpack-plugin": "^5.3.1",
"vinyl-named": "^1.1.0",
"webpack": "^5.72.0",
"webpack-stream": "^7.0.0"
},
"dependencies": {
"airbnb-browser-shims": "^3.3.0",
"hamburgers": "^1.2.1",
"moveto": "^1.8.2",
"reframe.js": "^3.0.3",
"sanitize.css": "git+https://github.com/csstools/sanitize.css.git",
"slick-carousel": "^1.8.1",
"vanilla-lazyload": "^17.7",
"what-input": "^5.2.10"
}
}