@stackoverflow/stacks 2.5.6 → 2.5.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,115 +1,115 @@
1
- {
2
- "name": "@stackoverflow/stacks",
3
- "description": "Stack Overflow’s CSS and Design Pattern Library. Stacks is an atomic CSS library with classes and components for rapidly building Stack Overflow.",
4
- "repository": {
5
- "type": "git",
6
- "url": "https://github.com/StackExchange/Stacks.git"
7
- },
8
- "version": "2.5.6",
9
- "files": [
10
- "dist",
11
- "lib",
12
- "!lib/**/*.test.*"
13
- ],
14
- "main": "./dist/js/stacks.js",
15
- "types": "./dist/index.d.ts",
16
- "style": "./dist/css/stacks.css",
17
- "less": "./lib/stacks.less",
18
- "unpkg": "dist/css/stacks.min.css",
19
- "scripts": {
20
- "start": "concurrently -n w: npm:start:*",
21
- "build": "concurrently -n w: npm:build:*",
22
- "build:bundle": "webpack --mode=production",
23
- "build:docs": "webpack --mode=production --config ./docs/webpack.config.js && cd ./docs && eleventy",
24
- "start:webpack": "webpack --watch --config ./docs/webpack.config.js",
25
- "start:eleventy": "cd ./docs && eleventy --serve",
26
- "test": "npm run test:less && npm run test:unit && npm run test:a11y && npm run test:visual",
27
- "test:a11y": "web-test-runner --group=a11y",
28
- "test:unit": "web-test-runner --group=unit",
29
- "test:unit:watch": "web-test-runner --group=unit --watch",
30
- "test:visual": "pwsh run-test-visual.ps1 npx web-test-runner --group=visual",
31
- "test:less": "vitest run .less.test.ts",
32
- "test:less:update": "npm run test:less -- -u",
33
- "prepublishOnly": "npm run build",
34
- "format": "prettier --write ./lib",
35
- "lint": "concurrently -n w: npm:lint:*",
36
- "lint:ts": "eslint ./lib",
37
- "lint:css": "stylelint ./lib",
38
- "lint:format": "prettier --check ./lib"
39
- },
40
- "license": "MIT",
41
- "dependencies": {
42
- "@hotwired/stimulus": "^3.2.2",
43
- "@popperjs/core": "^2.11.8"
44
- },
45
- "devDependencies": {
46
- "@11ty/eleventy": "^2.0.1",
47
- "@highlightjs/cdn-assets": "^11.10.0",
48
- "@open-wc/testing": "^4.0.0",
49
- "@rollup/plugin-commonjs": "^26.0.1",
50
- "@rollup/plugin-replace": "^5.0.7",
51
- "@stackoverflow/stacks-editor": "^0.10.6",
52
- "@stackoverflow/stacks-icons": "^6.0.2",
53
- "@testing-library/dom": "^10.4.0",
54
- "@testing-library/user-event": "^14.5.2",
55
- "@types/cssbeautify": "^0.3.5",
56
- "@types/less": "^3.0.6",
57
- "@types/mocha": "^10.0.7",
58
- "@typescript-eslint/eslint-plugin": "^7.17.0",
59
- "@typescript-eslint/parser": "^7.18.0",
60
- "@web/dev-server-esbuild": "^1.0.2",
61
- "@web/dev-server-rollup": "^0.6.4",
62
- "@web/test-runner": "^0.18.2",
63
- "@web/test-runner-playwright": "^0.11.0",
64
- "@web/test-runner-visual-regression": "^0.9.0",
65
- "apca-check": "^0.1.0",
66
- "colorjs.io": "^0.5.2",
67
- "concurrently": "^8.2.2",
68
- "css-loader": "^7.1.2",
69
- "cssbeautify": "^0.3.1",
70
- "cssnano": "^7.0.4",
71
- "docsearch.js": "^2.6.3",
72
- "eleventy-plugin-highlightjs": "^1.1.0",
73
- "eleventy-plugin-nesting-toc": "^1.3.0",
74
- "eslint": "^8.57.0",
75
- "eslint-config-prettier": "^9.1.0",
76
- "eslint-plugin-no-unsanitized": "^4.0.2",
77
- "jquery": "^3.7.1",
78
- "less-loader": "^12.2.0",
79
- "list.js": "^2.3.1",
80
- "markdown-it": "^14.1.0",
81
- "mini-css-extract-plugin": "^2.9.0",
82
- "postcss-less": "^6.0.0",
83
- "postcss-loader": "^8.1.1",
84
- "prettier": "^3.3.3",
85
- "rollup-plugin-postcss": "^4.0.2",
86
- "stylelint": "^16.8.1",
87
- "stylelint-config-recommended": "^14.0.1",
88
- "stylelint-config-standard": "^36.0.1",
89
- "terser-webpack-plugin": "^5.3.10",
90
- "ts-loader": "^9.5.1",
91
- "typescript": "^5.5.4",
92
- "vitest": "^2.0.5",
93
- "webpack": "^5.93.0",
94
- "webpack-cli": "^5.1.4",
95
- "webpack-merge": "^6.0.1"
96
- },
97
- "browserslist": [
98
- "last 2 versions",
99
- "not dead",
100
- "not ie > 0",
101
- "not op_mini all",
102
- "not baidu > 0",
103
- "not and_ff > 0",
104
- "not and_qq > 0",
105
- "not kaios > 0",
106
- "not op_mob > 0",
107
- "not ie_mob > 0",
108
- "not and_uc > 0",
109
- "not Samsung > 0",
110
- "not Android > 0"
111
- ],
112
- "overrides": {
113
- "aria-query": "~5.0.0"
114
- }
115
- }
1
+ {
2
+ "name": "@stackoverflow/stacks",
3
+ "description": "Stack Overflow’s CSS and Design Pattern Library. Stacks is an atomic CSS library with classes and components for rapidly building Stack Overflow.",
4
+ "repository": {
5
+ "type": "git",
6
+ "url": "https://github.com/StackExchange/Stacks.git"
7
+ },
8
+ "version": "2.5.8",
9
+ "files": [
10
+ "dist",
11
+ "lib",
12
+ "!lib/**/*.test.*"
13
+ ],
14
+ "main": "./dist/js/stacks.js",
15
+ "types": "./dist/index.d.ts",
16
+ "style": "./dist/css/stacks.css",
17
+ "less": "./lib/stacks.less",
18
+ "unpkg": "dist/css/stacks.min.css",
19
+ "scripts": {
20
+ "start": "concurrently -n w: npm:start:*",
21
+ "build": "concurrently -n w: npm:build:*",
22
+ "build:bundle": "webpack --mode=production",
23
+ "build:docs": "webpack --mode=production --config ./docs/webpack.config.js && cd ./docs && eleventy",
24
+ "start:webpack": "webpack --watch --config ./docs/webpack.config.js",
25
+ "start:eleventy": "cd ./docs && eleventy --serve",
26
+ "test": "npm run test:less && npm run test:unit && npm run test:a11y && npm run test:visual",
27
+ "test:a11y": "web-test-runner --group=a11y",
28
+ "test:unit": "web-test-runner --group=unit",
29
+ "test:unit:watch": "web-test-runner --group=unit --watch",
30
+ "test:visual": "pwsh run-test-visual.ps1 npx web-test-runner --group=visual",
31
+ "test:less": "vitest run .less.test.ts",
32
+ "test:less:update": "npm run test:less -- -u",
33
+ "prepublishOnly": "npm run build",
34
+ "format": "prettier --write ./lib",
35
+ "lint": "concurrently -n w: npm:lint:*",
36
+ "lint:ts": "eslint ./lib",
37
+ "lint:css": "stylelint ./lib",
38
+ "lint:format": "prettier --check ./lib"
39
+ },
40
+ "license": "MIT",
41
+ "dependencies": {
42
+ "@hotwired/stimulus": "^3.2.2",
43
+ "@popperjs/core": "^2.11.8"
44
+ },
45
+ "devDependencies": {
46
+ "@11ty/eleventy": "^2.0.1",
47
+ "@highlightjs/cdn-assets": "^11.10.0",
48
+ "@open-wc/testing": "^4.0.0",
49
+ "@rollup/plugin-commonjs": "^26.0.1",
50
+ "@rollup/plugin-replace": "^5.0.7",
51
+ "@stackoverflow/stacks-editor": "^0.10.7",
52
+ "@stackoverflow/stacks-icons": "^6.0.2",
53
+ "@testing-library/dom": "^10.4.0",
54
+ "@testing-library/user-event": "^14.5.2",
55
+ "@types/cssbeautify": "^0.3.5",
56
+ "@types/less": "^3.0.6",
57
+ "@types/mocha": "^10.0.9",
58
+ "@typescript-eslint/eslint-plugin": "^7.17.0",
59
+ "@typescript-eslint/parser": "^7.18.0",
60
+ "@web/dev-server-esbuild": "^1.0.2",
61
+ "@web/dev-server-rollup": "^0.6.4",
62
+ "@web/test-runner": "^0.19.0",
63
+ "@web/test-runner-playwright": "^0.11.0",
64
+ "@web/test-runner-visual-regression": "^0.10.0",
65
+ "apca-check": "^0.1.1",
66
+ "colorjs.io": "^0.5.2",
67
+ "concurrently": "^9.0.1",
68
+ "css-loader": "^7.1.2",
69
+ "cssbeautify": "^0.3.1",
70
+ "cssnano": "^7.0.6",
71
+ "docsearch.js": "^2.6.3",
72
+ "eleventy-plugin-highlightjs": "^1.1.0",
73
+ "eleventy-plugin-nesting-toc": "^1.3.0",
74
+ "eslint": "^8.57.1",
75
+ "eslint-config-prettier": "^9.1.0",
76
+ "eslint-plugin-no-unsanitized": "^4.1.2",
77
+ "jquery": "^3.7.1",
78
+ "less-loader": "^12.2.0",
79
+ "list.js": "^2.3.1",
80
+ "markdown-it": "^14.1.0",
81
+ "mini-css-extract-plugin": "^2.9.1",
82
+ "postcss-less": "^6.0.0",
83
+ "postcss-loader": "^8.1.1",
84
+ "prettier": "^3.3.3",
85
+ "rollup-plugin-postcss": "^4.0.2",
86
+ "stylelint": "^16.10.0",
87
+ "stylelint-config-recommended": "^14.0.1",
88
+ "stylelint-config-standard": "^36.0.1",
89
+ "terser-webpack-plugin": "^5.3.10",
90
+ "ts-loader": "^9.5.1",
91
+ "typescript": "^5.6.3",
92
+ "vitest": "^2.1.3",
93
+ "webpack": "^5.95.0",
94
+ "webpack-cli": "^5.1.4",
95
+ "webpack-merge": "^6.0.1"
96
+ },
97
+ "browserslist": [
98
+ "last 2 versions",
99
+ "not dead",
100
+ "not ie > 0",
101
+ "not op_mini all",
102
+ "not baidu > 0",
103
+ "not and_ff > 0",
104
+ "not and_qq > 0",
105
+ "not kaios > 0",
106
+ "not op_mob > 0",
107
+ "not ie_mob > 0",
108
+ "not and_uc > 0",
109
+ "not Samsung > 0",
110
+ "not Android > 0"
111
+ ],
112
+ "overrides": {
113
+ "aria-query": "~5.0.0"
114
+ }
115
+ }