@cronocode/react-box 3.1.6 → 3.1.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,6 +1,6 @@
1
1
  {
2
2
  "name": "@cronocode/react-box",
3
- "version": "3.1.6",
3
+ "version": "3.1.8",
4
4
  "type": "module",
5
5
  "main": "./box.cjs",
6
6
  "module": "./box.mjs",
@@ -28,9 +28,10 @@
28
28
  "scripts": {
29
29
  "dev": "vite ./pages --config ./pages.vite.config.ts --mode dev",
30
30
  "build:pages": "vite build ./pages --config ./pages.vite.config.ts --outDir ../dist --mode production",
31
+ "postbuild:pages": "cp ./dist/index.html ./dist/404.html",
31
32
  "preview": "vite preview",
32
33
  "build": "vite build",
33
- "postbuild": "cp package.json dist & cp LICENSE dist & cp README.md dist",
34
+ "postbuild": "cp package.json dist && cp LICENSE dist && cp README.md dist && cp src/BOX_AI_CONTEXT.md dist",
34
35
  "build:dev": "vite build --mode dev",
35
36
  "compile": "tsc --noEmit --skipLibCheck",
36
37
  "test": "vitest run",
@@ -53,9 +54,7 @@
53
54
  "homepage": "https://github.com/cronocodesolutions/react-box#readme",
54
55
  "description": "",
55
56
  "dependencies": {
56
- "@cronocode/identity-factory": "^0.0.6",
57
- "framer-motion": "^12.23.26",
58
- "lucide-react": "^0.562.0"
57
+ "@cronocode/identity-factory": "^0.0.6"
59
58
  },
60
59
  "devDependencies": {
61
60
  "@eslint/js": "^9.30.1",
@@ -76,8 +75,10 @@
76
75
  "eslint-plugin-prettier": "^5.5.1",
77
76
  "eslint-plugin-react-hooks": "^5.2.0",
78
77
  "eslint-plugin-react-refresh": "^0.4.20",
78
+ "framer-motion": "^12.26.2",
79
79
  "globals": "^16.3.0",
80
80
  "happy-dom": "^15.7.4",
81
+ "lucide-react": "^0.562.0",
81
82
  "prettier": "^3.3.3",
82
83
  "prismjs": "^1.29.0",
83
84
  "react": "^18.3.1",