Sha256: f014d2e835f2d96e61a949911938697e41d3cbce8b1083edaf2e673e835d801f
Contents?: true
Size: 1.48 KB
Versions: 2
Compression:
Stored size: 1.48 KB
Contents
{ "name": "@frontierdotbe/formstrap", "version": "0.4.4", "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 <vlamingsjef@gmail.com>", "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" } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
formstrap-0.4.5 | package.json |
formstrap-0.4.4 | package.json |