{
"name": "shopify-code-base-theme",
"version": "2.3.2",
"description": "Code Base Theme 2.3.2",
"scripts": {
"start": "node rollup.mjs --all --watch & env-cmd -r shops.js -e shop, shopify theme dev --theme-editor-sync --ignore snippets/critical-css.liquid",
"start:dev": "node rollup.mjs --all --watch & env-cmd -r shops.js --environments dev, shopify theme dev --theme-editor-sync --ignore snippets/critical-css.liquid",
"start:stage": "node rollup.mjs --all --watch & env-cmd -r shops.js --environments stage, shopify theme dev --theme-editor-sync --ignore snippets/critical-css.liquid",
"build": "node rollup.mjs --all",
"build:js": "node rollup.mjs --js",
"build:css": "node rollup.mjs --css",
"build:assets": "copyfiles -f dev/assets/* theme/assets",
"stpull": "env-cmd -r shops.js -e shop, shopify theme pull",
"stpush": "node rollup.mjs --all && copyfiles -f dev/.shopifyignore theme && env-cmd -r shops.js -e shop, shopify theme push --nodelete && rm -f theme/.shopifyignore",
"stpush-nobuild": "copyfiles -f dev/.shopifyignore theme && env-cmd -r shops.js -e shop, shopify theme push --nodelete && rm -f theme/.shopifyignore",
"stupload": "node rollup.mjs --all && env-cmd -r shops.js -e shop, shopify theme push --unpublished",
"stopen": "shopify theme open",
"stpublish": "shopify theme publish",
"stdelete": "shopify theme delete",
"stcheck": "shopify theme check",
"stpackage": "shopify theme package --path=theme",
"clean_git_ignore": "git rm -r --cached .",
"clean_shopify_ignore": "rm -f theme/.shopifyignore",
"rm_nm": "rm -rf node_modules/ & rm -rf package-lock.json",
"copytemplates": "copyfiles -f dev/initial_release/templates/*.json theme/templates"
},
"author": "Code Internet Applications",
"license": "ISC",
"dependencies": {
"@algolia/autocomplete-js": "^1.9.3",
"@algolia/autocomplete-plugin-algolia-insights": "1.7.3",
"@fancyapps/ui": "^4.0.0-alpha.4",
"@shopify/theme-currency": "^4.1.1",
"algoliasearch": "^4.19.1",
"instantsearch.js": "^4.56.9",
"js-cookie": "^3.0.1",
"search-insights": "^2.6.0",
"swiper": "^7.0.6"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-eslint": "^8.0.1",
"@rollup/plugin-node-resolve": "^13.0.6",
"autoprefixer": "^10.3.7",
"browserslist": "^4.21.7",
"chokidar": "^3.5.2",
"copyfiles": "^2.4.1",
"core-js": "^3.31.0",
"dotenv": "^16.1.4",
"env-cmd": "^10.1.0",
"glob": "^7.2.0",
"postcss": "^8.4.24",
"postcss-preset-env": "^8.4.2",
"prompts": "^2.4.2",
"read-file": "^0.2.0",
"rollup": "^2.58.0",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-styles": "^3.14.1",
"rollup-plugin-terser": "^7.0.2",
"sass": "1.64.2"
},
"browserslist": [
"supports es6-module",
"last 3 version",
"> 1%"
]
}