Created
October 1, 2022 14:38
-
-
Save wpflames/5d0f430f54e7c3d84420a6d6dbf574fe to your computer and use it in GitHub Desktop.
package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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