|
10 | 10 | ], |
11 | 11 | "homepage": "https://github.com/webpack-contrib/stylelint-webpack-plugin", |
12 | 12 | "bugs": "https://github.com/webpack-contrib/stylelint-webpack-plugin/issues", |
| 13 | + "funding": { |
| 14 | + "type": "opencollective", |
| 15 | + "url": "https://opencollective.com/webpack" |
| 16 | + }, |
13 | 17 | "main": "dist/cjs.js", |
14 | 18 | "engines": { |
15 | | - "node": ">= 8.9.0" |
| 19 | + "node": ">= 10.13.0" |
16 | 20 | }, |
17 | 21 | "scripts": { |
18 | 22 | "start": "npm run build -- -w", |
19 | | - "prebuild": "npm run clean", |
20 | | - "build": "cross-env NODE_ENV=production babel src -d dist --ignore \"src/**/*.test.js\" --copy-files", |
21 | 23 | "clean": "del-cli dist", |
| 24 | + "prebuild": "npm run clean", |
| 25 | + "build": "cross-env NODE_ENV=production babel src -d dist --copy-files", |
22 | 26 | "commitlint": "commitlint --from=master", |
23 | | - "lint:prettier": "prettier \"{**/*,*}.{js,json,md,yml,css}\" --list-different", |
24 | | - "lint:js": "eslint --cache src test", |
25 | | - "lint": "npm-run-all -l -p \"lint:**\"", |
26 | | - "prepare": "npm run build", |
27 | | - "release": "standard-version", |
28 | 27 | "security": "npm audit", |
| 28 | + "lint:prettier": "prettier --list-different .", |
| 29 | + "lint:js": "eslint --cache .", |
| 30 | + "lint": "npm-run-all -l -p \"lint:**\"", |
29 | 31 | "test:only": "cross-env NODE_ENV=test jest", |
30 | | - "test:watch": "cross-env NODE_ENV=test jest --watch", |
31 | | - "test:coverage": "cross-env NODE_ENV=test jest --collectCoverageFrom=\"src/**/*.js\" --coverage", |
| 32 | + "test:watch": "npm run test:only -- --watch", |
| 33 | + "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage", |
32 | 34 | "pretest": "npm run lint", |
33 | | - "test": "cross-env NODE_ENV=test npm run test:coverage", |
| 35 | + "test": "npm run test:coverage", |
| 36 | + "prepare": "npm run build", |
| 37 | + "release": "standard-version", |
34 | 38 | "defaults": "webpack-defaults" |
35 | 39 | }, |
36 | 40 | "files": [ |
37 | 41 | "dist" |
38 | 42 | ], |
39 | 43 | "peerDependencies": { |
40 | | - "stylelint": "^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0", |
| 44 | + "stylelint": "^13.0.0", |
41 | 45 | "webpack": "^4.0.0 || ^5.0.0" |
42 | 46 | }, |
43 | 47 | "dependencies": { |
|
55 | 59 | "@webpack-contrib/eslint-config-webpack": "^3.0.0", |
56 | 60 | "babel-eslint": "^10.1.0", |
57 | 61 | "babel-jest": "^25.5.1", |
58 | | - "cross-env": "^6.0.3", |
| 62 | + "cross-env": "^7.0.2", |
59 | 63 | "del": "^5.1.0", |
60 | 64 | "del-cli": "^3.0.0", |
61 | 65 | "eslint": "^6.8.0", |
|
66 | 70 | "husky": "^4.2.5", |
67 | 71 | "jest": "^25.5.4", |
68 | 72 | "lint-staged": "^10.2.2", |
69 | | - "mkdirp": "^1.0.4", |
70 | 73 | "npm-run-all": "^4.1.5", |
71 | | - "prettier": "^1.19.1", |
| 74 | + "prettier": "^2.0.5", |
72 | 75 | "standard-version": "^7.1.0", |
73 | 76 | "stylelint": "^13.3.3", |
74 | 77 | "webpack": "^4.43.0" |
|
0 commit comments