UNPKG

bootstrap-shopify-theme

Version:

A free [**Shopify Theme**](https://github.com/maxvien/bootstrap-shopify-theme) built with [**Bootstrap**](https://getbootstrap.com/), [BEM](http://getbem.com/), [Theme Tools](https://shopify.dev/tools/themes), [Swiper](https://swiperjs.com/), [Gulp](https

99 lines (98 loc) 2.4 kB
{ "name": "bootstrap-shopify-theme", "version": "1.4.5", "repository": "https://github.com/maxvien/bootstrap-shopify-theme.git", "author": "Vien Dinh <maxvien@gmail.com>", "license": "MIT", "scripts": { "dev": "cross-env NODE_ENV=development gulp dev", "test": "cross-env NODE_ENV=production gulp test", "build": "cross-env NODE_ENV=production gulp build", "deploy": "cross-env NODE_ENV=production gulp deploy" }, "dependencies": { "@popperjs/core": "^2.9.2", "@shopify/theme-addresses": "^4.1.1", "@shopify/theme-predictive-search": "^4.1.1", "@shopify/theme-product": "^4.1.1", "@shopify/theme-product-form": "^4.1.1", "bootstrap": "^5.0.0-beta3", "jquery": "^3.6.0", "lodash": "^4.17.21", "read-yaml-file": "^2.1.0", "smartmenus-bootstrap-4": "^0.1.0", "swiper": "^6.5.9" }, "devDependencies": { "@babel/core": "^7.14.3", "@babel/plugin-transform-runtime": "^7.14.3", "@babel/preset-env": "^7.14.2", "@babel/runtime-corejs3": "^7.14.0", "@shopify/themekit": "^1.1.7", "autoprefixer": "^9.8.6", "browser-sync": "^2.26.14", "cross-env": "^7.0.3", "eslint": "^7.26.0", "gulp": "^4.0.2", "gulp-clean": "^0.4.0", "gulp-load-plugins": "^2.0.6", "parcel-bundler": "^1.12.5", "postcss-modules": "^4.0.0", "sass": "^1.32.11" }, "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" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "keywords": [ "gulp", "sass", "theme", "bootstrap", "postcss", "bem", "liquid", "parcel", "shopify", "browser-sync", "shopify-themes", "shopify-theme", "swiper", "javascipt", "shopify-development", "bootstrap-shopify-theme", "shopify-theme-kit", "shopify-theme-scripts", "shopify-theme-check", "shopify-theme-development" ] }