Created
February 4, 2023 12:40
-
-
Save rvibit/fb962403621786d51e0cef4b139d3250 to your computer and use it in GitHub Desktop.
package.json file for laravel-shopif React SPA
This file contains 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
{ | |
"private": true, | |
"scripts": { | |
"dev": "vite", | |
"build": "vite build" | |
}, | |
"dependencies": { | |
"@shopify/app-bridge": "^3.1.0", | |
"@shopify/app-bridge-react": "^3.1.0", | |
"@shopify/app-bridge-utils": "^3.1.0", | |
"@shopify/polaris": "^9.11.0", | |
"@shopify/stylelint-polaris": "^5.1.0", | |
"@vitejs/plugin-react": "1.2.0", | |
"react": "^17.0.2", | |
"react-dom": "^17.0.2", | |
"react-query": "^3.34.19", | |
"react-router-dom": "^6.3.0" | |
}, | |
"devDependencies": { | |
"axios": "^1.1.2", | |
"laravel-vite-plugin": "^0.7.2", | |
"lodash": "^4.17.19", | |
"postcss": "^8.1.14", | |
"vite": "^4.0.0", | |
"history": "^5.3.0", | |
"jsdom": "^19.0.0", | |
"prettier": "^2.6.0", | |
"vi-fetch": "^0.6.1" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment