-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.54 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": "facyl",
"version": "9.1.7",
"description": "A minimalist WordPress starter theme.",
"author": "Digitoimisto Dude Oy (moro@dude.fi)",
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/eslint-parser": "^7.18.2",
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"@hint/hint-axe": "^4.4.13",
"@hint/hint-button-type": "^3.0.15",
"@hint/hint-compat-api": "^4.4.12",
"@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.7",
"babel-loader": "^8.2.5",
"babel-preset-airbnb": "^5.0.0",
"browser-sync": "^2.27.10",
"caniuse-lite": "^1.0.30001361",
"cssnano": "^5.1.12",
"cssnano-preset-advanced": "^5.3.8",
"eslint": "^8.18.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.0",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"gulp": "4.0.2",
"gulp-eslint-new": "^1.5.1",
"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": "^7.0.1",
"npm-check-updates": "^14.1.1",
"postcss": "^8.4.14",
"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.6",
"postcss-merge-rules": "^5.1.2",
"postcss-minify-font-values": "^5.1.0",
"postcss-minify-gradients": "^5.1.1",
"postcss-normalize-positions": "^5.1.1",
"postcss-normalize-url": "^5.1.0",
"postcss-unique-selectors": "^5.1.1",
"postcss-zindex": "^5.1.0",
"sass": "^1.53.0",
"stylelint": "^14.9.1",
"stylelint-config-recommended": "^8.0.0",
"stylelint-config-recommended-scss": "^6.0.0",
"stylelint-config-standard-scss": "^4.0.0",
"stylelint-declaration-strict-value": "^1.8.0",
"stylelint-order": "^5.0.0",
"stylelint-scss": "^4.2.0",
"terser-webpack-plugin": "^5.3.3",
"vinyl-named": "^1.1.0",
"webpack": "^5.73.0",
"webpack-stream": "^7.0.0"
},
"dependencies": {
"airbnb-browser-shims": "^3.3.0",
"hamburgers": "^1.2.1",
"moveto": "^1.8.2",
"reframe.js": "^4.0.0",
"sanitize.css": "git+https://github.com/csstools/sanitize.css.git",
"what-input": "^5.2.12"
}
}