UNPKG

759 BJSONView Raw
1{
2 "name": "@shopify/slate-sync",
3 "version": "1.0.0-alpha.29",
4 "description": "Slate's Shopify API client which handles all theme development requests",
5 "repository": "https://github.com/Shopify/slate/tree/1.x/packages/slate-sync",
6 "license": "MIT",
7 "main": "index.js",
8 "author": "Shopify",
9 "bugs": {
10 "url": "https://github.com/Shopify/slate/issues"
11 },
12 "engine": ">=8.9.4",
13 "dependencies": {
14 "@shopify/slate-analytics": "^1.0.0-alpha.29",
15 "@shopify/slate-config": "^1.0.0-alpha.29",
16 "@shopify/slate-env": "^1.0.0-alpha.29",
17 "@shopify/themekit": "0.6.12",
18 "array-flatten": "^2.1.1",
19 "chalk": "2.3.2",
20 "figures": "^2.0.0",
21 "inquirer": "^5.0.1",
22 "jest": "22.4.2",
23 "react-dev-utils": "0.5.2"
24 }
25}