/
var
/
www
/
html
/
web
/
old
/
frontend
/
Upload File
HOME
{ "name": "shopify-frontend-template-react", "private": true, "license": "UNLICENSED", "scripts": { "build": "vite build", "dev": "vite", "coverage": "vitest run --coverage" }, "type": "module", "engines": { "node": ">= 12.16" }, "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", "@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", "vite": "^2.8.6" }, "devDependencies": { "history": "^5.3.0", "jsdom": "^19.0.0", "prettier": "^2.6.0", "vi-fetch": "^0.6.1" } }