@nuxtjs/style-resources
Version:
[![npm version][npm-version-src]][npm-version-href] [![npm downloads][npm-downloads-src]][npm-downloads-href] [![Codecov][codecov-src]][codecov-href] [![License][license-src]][license-href]
103 lines (102 loc) • 2.38 kB
JSON
{
"name": "@nuxtjs/style-resources",
"version": "1.2.2",
"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 dev --config-file test/fixture/sass/nuxt.config.js",
"lint": "eslint --ext .js,.ts,.vue lib test",
"test": "yarn lint && jest",
"release": "standard-version && git push --follow-tags && npm publish",
"commitlint": "commitlint -e $GIT_PARAMS",
"coverage": "codecov",
"prepare": "husky install"
},
"types": "types/index.d.ts",
"eslintIgnore": [
".nuxt",
"coverage",
"dist",
"lib/templates/*.*",
"node_modules"
],
"files": [
"lib",
"types"
],
"keywords": [
"nuxtjs",
"nuxt",
"nuxt-module",
"sass",
"less",
"stylus",
"style-resources",
"import"
],
"engines": {
"node": ">=v10.24.1",
"npm": ">=6.14.14"
},
"jest": {
"testEnvironment": "node",
"collectCoverage": true,
"collectCoverageFrom": [
"lib/**/*.js"
],
"transform": {
"\\.[jt]sx?$": "babel-jest"
},
"transformIgnorePatterns": [
"/node_modules/(?!@nuxt)"
]
},
"dependencies": {
"consola": "^3.2.3",
"glob-all": "^3.3.1",
"sass-resources-loader": "^2.2.5"
},
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@nuxt/types": "^2.17.2",
"@nuxtjs/eslint-config": "^12.0.0",
"@types/jest": "^29.5.10",
"babel-jest": "^29.7.0",
"codecov": "^3.8.3",
"eslint": "^8.54.0",
"eslint-plugin-jest": "^27.6.0",
"get-port": "^5.1.1",
"husky": "^7.0.4",
"jest": "^29.7.0",
"jsdom": "^22.1.0",
"less": "^4.2.0",
"less-loader": "^4.1.0",
"mathsass": "^0.11.0",
"nuxt-edge": "^2.17.2-28284499.5674f49",
"sass": "^1.69.5",
"sass-loader": "^7.3.1",
"standard-version": "^9.5.0",
"stylus": "^0.54.8",
"stylus-loader": "^3.0.2",
"typescript": "^5.3.2"
}
}