UNPKG

@evolvere/nuxtjs-style-resources

Version:

[![npm (scoped with tag)](https://img.shields.io/npm/v/@nuxtjs/style-resources/latest.svg?style=flat-square)](https://npmjs.com/package/@nuxtjs/style-resources) [![npm](https://img.shields.io/npm/dt/@nuxtjs/style-resources.svg?style=flat-square)](https://

101 lines (100 loc) 2.41 kB
{ "name": "@evolvere/nuxtjs-style-resources", "version": "1.0.0", "description": "", "license": "MIT", "contributors": [ { "name": "Alexander Lichter <npm@lichter.io>" } ], "main": "lib/module.js", "repository": { "mode": "git", "url": "git+https://github.com/nuxt-community/style-resources-module" }, "bugs": { "url": "https://github.com/nuxt-community/style-resources-module/issues" }, "publishConfig": { "access": "public" }, "scripts": { "dev": "nuxt build --config-file test/fixture/configs/default.js", "lint": "eslint lib test", "test": "yarn run lint && jest", "release": "standard-version && git push --follow-tags && npm publish", "commitlint": "commitlint -e $GIT_PARAMS", "coverage": "codecov" }, "eslintIgnore": [ "lib/templates/*.*" ], "files": [ "lib" ], "keywords": [ "nuxtjs", "nuxt", "nuxt-module", "sass", "less", "stylus", "style-resources", "import" ], "engines": { "node": ">=8.0.0", "npm": ">=5.0.0" }, "jest": { "testEnvironment": "node", "collectCoverage": true, "coveragePathIgnorePatterns": [ "/node_modules/", "/test/fixture" ], "forceExit": true }, "dependencies": { "consola": "^2.4.0", "glob-all": "^3.1.0", "sass-resources-loader": "2.1.1" }, "devDependencies": { "@commitlint/cli": "^7.5.0", "@commitlint/config-conventional": "^7.5.0", "@nuxt/config": "^2.8.1", "@nuxtjs/eslint-config": "^0.0.1", "babel-eslint": "^10.0.1", "codecov": "^3.1.0", "eslint": "^5.13.0", "eslint-config-standard": "^12.0.0", "eslint-plugin-import": "^2.16.0", "eslint-plugin-jest": "^22.2.2", "eslint-plugin-node": "^8.0.1", "eslint-plugin-promise": "^4.0.1", "eslint-plugin-standard": "^4.0.0", "eslint-plugin-vue": "^5.1.0", "get-port": "^4.1.0", "husky": "^1.3.1", "jest": "^24.1.0", "jsdom": "^13.2.0", "less": "^3.9.0", "less-loader": "^4.1.0", "mathsass": "^0.10.1", "node-sass": "^4.11.0", "nuxt": "^2.4.3", "nuxt-edge": "^2.4.1-25812008.a303ea89", "sass-loader": "^7.1.0", "standard-version": "^4.4.0", "stylus": "^0.54.5", "stylus-loader": "^3.0.2" }, "husky": { "hooks": { "pre-commit": "yarn run lint", "commit-msg": "yarn run commitlint" } } }