-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.58 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.58 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
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "@wpbones/wpkirk-mantine",
"version": "2.0.1",
"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>",
"dependencies": {
"@mantine/core": "^8.3.18",
"@mantine/form": "^8.3.18",
"@mantine/hooks": "^8.3.18",
"@mantine/modals": "^8.3.18",
"@mantine/notifications": "^8.3.18",
"@tabler/icons-react": "^3.41.1",
"mantine-datatable": "^8.0.0",
"swr": "^2.4.1"
},
"devDependencies": {
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^15.0.0",
"@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",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"typescript": "^5.9.3",
"webpack-remove-empty-scripts": "^1.1.0"
}
}