Skip to content

Commit

Permalink
Merge pull request #72 from dev-family/ADM-151
Browse files Browse the repository at this point in the history
ADM-151: package.json
  • Loading branch information
arturvolokhin committed Jun 13, 2023
2 parents 87a3590 + 1240295 commit 11f7615
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Admiral решает ряд проблем, связанных с создани

**Требования:**

- Node.js >14.21.3
- Node.js >=v14.21.3 <=20.3.0

Вы можете воспользоваться несколькими способами установки Admiral:

Expand Down
27 changes: 26 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
{
"name": "admiral",
"name": "@devfamily/admiral",
"description": "Admiral is a frontend framework for creating back office using React. It provides out-of-the-box components and tools that make developing an admin interface easy and fast.",
"version": "5.3.3",
"bugs": "https://github.com/dev-family/admiral/issues",
"homepage": "https://github.com/dev-family/admiral",
"repository": {
"type": "git",
"url": "https://github.com/dev-family/admiral"
},
"license": "MIT",
"keywords": [
"react",
"admin",
"reactjs",
"admin-dashboard",
"admin-ui",
"admin-on-rest",
"frontend-framework",
"react-admin",
"admin-template",
"dashboard",
"admin-panel",
"developer-tools"
],
"engines": {
"node": ">=v14.21.3 <=20.3.0"
},
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build",
Expand Down

0 comments on commit 11f7615

Please sign in to comment.