-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
25 lines (25 loc) · 849 Bytes
/
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
{
"name": "tg",
"version": "1.0.0",
"scripts": {
"start": "wp-scripts start src/index.js --output-path=build/theme",
"admin-styles": "wp-scripts start src/admin.js --output-path=build/admin",
"build": "wp-scripts build src/index.js --output-path=build/theme",
"blocks-start": "wp-scripts start --webpack-src-dir=blocks --webpack-copy-php --output-path=build/blocks",
"blocks-build": "wp-scripts build --webpack-src-dir=blocks --webpack-copy-php --output-path=build/blocks",
"develop": "npm-run-all --parallel start blocks-start"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@wordpress/scripts": "^26.8.0",
"browser-sync": "^3.0.2",
"glob": "^10.3.10",
"npm-run-all": "^4.1.5"
},
"dependencies": {
"@splidejs/splide": "^4.1.4",
"swiper": "^10.0.4"
}
}