UNPKG

grind-assets

Version:
69 lines (68 loc) 1.77 kB
{ "name": "grind-assets", "version": "0.8.6", "description": "Asset management for Grind", "keywords": [ "grindjs", "grind-framework", "asset-management", "sass", "scss", "babel" ], "homepage": "https://github.com/grindjs/grindjs/tree/master/packages/assets#readme", "repository": { "type": "git", "url": "https://github.com/grindjs/grindjs.git", "directory": "packages/assets" }, "license": "MIT", "author": { "name": "Shaun Harrison", "url": "https://github.com/shnhrrsn" }, "main": "lib/index.js", "scripts": { "build": "bin/build", "prepack": "yarn build", "test": "ava" }, "dependencies": { "@babel/code-frame": "^7.8.3", "dateformat": "^3.0.3", "ignore": "^5.1.4", "optional": "^0.1.4", "pkg-up": "^3.1.0", "semver": "^7.3.2", "strip-ansi": "^6.0.0" }, "devDependencies": { "@babel/plugin-proposal-object-rest-spread": "^7.11.0", "@babel/plugin-transform-arrow-functions": "^7.10.4", "@babel/plugin-transform-block-scoping": "^7.10.5", "@babel/plugin-transform-classes": "^7.10.4", "@babel/plugin-transform-template-literals": "^7.10.5", "@rollup/plugin-babel": "^5.1.0", "@rollup/plugin-replace": "^2.3.3", "autoprefixer": "^9.7.6", "babelify": "^10.0.0", "browserify": "^16.5.1", "clean-css": "^4.2.3", "fetchit": "^2.1.0", "grind-cli": "^0.8.0", "grind-http": "^0.8.5", "rimraf": "^3.0.2", "rollup": "^2.23.0", "sass": "^1.34.0", "svgo": "^1.3.2", "uglify-es": "^3.3.9", "uglify-js": "^3.9.1" }, "peerDependencies": { "grind-framework": "^0.8.0-beta.4" }, "engines": { "node": ">=10.13" }, "gitHead": "9e0a40b6bfe2143bb27c9c56fd6f7b439de25742" }