-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
42 lines (42 loc) · 1.45 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
{
"name": "@wpbones/wpkirk",
"version": "1.7.0",
"scripts": {
"start:gulp": "gulp watch",
"build:gulp": "gulp build",
"build:apps": "wp-scripts build resources/assets/apps/app --output-path=public/apps/",
"start:apps": "wp-scripts start resources/assets/apps/app --output-path=public/apps/",
"build": "run-s build:gulp build:apps",
"start": "run-s start:gulp start:apps",
"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",
"packages-update": "wp-scripts packages-update",
"check-engines": "wp-scripts check-engines",
"check-licenses": "wp-scripts check-licenses",
"format": "wp-scripts format"
},
"license": "GPL-3.0",
"author": "Giovambattista Fazioli <[email protected]>",
"devDependencies": {
"@babel/core": "^7.24.3",
"@babel/preset-env": "^7.24.3",
"@babel/preset-react": "^7.24.1",
"@wordpress/scripts": "^29.0.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-less": "^5.0.0",
"gulp-sass": "^5.1.0",
"gulp-typescript": "^2.12.2",
"gulp-uglify": "^3.0.2",
"gulp-watch": "^5.0.1",
"npm-run-all": "^4.1.5",
"sass": "^1.72.0"
},
"dependencies": {
"@mantine/core": "^7.12.1",
"@mantine/hooks": "^7.12.1",
"@tabler/icons-react": "^3.2.0",
"react-router-dom": "^6.23.0"
}
}