mirror of
https://github.com/10h30/wp-strava.git
synced 2026-07-11 18:56:18 +09:00
5d76785ad8
Moved blocks into a multi-block folder structure Added url-loader for static images Moved CSS to build dir
16 lines
311 B
JSON
16 lines
311 B
JSON
{
|
|
"name": "wp-strava-tools",
|
|
"version": "1.0.0",
|
|
"license": "GPL-2.0-or-later",
|
|
"description": "",
|
|
"main": "build/index.js",
|
|
"scripts": {
|
|
"build": "wp-scripts build",
|
|
"start": "wp-scripts start"
|
|
},
|
|
"devDependencies": {
|
|
"@wordpress/scripts": "6.1.0",
|
|
"url-loader": "^3.0.0"
|
|
}
|
|
}
|