@blueprintjs/icons 5.4.0 → 5.4.1

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.
Files changed (1) hide show
  1. package/package.json +88 -88
package/package.json CHANGED
@@ -1,89 +1,89 @@
1
1
  {
2
- "name": "@blueprintjs/icons",
3
- "version": "5.4.0",
4
- "description": "Components, fonts, icons, and css files for creating and displaying icons.",
5
- "main": "lib/cjs/generated/index.js",
6
- "module": "lib/esm/generated/index.js",
7
- "esnext": "lib/esnext/generated/index.js",
8
- "typings": "lib/esm/generated/index.d.ts",
9
- "style": "lib/css/blueprint-icons.css",
10
- "unpkg": "dist/icons.bundle.js",
11
- "files": [
12
- "dist",
13
- "lib",
14
- "src",
15
- "icons.json"
16
- ],
17
- "sideEffects": [
18
- "**/*.css"
19
- ],
20
- "scripts": {
21
- "clean": "rm -rf dist/* || rm -rf lib/**/* || rm -rf src/generated/* || true",
22
- "compile": "npm-run-all -s \"generate-icon-src\" -p \"compile:*\" -p \"copy:*\"",
23
- "compile:esm": "tsc -p ./src",
24
- "compile:cjs": "tsc -p ./src -m commonjs --verbatimModuleSyntax false --outDir lib/cjs",
25
- "compile:esnext": "tsc -p ./src -t esnext --outDir lib/esnext",
26
- "compile:css": "sass-compile ./src",
27
- "copy:scss": "scripts/copy-scss.sh",
28
- "copy:fonts": "scripts/copy-fonts.sh",
29
- "dev": "run-p \"compile:esm --watch\" \"compile:css --watch\"",
30
- "dist": "run-s \"dist:*\"",
31
- "dist:bundle": "NODE_ENV=production webpack",
32
- "dist:css": "css-dist lib/css",
33
- "dist:verify": "assert-package-layout",
34
- "generate-icon-src": "node scripts/generate-icon-fonts.mjs && node scripts/generate-icon-paths.mjs && node scripts/generate-icon-components.mjs",
35
- "lint": "run-p lint:scss lint:es",
36
- "lint:scss": "sass-lint",
37
- "lint:es": "es-lint",
38
- "lint-fix": "es-lint --fix && sass-lint --fix",
39
- "test": "run-s test:typeCheck test:iso",
40
- "test:typeCheck": "tsc -p ./test",
41
- "test:iso": "mocha test/isotest.js",
42
- "verify": "npm-run-all compile -p dist test lint"
43
- },
44
- "dependencies": {
45
- "change-case": "^4.1.2",
46
- "classnames": "^2.3.1",
47
- "tslib": "~2.6.2"
48
- },
49
- "peerDependencies": {
50
- "@types/react": "^16.14.32 || 17 || 18",
51
- "react": "^16.8 || 17 || 18",
52
- "react-dom": "^16.8 || 17 || 18"
53
- },
54
- "peerDependenciesMeta": {
55
- "@types/react": {
56
- "optional": true
57
- }
58
- },
59
- "devDependencies": {
60
- "@blueprintjs/node-build-scripts": "workspace:^",
61
- "@blueprintjs/test-commons": "workspace:^",
62
- "@twbs/fantasticon": "^2.7.1",
63
- "@types/handlebars": "^4.1.0",
64
- "enzyme": "^3.11.0",
65
- "handlebars": "^4.7.8",
66
- "mocha": "^10.2.0",
67
- "npm-run-all": "^4.1.5",
68
- "react": "^16.14.0",
69
- "react-dom": "^16.14.0",
70
- "react-test-renderer": "^16.14.0",
71
- "svg-parser": "^2.0.4",
72
- "typescript": "~5.2.2",
73
- "webpack-cli": "^5.1.4"
74
- },
75
- "repository": {
76
- "type": "git",
77
- "url": "git@github.com:palantir/blueprint.git",
78
- "directory": "packages/icons"
79
- },
80
- "keywords": [
81
- "palantir",
82
- "blueprint",
83
- "theme",
84
- "react",
85
- "icon"
86
- ],
87
- "author": "Palantir Technologies",
88
- "license": "Apache-2.0"
89
- }
2
+ "name": "@blueprintjs/icons",
3
+ "version": "5.4.1",
4
+ "description": "Components, fonts, icons, and css files for creating and displaying icons.",
5
+ "main": "lib/cjs/generated/index.js",
6
+ "module": "lib/esm/generated/index.js",
7
+ "esnext": "lib/esnext/generated/index.js",
8
+ "typings": "lib/esm/generated/index.d.ts",
9
+ "style": "lib/css/blueprint-icons.css",
10
+ "unpkg": "dist/icons.bundle.js",
11
+ "files": [
12
+ "dist",
13
+ "lib",
14
+ "src",
15
+ "icons.json"
16
+ ],
17
+ "sideEffects": [
18
+ "**/*.css"
19
+ ],
20
+ "scripts": {
21
+ "clean": "rm -rf dist/* || rm -rf lib/**/* || rm -rf src/generated/* || true",
22
+ "compile": "npm-run-all -s \"generate-icon-src\" -p \"compile:*\" -p \"copy:*\"",
23
+ "compile:esm": "tsc -p ./src",
24
+ "compile:cjs": "tsc -p ./src -m commonjs --verbatimModuleSyntax false --outDir lib/cjs",
25
+ "compile:esnext": "tsc -p ./src -t esnext --outDir lib/esnext",
26
+ "compile:css": "sass-compile ./src",
27
+ "copy:scss": "scripts/copy-scss.sh",
28
+ "copy:fonts": "scripts/copy-fonts.sh",
29
+ "dev": "run-p \"compile:esm --watch\" \"compile:css --watch\"",
30
+ "dist": "run-s \"dist:*\"",
31
+ "dist:bundle": "NODE_ENV=production webpack",
32
+ "dist:css": "css-dist lib/css",
33
+ "dist:verify": "assert-package-layout",
34
+ "generate-icon-src": "node scripts/generate-icon-fonts.mjs && node scripts/generate-icon-paths.mjs && node scripts/generate-icon-components.mjs",
35
+ "lint": "run-p lint:scss lint:es",
36
+ "lint:scss": "sass-lint",
37
+ "lint:es": "es-lint",
38
+ "lint-fix": "es-lint --fix && sass-lint --fix",
39
+ "test": "run-s test:typeCheck test:iso",
40
+ "test:typeCheck": "tsc -p ./test",
41
+ "test:iso": "mocha test/isotest.js",
42
+ "verify": "npm-run-all compile -p dist test lint"
43
+ },
44
+ "dependencies": {
45
+ "change-case": "^4.1.2",
46
+ "classnames": "^2.3.1",
47
+ "tslib": "~2.6.2"
48
+ },
49
+ "peerDependencies": {
50
+ "@types/react": "^16.14.32 || 17 || 18",
51
+ "react": "^16.8 || 17 || 18",
52
+ "react-dom": "^16.8 || 17 || 18"
53
+ },
54
+ "peerDependenciesMeta": {
55
+ "@types/react": {
56
+ "optional": true
57
+ }
58
+ },
59
+ "devDependencies": {
60
+ "@blueprintjs/node-build-scripts": "^9.0.1",
61
+ "@blueprintjs/test-commons": "^2.2.1",
62
+ "@twbs/fantasticon": "^2.7.1",
63
+ "@types/handlebars": "^4.1.0",
64
+ "enzyme": "^3.11.0",
65
+ "handlebars": "^4.7.8",
66
+ "mocha": "^10.2.0",
67
+ "npm-run-all": "^4.1.5",
68
+ "react": "^16.14.0",
69
+ "react-dom": "^16.14.0",
70
+ "react-test-renderer": "^16.14.0",
71
+ "svg-parser": "^2.0.4",
72
+ "typescript": "~5.2.2",
73
+ "webpack-cli": "^5.1.4"
74
+ },
75
+ "repository": {
76
+ "type": "git",
77
+ "url": "git@github.com:palantir/blueprint.git",
78
+ "directory": "packages/icons"
79
+ },
80
+ "keywords": [
81
+ "palantir",
82
+ "blueprint",
83
+ "theme",
84
+ "react",
85
+ "icon"
86
+ ],
87
+ "author": "Palantir Technologies",
88
+ "license": "Apache-2.0"
89
+ }