UNPKG

fabric-demo

Version:

eslint+prettier+stylelint for vue@2 and egg.js

49 lines (46 loc) 1.23 kB
{ "name": "fabric-demo", "version": "1.2.20", "main": "index.js", "dependencies": { "eslint": "^8.57.0", "eslint-plugin-vue": "^9.33.0", "@html-eslint/parser": "^0.43.0", "@html-eslint/eslint-plugin": "^0.43.1", "eslint-plugin-html": "^8.1.3", "eslint-config-egg": "^13.1.0", "eslint-config-prettier": "^9.1.2", "stylelint": "^15.11.0", "stylelint-config-standard": "^34.0.0", "stylelint-config-css-modules": "4.3.0", "stylelint-scss": "^5.3.2", "stylelint-config-standard-less": "^2.0.0", "stylelint-config-standard-scss": "^11.1.0", "postcss-less": "^6.0.0", "postcss-scss": "^4.0.9", "postcss-html": "^1.8.0", "stylelint-config-html": "^1.1.0", "stylelint-config-standard-vue": "^1.0.0", "prettier": "^2.8.8" }, "engines": { "node": ">=16.17.0", "npm": ">= 8.15.0" }, "description": "eslint+prettier+stylelint for vue@2 and egg.js", "keywords": [ "eslint", "prettier", "stylelint", "fabric", "egg.js", "vue" ], "repository": { "type": "git", "url": "git+https://github.com/realgeoffrey/fabric-demo.git" }, "bugs": { "url": "https://github.com/realgeoffrey/fabric-demo/issues" } }