Commit 56ec313d by Яков

fix package

parent 602ceb19
...@@ -4,17 +4,17 @@ ...@@ -4,17 +4,17 @@
"version": "0.0.0", "version": "0.0.0",
"private": true, "private": true,
"scripts": { "scripts": {
"start": "node ../node_modules/react-scripts/bin/react-scripts.js start", "start": "react-scripts start",
"build": "node ../node_modules/react-scripts/bin/react-scripts.js build", "build": "react-scripts build",
"test": "node ../node_modules/react-scripts/bin/react-scripts.js test", "test": "react-scripts test",
"eject": "node ../node_modules/react-scripts/bin/react-scripts.js eject" "eject": "react-scripts eject"
}, },
"dependencies": { "dependencies": {
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"react": "file:../node_modules/react", "react": "^17.0.2",
"react-ag-qeditor": "file:..", "react-ag-qeditor": "file:..",
"react-dom": "file:../node_modules/react-dom", "react-dom": "^17.0.2",
"react-scripts": "file:../node_modules/react-scripts" "react-scripts": "^5.0.1"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.27.1", "@babel/core": "^7.27.1",
......
...@@ -31,7 +31,8 @@ ...@@ -31,7 +31,8 @@
"@tiptap/extension-table": "^2.11.7", "@tiptap/extension-table": "^2.11.7",
"@tiptap/pm": "^2.11.7", "@tiptap/pm": "^2.11.7",
"prosemirror-tables": "^1.4.0", "prosemirror-tables": "^1.4.0",
"react": "^17.0.2" "react": "^17.0.2",
"react-dom": "^17.0.2"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.27.1", "@babel/core": "^7.27.1",
...@@ -61,8 +62,6 @@ ...@@ -61,8 +62,6 @@
"prosemirror-transform": "^1.10.4", "prosemirror-transform": "^1.10.4",
"prosemirror-utils": "^1.2.2", "prosemirror-utils": "^1.2.2",
"prosemirror-view": "^1.39.2", "prosemirror-view": "^1.39.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "^5.0.1", "react-scripts": "^5.0.1",
"webpack": "4.42.0" "webpack": "4.42.0"
}, },
...@@ -100,7 +99,6 @@ ...@@ -100,7 +99,6 @@
"levenary": "^1.1.1", "levenary": "^1.1.1",
"prosemirror-state": "^1.4.3", "prosemirror-state": "^1.4.3",
"rc-upload": "^4.3.3", "rc-upload": "^4.3.3",
"react": "^17.0.2",
"react-device-detect": "^2.2.3", "react-device-detect": "^2.2.3",
"react-media-recorder": "^1.6.6", "react-media-recorder": "^1.6.6",
"react-stopwatch": "^2.0.4", "react-stopwatch": "^2.0.4",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment