Поправил package.json
This commit is contained in:
parent
2e1db4ac60
commit
2b9a69309d
3 changed files with 498 additions and 3561 deletions
4055
frontend/package-lock.json
generated
4055
frontend/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -10,7 +10,7 @@
|
|||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"@neonxp/provider-compose": "0.0.6",
|
||||
"@neonxp/compose": "0.0.6",
|
||||
"react": "^18.2.0",
|
||||
"react-bootstrap": "^2.9.1",
|
||||
"react-dom": "^18.2.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import React from 'react'
|
||||
import ReactDOM from 'react-dom/client'
|
||||
import { Compose } from '@neonxp/provider-compose';
|
||||
import { Compose } from '@neonxp/compose';
|
||||
|
||||
import "./assets/bootstrap.min.css"
|
||||
import "./assets/styles.css"
|
||||
|
|
Loading…
Reference in a new issue