najm-kit 0.0.34 → 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 +10 -1
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "najm-kit",
3
- "version": "0.0.34",
3
+ "version": "2.0.1",
4
+ "license": "MIT",
4
5
  "type": "module",
5
6
  "description": "Reusable React UI component package for Najm framework",
6
7
  "main": "./dist/index.mjs",
@@ -119,7 +120,14 @@
119
120
  "zustand": "^5"
120
121
  },
121
122
  "devDependencies": {
123
+ "@codemirror/commands": "^6.10.0",
124
+ "@codemirror/lang-json": "^6.0.0",
125
+ "@codemirror/language": "^6.12.0",
126
+ "@codemirror/state": "^6.6.0",
127
+ "@codemirror/theme-one-dark": "^6.1.0",
128
+ "@codemirror/view": "^6.42.0",
122
129
  "@hookform/resolvers": "^5",
130
+ "@lezer/highlight": "^1.2.0",
123
131
  "@tailwindcss/postcss": "^4",
124
132
  "@testing-library/react": "^16",
125
133
  "@testing-library/user-event": "^14.6.1",
@@ -127,6 +135,7 @@
127
135
  "@types/react": "^19",
128
136
  "@types/react-dom": "^19",
129
137
  "@types/react-file-icon": "^1.0.5",
138
+ "@uiw/react-codemirror": "^4.25.0",
130
139
  "@vitejs/plugin-react": "^4",
131
140
  "happy-dom": "^17",
132
141
  "postcss": "^8",