-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.2 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.2 KB
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
{
"name": "@wpbones/wpkirk-typescript",
"version": "2.0.0",
"scripts": {
"dev": "wp-scripts start",
"build": "wp-scripts build",
"test": "wp-scripts test-unit-js",
"test:watch": "wp-scripts test-unit-js --watch",
"format": "wp-scripts format",
"format:check": "wp-scripts format --check",
"lint": "wp-scripts lint-js resources/",
"lint:style": "wp-scripts lint-style 'resources/**/*.{css,scss}'",
"check-engines": "wp-scripts check-engines",
"check-licenses": "wp-scripts check-licenses",
"packages-update": "wp-scripts packages-update",
"make-pot": "wp i18n make-pot . languages/wp-kirk.pot --slug=wp-kirk --domain=wp-kirk --exclude=node_modules,resources/assets",
"make-json": "wp i18n make-json languages/ --no-purge"
},
"license": "GPL-3.0",
"author": "Giovambattista Fazioli <wpbones.info@gmail.com>",
"devDependencies": {
"@types/node": "^22.7.4",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@wordpress/jest-preset-default": "^12.44.0",
"@wordpress/scripts": "^31.7.0",
"glob": "^11.0.0",
"less": "^4.6.4",
"less-loader": "^12.2.0",
"typescript": "^5.9.3",
"webpack-remove-empty-scripts": "^1.1.0"
}
}