Skip to content

Commit

Permalink
fix: updated package.json (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
bocembocem authored Mar 15, 2023
1 parent 849e817 commit 233053d
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,18 @@
"start": "start-storybook",
"prepublishOnly": "npm run build"
},
"dependencies": {},
"dependencies": {
"@gravity-ui/i18n": "^1.0.0",
"@gravity-ui/icons": "^1.1.0",
"bem-cn-lite": "^4.0.0",
"lodash": "^4.17.20"
},
"devDependencies": {
"@commitlint/cli": "^17.0.0",
"@commitlint/config-conventional": "^17.0.0",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@gravity-ui/eslint-config": "^2.0.0",
"@gravity-ui/i18n": "^1.0.0",
"@gravity-ui/icons": "^1.1.0",
"@gravity-ui/prettier-config": "^1.0.1",
"@gravity-ui/stylelint-config": "^2.0.0",
"@gravity-ui/tsconfig": "^1.0.0",
Expand All @@ -55,7 +58,6 @@
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/react-is": "^17.0.3",
"bem-cn-lite": "^4.0.0",
"css-loader": "^5.2.6",
"eslint": "^8.27.0",
"final-form": "^4.20.2",
Expand All @@ -65,7 +67,6 @@
"gulp-replace": "^1.1.4",
"gulp-typescript": "^6.0.0-alpha.1",
"husky": "^7.0.4",
"lodash": "^4.17.20",
"monaco-editor": "^0.30.1",
"monaco-editor-webpack-plugin": "^6.0.0",
"npm-run-all": "^4.1.5",
Expand All @@ -85,12 +86,8 @@
"typescript": "^4.9.5"
},
"peerDependencies": {
"@gravity-ui/i18n": "^1.0.0",
"@gravity-ui/icons": "^1.1.0",
"@gravity-ui/uikit": "^4.1.0",
"bem-cn-lite": "^4.0.0",
"@gravity-ui/uikit": "^3.0.0 || ^4.0.0",
"final-form": "^4.20.2",
"lodash": "^4.17.20",
"react": "^16.0.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0",
"react-final-form": "^6.5.3",
Expand Down

0 comments on commit 233053d

Please sign in to comment.