shopify-theme-customizer
Version:
An effective development tool for customizing existing Shopify themes. It's built with [Gulp](https://gulpjs.com/), [BrowserSync](https://github.com/Browsersync/browser-sync), [Shopify Theme Kit](https://github.com/Shopify/themekit), [Shopify Theme Check]
65 lines (64 loc) • 1.46 kB
JSON
{
"name": "shopify-theme-customizer",
"version": "1.0.0",
"license": "MIT",
"author": {
"name": "Vien Dinh",
"email": "maxvien@gmail.com",
"url": "https://github.com/maxvien"
},
"repository": "https://github.com/maxvien/shopify-theme-customizer.git",
"scripts": {
"get": "cross-env NODE_ENV=production gulp get",
"dev": "cross-env NODE_ENV=development gulp dev",
"test": "cross-env NODE_ENV=production gulp test",
"deploy": "cross-env NODE_ENV=production gulp deploy"
},
"devDependencies": {
"@shopify/themekit": "^1.1.7",
"browser-sync": "^2.26.14",
"cross-env": "^7.0.3",
"eslint": "^7.27.0",
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-load-plugins": "^2.0.6",
"read-yaml-file": "^2.1.0"
},
"prettier": {
"tabWidth": 2,
"semi": true,
"printWidth": 100,
"singleQuote": true,
"trailingComma": "es5"
},
"eslintConfig": {
"env": {
"browser": true,
"node": true
},
"parserOptions": {
"ecmaVersion": 2020,
"sourceType": "module",
"ecmaFeatures": {
"jsx": true
}
},
"extends": "eslint:recommended"
},
"keywords": [
"javascript",
"gulp",
"sass",
"eslint",
"vscode",
"prettier",
"liquid",
"shopify",
"vscode-extension",
"browser-sync",
"shopify-theme",
"shopify-theme-kit",
"shopify-theme-check",
"shopify-theme-customizer"
]
}