bonkers-ui 2.0.0 → 2.0.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 +106 -106
package/package.json CHANGED
@@ -1,107 +1,107 @@
1
1
  {
2
- "name": "bonkers-ui",
3
- "version": "2.0.0",
4
- "description": "web version using react",
5
- "author": "bonkers.ie",
6
- "scripts": {
7
- "dev": "storybook dev -p 6006",
8
- "deploy": "gh-pages -d storybook-static",
9
- "lint": "eslint --fix './src/**/*.{ts,tsx}'",
10
- "lint:style": "bun run prettier './src/**/*.{css,scss}' --check",
11
- "upgrade": "bun x npm-check-updates -ui",
12
- "build-storybook": "storybook build",
13
- "build": "vite build",
14
- "typecheck": "tsc --noEmit",
15
- "i": "bun install --frozen-lockfile",
16
- "pack": "bun run build && bun run postbuild.ts && cd dist && npm pack --pack-destination ../",
17
- "prepare": "husky"
18
- },
19
- "dependencies": {
20
- "classnames": "^2.5.1",
21
- "prettier": "^3.4.2",
22
- "react": "^19.0.0",
23
- "react-dom": "^19.0.0",
24
- "stylelint": "^16.13.2",
25
- "stylelint-config-standard": "^37.0.0",
26
- "stylelint-config-tailwindcss": "^0.0.7",
27
- "stylelint-prettier": "^5.0.2",
28
- "tailwindcss": "^3.4.17",
29
- "vite-tsconfig-paths": "^5.1.4"
30
- },
31
- "devDependencies": {
32
- "@chromatic-com/storybook": "^3.2.3",
33
- "@storybook/addon-essentials": "^8.5.0",
34
- "@storybook/addon-interactions": "^8.5.0",
35
- "@storybook/addon-onboarding": "^8.5.0",
36
- "@storybook/blocks": "^8.5.0",
37
- "@storybook/manager-api": "^8.5.0",
38
- "@storybook/preview-api": "^8.5.0",
39
- "@storybook/react": "^8.5.0",
40
- "@storybook/react-vite": "^8.5.0",
41
- "@storybook/test": "^8.5.0",
42
- "@stylistic/eslint-plugin": "^2.13.0",
43
- "@types/bun": "latest",
44
- "@types/react-dom": "^19.0.3",
45
- "@vitejs/plugin-react": "^4.3.4",
46
- "ajv": "^8.17.1",
47
- "autoprefixer": "^10.4.20",
48
- "eslint": "^9.18.0",
49
- "eslint-plugin-react": "^7.37.4",
50
- "eslint-plugin-storybook": "^0.11.2",
51
- "eslint-plugin-tailwindcss": "^3.17.5",
52
- "gh-pages": "^6.3.0",
53
- "husky": "^9.1.7",
54
- "lint-staged": "^15.4.0",
55
- "postcss": "^8.5.1",
56
- "storybook": "^8.5.0",
57
- "storybook-dark-mode": "^4.0.2",
58
- "typescript": "^5.7.3",
59
- "typescript-eslint": "^8.20.0",
60
- "vite": "^6.0.7",
61
- "vite-plugin-dts": "^4.5.0",
62
- "vite-plugin-lib-inject-css": "^2.2.1"
63
- },
64
- "peerDependencies": {
65
- "@fortawesome/fontawesome-svg-core": "^6.6.0",
66
- "@fortawesome/free-brands-svg-icons": "^6.6.0",
67
- "@fortawesome/free-regular-svg-icons": "^6.6.0",
68
- "@fortawesome/free-solid-svg-icons": "^6.6.0",
69
- "@fortawesome/react-fontawesome": "^0.2.2",
70
- "classnames": "^2",
71
- "react": "^18",
72
- "react-dom": "^18",
73
- "tailwindcss": "^3"
74
- },
75
- "lint-staged": {
76
- "./src/**/*.css": [
77
- "bun prettier --check"
78
- ],
79
- "./src/**/*.{ts,tsx}": [
80
- "bun eslint --fix",
81
- "bash -c 'bun typecheck'"
82
- ]
83
- },
84
- "keywords": [],
85
- "license": "ISC",
86
- "main": "./bonkers-ui.umd.js",
87
- "module": "./index.js",
88
- "types": "./index.d.ts",
89
- "exports": {
90
- ".": "./index.js",
91
- "./types": {
92
- "import": "./types.js",
93
- "types": "./types.d.ts"
94
- },
95
- "./plugin": "./plugin.ts",
96
- "./*": {
97
- "types": "./components/*/index.d.ts",
98
- "import": "./components/*/index.js"
99
- },
100
- "./components/*": {
101
- "types": "./components/*/index.d.ts",
102
- "import": "./components/*/index.js"
103
- },
104
- "./postcss.config.mjs": "./postcss.config.mjs",
105
- "./eslint.config.mjs": "./eslint.config.mjs"
106
- }
107
- }
2
+ "name": "bonkers-ui",
3
+ "version": "v2.0.1",
4
+ "description": "Bonkers ui library",
5
+ "author": "cc6.magister@gmail.com",
6
+ "scripts": {
7
+ "dev": "storybook dev -p 6006",
8
+ "deploy": "gh-pages -d storybook-static",
9
+ "lint": "eslint --fix './src/**/*.{ts,tsx}'",
10
+ "lint:style": "bun run prettier './src/**/*.{css,scss}' --check",
11
+ "upgrade": "bun x npm-check-updates -ui",
12
+ "build-storybook": "storybook build",
13
+ "build": "vite build",
14
+ "typecheck": "tsc --noEmit",
15
+ "i": "bun install --frozen-lockfile",
16
+ "pack": "bun run build && bun run postbuild.ts && cd dist && npm pack --pack-destination ../",
17
+ "prepare": "husky"
18
+ },
19
+ "dependencies": {
20
+ "classnames": "^2.5.1",
21
+ "prettier": "^3.4.2",
22
+ "react": "^19.0.0",
23
+ "react-dom": "^19.0.0",
24
+ "stylelint": "^16.13.2",
25
+ "stylelint-config-standard": "^37.0.0",
26
+ "stylelint-config-tailwindcss": "^0.0.7",
27
+ "stylelint-prettier": "^5.0.2",
28
+ "tailwindcss": "^3.4.17",
29
+ "vite-tsconfig-paths": "^5.1.4"
30
+ },
31
+ "devDependencies": {
32
+ "@chromatic-com/storybook": "^3.2.3",
33
+ "@storybook/addon-essentials": "^8.5.0",
34
+ "@storybook/addon-interactions": "^8.5.0",
35
+ "@storybook/addon-onboarding": "^8.5.0",
36
+ "@storybook/blocks": "^8.5.0",
37
+ "@storybook/manager-api": "^8.5.0",
38
+ "@storybook/preview-api": "^8.5.0",
39
+ "@storybook/react": "^8.5.0",
40
+ "@storybook/react-vite": "^8.5.0",
41
+ "@storybook/test": "^8.5.0",
42
+ "@stylistic/eslint-plugin": "^2.13.0",
43
+ "@types/bun": "latest",
44
+ "@types/react-dom": "^19.0.3",
45
+ "@vitejs/plugin-react": "^4.3.4",
46
+ "ajv": "^8.17.1",
47
+ "autoprefixer": "^10.4.20",
48
+ "eslint": "^9.18.0",
49
+ "eslint-plugin-react": "^7.37.4",
50
+ "eslint-plugin-storybook": "^0.11.2",
51
+ "eslint-plugin-tailwindcss": "^3.17.5",
52
+ "gh-pages": "^6.3.0",
53
+ "husky": "^9.1.7",
54
+ "lint-staged": "^15.4.0",
55
+ "postcss": "^8.5.1",
56
+ "storybook": "^8.5.0",
57
+ "storybook-dark-mode": "^4.0.2",
58
+ "typescript": "^5.7.3",
59
+ "typescript-eslint": "^8.20.0",
60
+ "vite": "^6.0.7",
61
+ "vite-plugin-dts": "^4.5.0",
62
+ "vite-plugin-lib-inject-css": "^2.2.1"
63
+ },
64
+ "peerDependencies": {
65
+ "@fortawesome/fontawesome-svg-core": "^6.6.0",
66
+ "@fortawesome/free-brands-svg-icons": "^6.6.0",
67
+ "@fortawesome/free-regular-svg-icons": "^6.6.0",
68
+ "@fortawesome/free-solid-svg-icons": "^6.6.0",
69
+ "@fortawesome/react-fontawesome": "^0.2.2",
70
+ "classnames": "^2",
71
+ "react": "^18",
72
+ "react-dom": "^18",
73
+ "tailwindcss": "^3"
74
+ },
75
+ "lint-staged": {
76
+ "./src/**/*.css": [
77
+ "bun prettier --check"
78
+ ],
79
+ "./src/**/*.{ts,tsx}": [
80
+ "bun eslint --fix",
81
+ "bash -c 'bun typecheck'"
82
+ ]
83
+ },
84
+ "keywords": [],
85
+ "license": "ISC",
86
+ "main": "./bonkers-ui.umd.js",
87
+ "module": "./index.js",
88
+ "types": "./index.d.ts",
89
+ "exports": {
90
+ ".": "./index.js",
91
+ "./types": {
92
+ "import": "./types.js",
93
+ "types": "./types.d.ts"
94
+ },
95
+ "./plugin": "./plugin.ts",
96
+ "./*": {
97
+ "types": "./components/*/index.d.ts",
98
+ "import": "./components/*/index.js"
99
+ },
100
+ "./components/*": {
101
+ "types": "./components/*/index.d.ts",
102
+ "import": "./components/*/index.js"
103
+ },
104
+ "./postcss.config.mjs": "./postcss.config.mjs",
105
+ "./eslint.config.mjs": "./eslint.config.mjs"
106
+ }
107
+ }