Sha256: 468539c8c07b9a18b85bdf17392e3d9c0c4384164c6b5cb718a28cee9df4eb1d

Contents?: true

Size: 1.46 KB

Versions: 2

Compression:

Stored size: 1.46 KB

Contents

{
  "name": "@stimulus_reflex/futurism",
  "version": "1.2.0-pre10",
  "description": "Lazy-load Rails partials via CableReady",
  "main": "./dist/futurism.umd.min.js",
  "module": "./dist/futurism.min.js",
  "files": [
    "dist/*",
    "javascript/*"
  ],
  "scripts": {
    "test": "yarn run mocha",
    "lint": "yarn run prettier-standard:check",
    "format": "yarn run prettier-standard:format",
    "prettier-standard:check": "yarn run prettier-standard --check ./javascript/**/*.js rollup.config.js",
    "prettier-standard:format": "yarn run prettier-standard ./javascript/**/*.js rollup.config.js",
    "build": "yarn rollup -c",
    "watch": "yarn rollup -wc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stimulusreflex/futurism.git"
  },
  "keywords": [
    "cable_ready",
    "lazy",
    "loading"
  ],
  "author": "Julian Rubisch <julian.rubisch@hey.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/stimulusreflex/futurism/issues"
  },
  "homepage": "https://github.com/stimulusreflex/futurism#readme",
  "dependencies": {
<<<<<<< Updated upstream
    "cable_ready": "^5.0.0-pre9"
=======
    "cable_ready": "5.0.0-pre9"
>>>>>>> Stashed changes
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^21.0.3",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^13.1.3",
    "mocha": "^8.0.1",
    "prettier-standard": "^16.4.1",
    "rollup": "^2.70.1",
    "rollup-plugin-terser": "^7.0.2"
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
futurism-1.2.0.pre11 package.json~
futurism-1.2.0.pre10 package.json~