diff --git a/package.json b/package.json index a2ef71a0..71fb0458 100644 --- a/package.json +++ b/package.json @@ -8,11 +8,11 @@ "shopify", "theme" ], - "bugs": "https://github.com/Shopify/starter-theme/issues", + "bugs": "https://github.com/betoys/starter-theme/issues", "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/Shopify/starter-theme.git" + "url": "https://github.com/betoys/starter-theme.git" }, "devDependencies": { "@shopify/slate-tools": "1.0.0-beta.15", @@ -36,7 +36,12 @@ "lazysizes": "^4.1.1", "lodash-es": "^4.17.4", "normalize.css": "^7.0.0", - "qrcode": "^1.3.2" + "qrcode": "^1.3.2", + "ajv": "^6.0.0", + "react": "^16.0.0-beta", + "react-dom": "^16.0.0-beta", + "stylelint": "^8.0.0", + "typescript": "*" }, "scripts": { "start": "slate-tools start",