UNPKG

1.24 kBJSONView Raw
1{
2 "name": "@ascendancyy/vue-cli-plugin-stylelint",
3 "version": "1.0.2",
4 "description": "stylelint plugin for vue-cli",
5 "main": "index.js",
6 "scripts": {
7 "lint": "eslint ./**/*.js ./*.js",
8 "jest": "cross-env VUE_CLI_TEST=true jest --env=node",
9 "test": "npm run lint && npm run jest"
10 },
11 "publishConfig": {
12 "access": "public"
13 },
14 "repository": {
15 "type": "git",
16 "url": "git+https://github.com/ascendancyy/vue-cli-plugin-stylelint.git"
17 },
18 "keywords": [
19 "vue",
20 "cli",
21 "stylelint"
22 ],
23 "author": "Stephen Lam",
24 "license": "MIT",
25 "bugs": {
26 "url": "https://github.com/ascendancyy/vue-cli-plugin-stylelint/issues"
27 },
28 "homepage": "https://github.com/ascendancyy/vue-cli-plugin-stylelint#readme",
29 "dependencies": {
30 "chalk": "^2.3.2",
31 "inquirer": "^5.2.0",
32 "javascript-stringify": "^1.6.0",
33 "micromatch": "^3.1.10",
34 "stylelint": "^8.4.0",
35 "stylelint-codeframe-formatter": "^1.0.4",
36 "stylelint-webpack-plugin": "^0.10.4"
37 },
38 "devDependencies": {
39 "@ascendancyy/eslint-config-eva": "^2.0.1",
40 "@vue/cli": "^3.0.0-beta.6",
41 "@vue/cli-test-utils": "^3.0.0-beta.6",
42 "cross-env": "^5.1.4",
43 "eslint": "^4.19.1",
44 "jest": "^22.4.3"
45 }
46}