{ "name": "@frontierdotbe/formstrap", "version": "0.4.1", "description": "Bootstrap-powered Form Helpers", "module": "app/assets/javascripts/formstrap.js", "main": "app/assets/javascripts/formstrap.js", "sass": "app/assets/stylesheets/formstrap.scss", "style": "app/assets/stylesheets/formstrap.css", "repository": { "type": "git", "url": "git+https://github.com/frontierdotbe/formstrap.git" }, "keywords": [ "formstrap", "frontier" ], "author": "Jef Vlamings ", "license": "MIT", "bugs": { "url": "https://github.com/frontierdotbe/formstrap/issues" }, "homepage": "https://github.com/frontierdotbe/formstrap#readme", "dependencies": { "@hotwired/stimulus": "^3.0", "@hotwired/stimulus-webpack-helpers": "^1.0", "@popperjs/core": "^2.11.2", "bootstrap": "^5.1.3", "flatpickr": "^4.6.9", "sass": "^1.58.3", "sortablejs": "^1.14.0", "tom-select": "^2.3.1", "yarn": "^1.22.18" }, "devDependencies": { "esbuild": "^0.14.11", "esbuild-sass-plugin": "^2.0.3", "standard": "^17.0.0" }, "standard": { "ignore": [ "formstrap.js" ] }, "scripts": { "lint": "standard --fix", "build:css": "node esbuild-css.js", "build:js": "node esbuild-js.js", "build": "yarn lint && yarn build:css && yarn build:js", "watch:css": "node esbuild-css.js -w", "watch:js": "node esbuild-js.js -w", "watch": "yarn watch:css & yarn watch:js", "dev": "yarn watch" } }