@bigbinary/neeto-editor 1.27.9 → 1.27.10
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/index.cjs.js +2 -2
- package/index.cjs.js.map +1 -1
- package/index.js +2 -2
- package/index.js.map +1 -1
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-editor",
|
|
3
|
-
"version": "1.27.
|
|
3
|
+
"version": "1.27.10",
|
|
4
4
|
"main": "./index.cjs.js",
|
|
5
5
|
"module": "./index.js",
|
|
6
6
|
"types": "./types.d.ts",
|
|
@@ -106,10 +106,10 @@
|
|
|
106
106
|
"eslint-plugin-react": "7.29.4",
|
|
107
107
|
"eslint-plugin-react-hooks": "4.5.0",
|
|
108
108
|
"eslint-plugin-unused-imports": "2.0.0",
|
|
109
|
+
"express": "^4.18.2",
|
|
109
110
|
"file-saver": "2.0.5",
|
|
110
111
|
"formik": "2.2.9",
|
|
111
112
|
"fuse.js": "6.6.2",
|
|
112
|
-
"http-server": "^14.1.1",
|
|
113
113
|
"husky": "8.0.1",
|
|
114
114
|
"i18next": "21.7.0",
|
|
115
115
|
"lint-staged": "12.4.1",
|
|
@@ -172,7 +172,7 @@
|
|
|
172
172
|
"storybook": "start-storybook -p 6006",
|
|
173
173
|
"bundle": "NODE_ENV=production rollup -c rollup.config.js",
|
|
174
174
|
"build": "build-storybook",
|
|
175
|
-
"serve": "
|
|
175
|
+
"serve": "node .storybook/express"
|
|
176
176
|
},
|
|
177
177
|
"lint-staged": {
|
|
178
178
|
"src/**/*.{js,jsx,json}": [
|