Skip to content

Instantly share code, notes, and snippets.

@wpflames
Created October 1, 2022 14:38
Show Gist options
  • Select an option

  • Save wpflames/5d0f430f54e7c3d84420a6d6dbf574fe to your computer and use it in GitHub Desktop.

Select an option

Save wpflames/5d0f430f54e7c3d84420a6d6dbf574fe to your computer and use it in GitHub Desktop.
package.json
{
"name": "underscore-theme",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "wp-scripts build",
"start": "wp-scripts start",
"dev": "wp-scripts start",
"devFast": "wp-scripts start",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@glidejs/glide": "^3.4.1",
"@wordpress/scripts": "*",
"axios": "^0.21.1",
"normalize.css": "^8.0.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment