UNPKG

@osjs/dev-meta

Version:
60 lines (59 loc) 1.56 kB
{ "name": "@osjs/dev-meta", "version": "2.3.2", "description": "OS.js Development Meta Package", "files": [ "package.json", "IconThemePlugin.js", "README.md" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/os-js/osjs-dev-meta.git" }, "keywords": [ "osjs" ], "author": "Anders Evenrud <andersevenrud@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/os-js/osjs-dev-meta/issues" }, "homepage": "https://github.com/os-js/osjs-dev-meta#readme", "dependencies": { "@babel/core": "^7.12.9", "@babel/plugin-transform-runtime": "^7.12.1", "@babel/preset-env": "^7.12.7", "@babel/runtime": "^7.12.5", "@osjs/eslint-config": "^2.0.0", "@osjs/stylelint-config": "^2.0.0", "babel-loader": "^8.2.1", "copy-webpack-plugin": "^6.3.2", "css-loader": "^5.0.1", "eslint": "^7.14.0", "file-loader": "^5.1.0", "jest": "^26.6.3", "mini-css-extract-plugin": "^1.3.1", "optimize-css-assets-webpack-plugin": "^5.0.4", "sass": "^1.32.13", "sass-loader": "^10.1.0", "stylelint": "^13.8.0", "stylelint-config-standard": "^20.0.0", "stylelint-scss": "^3.18.0", "webpack": "^4.44.2", "webpack-cli": "^3.3.12" }, "devDependencies": { "@commitlint/cli": "^17.1.2", "@commitlint/config-conventional": "^17.1.0", "husky": "^8.0.1" }, "commitlint": { "extends": [ "@commitlint/config-conventional" ] } }