-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.58 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
{
"name": "pulina",
"version": "1.0.0",
"description": "pulina powered by dudestack + devpackages",
"author": "Digitoimisto Dude Oy ([email protected])",
"devDependencies": {
"@wulechuan/printer-for-errors-of-gulp-plugins": "^1.0.0",
"autoprefixer": "^10.0.1",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"babel-preset-airbnb": "^5.0.0",
"browser-sync": "^2.26.12",
"eslint": "^7.2.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.21.2",
"eslint-plugin-react-hooks": "^4.0.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",
"mqpacker": "^7.0.0",
"postcss": "^8.1.1",
"stylelint": "^13.7.2",
"stylelint-a11y": "^1.2.3",
"stylelint-config-recommended": "^3.0.0",
"stylelint-config-standard": "^20.0.0",
"stylelint-config-wordpress": "^17.0.0",
"stylelint-declaration-use-variable": "^1.7.2",
"stylelint-order": "^4.1.0",
"stylelint-scss": "^3.18.0",
"stylelint-value-no-unknown-custom-properties": "^3.0.0",
"terser-webpack-plugin": "^4.2.3",
"vinyl-named": "^1.1.0",
"webpack": "^4.2.6",
"webpack-stream": "^6.1.2"
},
"dependencies": {
"airbnb-browser-shims": "^3.3.0",
"npm-check-updates": "^9.0.3",
"npx": "^10.2.2"
}
}