-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.06 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
{
"name": "blockette",
"version": "1.0.0",
"description": "Full site editing theme for WooCommerce stores",
"author": "Alen Sirola",
"license": "GPL-2.0-or-later",
"keywords": [
"WordPress",
"Theme"
],
"homepage": "",
"devDependencies": {
"@babel/core": "^7.20.2",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"@wordpress/babel-preset-default": "^7.5.0",
"@wordpress/eslint-plugin": "^13.5.0",
"@wordpress/stylelint-config": "^21.4.0",
"cssnano": "^5.1.14",
"eslint": "^8.27.0",
"eslint-plugin-react": "^7.31.10",
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-concat-css": "^3.1.0",
"gulp-cssnano": "^2.1.3",
"gulp-rename": "^2.0.0",
"postcss": "^8.4.18",
"postcss-cli": "^10.0.0",
"prettier": "^2.7.1",
"stylelint": "^14.14.1"
},
"scripts": {
"lint:css": "stylelint **/*.css",
"lint-fix:css": "stylelint **/*.css --fix",
"lint:js": "eslint .",
"lint-fix:js": "eslint --fix ."
},
"dependencies": {
"gulp-sort": "^2.0.0",
"gulp-uglifycss": "^1.1.0",
"gulp-wp-pot": "^2.5.0"
}
}