blue-react 11.0.2 → 11.0.4

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,78 +1,78 @@
1
- {
2
- "name": "blue-react",
3
- "version": "11.0.2",
4
- "description": "Blue React Components",
5
- "license": "LGPL-3.0-or-later",
6
- "type": "module",
7
- "main": "index.js",
8
- "types": "index.d.ts",
9
- "homepage": "https://bruegmann.github.io/blue-react/v11",
10
- "repository": {
11
- "type": "git",
12
- "url": "https://github.com/bruegmann/blue-react.git"
13
- },
14
- "bugs": {
15
- "url": "https://github.com/bruegmann/blue-react/issues"
16
- },
17
- "scripts": {
18
- "dev": "vite",
19
- "start": "npm run dev",
20
- "build-docs": "tsc -b && vite build --base=/blue-react/v11/ && npm run docgen",
21
- "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
22
- "preview": "vite preview",
23
- "build-types": "tsc -p tsconfig.app.json --declaration --emitDeclarationOnly --declarationDir ./dist --noEmit false --composite false",
24
- "build": "babel ./src/components --out-dir ./dist/components --extensions \".tsx,.js,.ts\"",
25
- "build-release": "npm run build-types && npm run build && npm run docgen",
26
- "docgen": "react-docgen ./src/components/**/*.tsx --ignore Layout -o ./src/docs/data/docs.json && node followUpDocs && npm run license-report",
27
- "test": "react-scripts test",
28
- "eject": "react-scripts eject",
29
- "predeploy": "npm run build-docs",
30
- "deploy": "gh-pages --dist deployment --dest v11",
31
- "prepublishOnly": "npm i && npm run build-release",
32
- "release": "npm publish && npm run deploy",
33
- "prettier": "npx prettier --write .",
34
- "license-report": "npx license-report --prod --output=json > ./src/docs/data/license-report.json"
35
- },
36
- "dependencies": {
37
- "@popperjs/core": "^2.11.5",
38
- "blue-web": "^1.20.0",
39
- "bootstrap": "~5.3.3",
40
- "clsx": "^1.1.1"
41
- },
42
- "peerDependencies": {
43
- "react": "^18.0.0 || ^19.0.0"
44
- },
45
- "devDependencies": {
46
- "@babel/cli": "^7.10.4",
47
- "@babel/preset-env": "^7.10.4",
48
- "@babel/preset-react": "^7.10.4",
49
- "@babel/preset-typescript": "^7.9.0",
50
- "@react-docgen/cli": "^3.0.4",
51
- "@types/bootstrap": "^5.0.17",
52
- "@types/react": "^19.0.2",
53
- "@types/react-dom": "^19.0.2",
54
- "@types/react-router-dom": "^5.3.3",
55
- "@types/react-syntax-highlighter": "^13.5.0",
56
- "@typescript-eslint/eslint-plugin": "^8.46.4",
57
- "@typescript-eslint/parser": "^8.46.4",
58
- "@vitejs/plugin-react": "^5.0.4",
59
- "babel-plugin-add-import-extension": "^1.6.0",
60
- "babel-plugin-react-compiler": "^19.1.0-rc.3",
61
- "eslint": "^9.37.0",
62
- "eslint-plugin-react-hooks": "^6.1.1",
63
- "eslint-plugin-react-refresh": "^0.4.7",
64
- "gh-pages": "^6.3.0",
65
- "license-report": "^6.2.0",
66
- "prettier": "2.4.1",
67
- "react": "^19.0.0",
68
- "react-bootstrap-icons": "^1.9.1",
69
- "react-docgen": "^8.0.2",
70
- "react-dom": "^19.0.0",
71
- "react-markdown": "^9.0.1",
72
- "react-router-dom": "^5.3.3",
73
- "react-syntax-highlighter": "^15.4.3",
74
- "sass": "1.77.6",
75
- "typescript": "^5.2.2",
76
- "vite": "^5.3.4"
77
- }
78
- }
1
+ {
2
+ "name": "blue-react",
3
+ "version": "11.0.4",
4
+ "description": "Blue React Components",
5
+ "license": "LGPL-3.0-or-later",
6
+ "type": "module",
7
+ "main": "index.js",
8
+ "types": "index.d.ts",
9
+ "homepage": "https://bruegmann.github.io/blue-react/v11",
10
+ "repository": {
11
+ "type": "git",
12
+ "url": "https://github.com/bruegmann/blue-react.git"
13
+ },
14
+ "bugs": {
15
+ "url": "https://github.com/bruegmann/blue-react/issues"
16
+ },
17
+ "scripts": {
18
+ "dev": "vite",
19
+ "start": "npm run dev",
20
+ "build-docs": "tsc -b && vite build --base=/blue-react/v11/ && npm run docgen",
21
+ "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
22
+ "preview": "vite preview",
23
+ "build-types": "tsc -p tsconfig.app.json --declaration --emitDeclarationOnly --declarationDir ./dist --noEmit false --composite false",
24
+ "build": "babel ./src/components --out-dir ./dist/components --extensions \".tsx,.js,.ts\"",
25
+ "build-release": "npm run build-types && npm run build && npm run docgen",
26
+ "docgen": "react-docgen ./src/components/**/*.tsx --ignore Layout -o ./src/docs/data/docs.json && node followUpDocs && npm run license-report",
27
+ "test": "react-scripts test",
28
+ "eject": "react-scripts eject",
29
+ "predeploy": "npm run build-docs",
30
+ "deploy": "gh-pages --dist deployment --dest v11",
31
+ "prepublishOnly": "npm i && npm run build-release",
32
+ "release": "npm publish && npm run deploy",
33
+ "prettier": "npx prettier --write .",
34
+ "license-report": "npx license-report --prod --output=json > ./src/docs/data/license-report.json"
35
+ },
36
+ "dependencies": {
37
+ "@popperjs/core": "^2.11.5",
38
+ "blue-web": "^1.21.1",
39
+ "bootstrap": "~5.3.3",
40
+ "clsx": "^1.1.1"
41
+ },
42
+ "peerDependencies": {
43
+ "react": "^18.0.0 || ^19.0.0"
44
+ },
45
+ "devDependencies": {
46
+ "@babel/cli": "^7.10.4",
47
+ "@babel/preset-env": "^7.10.4",
48
+ "@babel/preset-react": "^7.10.4",
49
+ "@babel/preset-typescript": "^7.9.0",
50
+ "@react-docgen/cli": "^3.0.4",
51
+ "@types/bootstrap": "^5.0.17",
52
+ "@types/react": "^19.0.2",
53
+ "@types/react-dom": "^19.0.2",
54
+ "@types/react-router-dom": "^5.3.3",
55
+ "@types/react-syntax-highlighter": "^13.5.0",
56
+ "@typescript-eslint/eslint-plugin": "^8.46.4",
57
+ "@typescript-eslint/parser": "^8.46.4",
58
+ "@vitejs/plugin-react": "^5.0.4",
59
+ "babel-plugin-add-import-extension": "^1.6.0",
60
+ "babel-plugin-react-compiler": "^19.1.0-rc.3",
61
+ "eslint": "^9.37.0",
62
+ "eslint-plugin-react-hooks": "^6.1.1",
63
+ "eslint-plugin-react-refresh": "^0.4.7",
64
+ "gh-pages": "^6.3.0",
65
+ "license-report": "^6.2.0",
66
+ "prettier": "2.4.1",
67
+ "react": "^19.0.0",
68
+ "react-bootstrap-icons": "^1.9.1",
69
+ "react-docgen": "^8.0.2",
70
+ "react-dom": "^19.0.0",
71
+ "react-markdown": "^9.0.1",
72
+ "react-router-dom": "^5.3.3",
73
+ "react-syntax-highlighter": "^15.4.3",
74
+ "sass": "1.77.6",
75
+ "typescript": "^5.2.2",
76
+ "vite": "^5.3.4"
77
+ }
78
+ }