{ "name": "best-minimal-restaurant", "version": "1.0.0", "description": "", "author": "PriceListo", "license": "GPL-2.0-or-later", "keywords": [ "WordPress", "Theme", "PriceListo", "Restaurant", "Menu" ], "homepage": "https://pricelisto.com", "repository": { "type": "git", "url": "https://github.com/pricelisto/best-minimal-restaurant/" }, "bugs": { "url": "https://github.com/pricelisto/best-minimal-restaurant/bugs" }, "devDependencies": { "@wordpress/scripts": "^9.0.0", "animate.css": "^4.1.1", "dir-archiver": "^1.1.1", "node-sass": "^4.14.0", "rtlcss": "^2.5.0" }, "rtlcssConfig": { "options": { "autoRename": false, "autoRenameStrict": false, "blacklist": {}, "clean": true, "greedy": false, "processUrls": false, "stringMap": [] }, "plugins": [], "map": false }, "scripts": { "watch": "node-sass sass/ -o ./ --source-map true --output-style expanded --indent-type tab --indent-width 1 -w", "compile:css": "node-sass sass/ -o ./ && stylelint '*.css' --fix || true && stylelint '*.css' --fix", "compile:rtl": "rtlcss style.css style-rtl.css", "lint:scss": "wp-scripts lint-style 'sass/**/*.scss'", "lint:js": "wp-scripts lint-js 'js/*.js'", "bundle": "dir-archiver --src . --dest ../best-minimal-restaurant.zip --exclude .DS_Store .stylelintrc.json .eslintrc .git .gitattributes .github .gitignore README.md composer.json composer.lock node_modules vendor package-lock.json package.json .travis.yml phpcs.xml.dist sass style.css.map" }, "dependencies": { "bootstrap": "^5.1.3", "ionicons": "^5.5.3", "ionicons-css": "^5.2.2", "jquery-nice-select": "^1.1.0", "magnific-popup": "^1.1.0" } }