UNPKG

@agro-tech/rules

Version:

前端规范

44 lines 1 kB
{ "name": "@agro-tech/rules", "version": "1.0.0", "description": "前端规范", "keywords": [ "前端规范" ], "author": "贾亦品", "homepage": "", "license": "ISC", "main": "lib/index.js", "directories": { "lib": "lib", "test": "__tests__" }, "files": [ "lib" ], "publishConfig": { "registry": "https://registry.npmjs.org", "access": "public" }, "repository": { "type": "git" }, "dependencies": { "@commitlint/cli": "17.1.2", "@commitlint/config-conventional": "17.1.0", "eslint": "8.26.0", "eslint-config-airbnb-base": "15.0.0", "eslint-plugin-import": "2.26.0", "eslint-plugin-vue": "9.6.0", "postcss": "8.4.18", "postcss-html": "1.5.0", "postcss-less": "6.0.0", "postcss-scss": "4.0.5", "stylelint": "14.14.0", "stylelint-config-recommended": "9.0.0", "stylelint-config-recommended-vue": "1.4.0" }, "scripts": { "test": "echo \"Error: run tests from root\" && exit 1" } }