|
1 | 1 | { |
2 | | - "name": "stylelint-config-standard-vue", |
3 | | - "version": "1.0.0", |
4 | | - "description": "The standard shareable Vue config for Stylelint.", |
5 | | - "keywords": [ |
6 | | - "stylelint", |
7 | | - "stylelint-config", |
8 | | - "standard", |
9 | | - "vue" |
10 | | - ], |
11 | | - "main": "lib/index.js", |
12 | | - "files": [ |
13 | | - "lib", |
14 | | - "scss" |
15 | | - ], |
16 | | - "engines": { |
17 | | - "node": "^12 || >=14" |
18 | | - }, |
19 | | - "scripts": { |
20 | | - "test": "mocha \"tests/lib/**/*.js\" --reporter dot --timeout 60000", |
21 | | - "lint": "eslint .", |
22 | | - "eslint-fix": "eslint . --fix", |
23 | | - "preversion": "npm test && git add ." |
24 | | - }, |
25 | | - "dependencies": { |
26 | | - "stylelint-config-html": ">=1.0.0", |
27 | | - "stylelint-config-recommended-vue": ">=1.1.0", |
28 | | - "stylelint-config-standard": ">=24.0.0" |
29 | | - }, |
30 | | - "peerDependencies": { |
31 | | - "stylelint": ">=14.0.0", |
32 | | - "postcss-html": "^1.0.0" |
33 | | - }, |
34 | | - "devDependencies": { |
35 | | - "@ota-meshi/eslint-plugin": "^0.10.0", |
36 | | - "eslint": "^8.0.0", |
37 | | - "eslint-config-prettier": "^8.3.0", |
38 | | - "eslint-plugin-eslint-comments": "^3.2.0", |
39 | | - "eslint-plugin-json-schema-validator": "^3.0.0", |
40 | | - "eslint-plugin-jsonc": "^2.0.0", |
41 | | - "eslint-plugin-node": "^11.1.0", |
42 | | - "eslint-plugin-prettier": "^4.0.0", |
43 | | - "eslint-plugin-regexp": "^1.5.0", |
44 | | - "eslint-plugin-vue": "^9.0.0", |
45 | | - "eslint-plugin-yml": "^1.0.0", |
46 | | - "mocha": "^10.0.0", |
47 | | - "prettier": "^2.4.1" |
48 | | - }, |
49 | | - "repository": { |
50 | | - "type": "git", |
51 | | - "url": "git+https://github.com/ota-meshi/stylelint-config-standard-vue.git" |
52 | | - }, |
53 | | - "author": "Yosuke Ota (https://github.com/ota-meshi)", |
54 | | - "funding": "https://github.com/sponsors/ota-meshi", |
55 | | - "license": "MIT", |
56 | | - "bugs": { |
57 | | - "url": "https://github.com/ota-meshi/stylelint-config-standard-vue/issues" |
58 | | - }, |
59 | | - "homepage": "https://github.com/ota-meshi/stylelint-config-standard-vue#readme" |
| 2 | + "name": "stylelint-config-standard-vue", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "The standard shareable Vue config for Stylelint.", |
| 5 | + "keywords": [ |
| 6 | + "stylelint", |
| 7 | + "stylelint-config", |
| 8 | + "standard", |
| 9 | + "vue" |
| 10 | + ], |
| 11 | + "main": "lib/index.js", |
| 12 | + "files": [ |
| 13 | + "lib", |
| 14 | + "scss" |
| 15 | + ], |
| 16 | + "engines": { |
| 17 | + "node": "^12 || >=14" |
| 18 | + }, |
| 19 | + "scripts": { |
| 20 | + "test": "mocha \"tests/lib/**/*.js\" --reporter dot --timeout 60000", |
| 21 | + "lint": "eslint .", |
| 22 | + "eslint-fix": "eslint . --fix", |
| 23 | + "preversion": "npm test && git add ." |
| 24 | + }, |
| 25 | + "dependencies": { |
| 26 | + "stylelint-config-html": ">=1.0.0", |
| 27 | + "stylelint-config-recommended-vue": ">=1.1.0", |
| 28 | + "stylelint-config-standard": ">=24.0.0" |
| 29 | + }, |
| 30 | + "peerDependencies": { |
| 31 | + "stylelint": ">=14.0.0", |
| 32 | + "postcss-html": "^1.0.0" |
| 33 | + }, |
| 34 | + "devDependencies": { |
| 35 | + "@ota-meshi/eslint-plugin": "^0.11.0", |
| 36 | + "eslint": "^8.0.0", |
| 37 | + "eslint-config-prettier": "^8.3.0", |
| 38 | + "eslint-plugin-eslint-comments": "^3.2.0", |
| 39 | + "eslint-plugin-json-schema-validator": "^3.0.0", |
| 40 | + "eslint-plugin-jsonc": "^2.0.0", |
| 41 | + "eslint-plugin-node": "^11.1.0", |
| 42 | + "eslint-plugin-prettier": "^4.0.0", |
| 43 | + "eslint-plugin-regexp": "^1.5.0", |
| 44 | + "eslint-plugin-vue": "^9.0.0", |
| 45 | + "eslint-plugin-yml": "^1.0.0", |
| 46 | + "mocha": "^10.0.0", |
| 47 | + "prettier": "^2.4.1" |
| 48 | + }, |
| 49 | + "repository": { |
| 50 | + "type": "git", |
| 51 | + "url": "git+https://github.com/ota-meshi/stylelint-config-standard-vue.git" |
| 52 | + }, |
| 53 | + "author": "Yosuke Ota (https://github.com/ota-meshi)", |
| 54 | + "funding": "https://github.com/sponsors/ota-meshi", |
| 55 | + "license": "MIT", |
| 56 | + "bugs": { |
| 57 | + "url": "https://github.com/ota-meshi/stylelint-config-standard-vue/issues" |
| 58 | + }, |
| 59 | + "homepage": "https://github.com/ota-meshi/stylelint-config-standard-vue#readme" |
60 | 60 | } |
0 commit comments