-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.21 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
{
"name": "wi-starter-fse",
"version": "1.0.0",
"description": "WI Starter FSE WP Theme",
"author": "Urszula Wielgosz",
"license": "MIT",
"keywords": [
"wordpress",
"theme",
"full-site-editing",
"starter"
],
"homepage": "https://github.com/wielgosz-info/wi-starter-fse/",
"repository": {
"type": "git",
"url": "https://github.com/wielgosz-info/wi-starter-fse/"
},
"bugs": {
"url": "https://github.com/wielgosz-info/wi-starter-fse/issues"
},
"dependencies": {
"@wordpress/interactivity": "^5.4.0"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/eslint-parser": "^7.23.10",
"@wordpress/block-editor": "^12.22.0",
"@wordpress/block-library": "^8.32.0",
"@wordpress/blocks": "^12.31.0",
"@wordpress/element": "^5.31.0",
"@wordpress/eslint-plugin": "^17.10.0",
"@wordpress/postcss-plugins-preset": "^4.39.0",
"@wordpress/prettier-config": "^3.10.0",
"@wordpress/scripts": "^27.6.0",
"@wordpress/stylelint-config": "^21.36.0",
"eslint": "^8.57.0",
"eslint-scope": "^8.0.0",
"fast-glob": "^3.3.2",
"husky": "^8.0.0",
"lint-staged": "^15.2.2",
"path": "^0.12.7",
"postcss": "^8.4.38",
"postcss-custom-media": "^10.0.4",
"postcss-import": "^16.1.0",
"postcss-loader": "^8.1.1",
"postcss-nested": "^6.0.1",
"postcss-nesting": "^12.1.0",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"stylelint": "^14.5.1",
"stylelint-config-prettier": "^9.0.5",
"typescript": "^5.4.2",
"webpack": "^5.91.0",
"webpack-remove-empty-scripts": "^1.0.4"
},
"scripts": {
"start": "wp-scripts start --webpack-src-dir=blocks --experimental-modules --hot",
"build": "wp-scripts build --webpack-src-dir=blocks --experimental-modules",
"check-engines": "wp-scripts check-engines",
"check-licenses": "wp-scripts check-licenses",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"lint:md:docs": "wp-scripts lint-md-docs",
"lint:pkg-json": "wp-scripts lint-pkg-json",
"packages-update": "wp-scripts packages-update",
"plugin-zip": "wp-scripts plugin-zip",
"test:e2e": "wp-scripts test-e2e",
"test:unit": "wp-scripts test-unit-js",
"prepare": "husky install"
},
"packageManager": "[email protected]"
}