Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
84 changes: 44 additions & 40 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
],
"homepage": "https://conet.network",
"main": "./src/electron/electron.js",
"resolutions": {
"@types/react": "^18.2.38"
},
"resolutions": {
"@types/react": "^18.2.38"
},
"scripts": {
"start": "concurrently --kill-others --success=first 'yarn start:gateway' 'yarn _start:web' 'wait-on tcp:3000 && NODE_ENV=development yarn _start:desktop'",
"start:storybook": "start-storybook -p 6006 -s public",
Expand All @@ -29,80 +29,85 @@
"build-storybook": "build-storybook -s public"
},
"dependencies": {
"@conet.project/seguro-worker-lib": "0.13.9",
"@emotion/react": "^11.11.1",
"@conet.project/seguro-worker-lib": "0.13.10",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.0",
"@mui/material": "^5.15.0",
"@mui/base": "^5.0.0-beta.27",
"@mui/material-next": "^6.0.0-alpha.113",
"@mui/lab": "^5.0.0-alpha.156",
"primereact": "^10.2.1",
"@material/material-color-utilities": "^0.2.7",
"@mui/base": "^5.0.0-beta.29",
"@mui/icons-material": "^5.15.2",
"@mui/lab": "^5.0.0-alpha.158",
"@mui/material": "^5.15.2",
"@mui/material-next": "^6.0.0-alpha.115",
"@react-icons/all-files": "^4.1.0",
"@tippyjs/react": "^4.2.6",
"@webcontainer/api": "^1.1.8",
"async": "^3.2.5",
"country-flag-icons": "^1.5.9",
"dayjs": "^1.11.10",
"framer-motion": "^10.16.16",

"get-port": "^7.0.0",
"primereact": "^10.2.1",
"react-draggable": "^4.4.6",
"react-hot-toast": "^2.4.1",
"react-loader-spinner": "^6.1.0",
"react-loader-spinner": "^6.1.6",
"react-lottie-player": "^1.5.5",
"react-router-dom": "^6.21.0",
"react-router-dom": "^6.21.1",
"uuid": "^9.0.1",
"web-vitals": "^3.5.0",
"country-flag-icons": "^1.5.9",
"@webcontainer/api": "^1.1.8",
"@material/material-color-utilities": "^0.2.7"

"web-vitals": "^3.5.1",
"web3": "^4.3.0",
"react-chartjs-2": "^5.2.0",
"chart.js": "4.4.1",
"fg-loadcss": "^3.1.0",
"@types/fg-loadcss": "^3.1.3"

},
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@reduxjs/toolkit": "^2.0.1",
"@storybook/addon-actions": "^7.6.5",
"@storybook/addon-essentials": "^7.6.5",
"@storybook/addon-links": "^7.6.5",
"@storybook/node-logger": "^7.6.5",
"@storybook/preset-create-react-app": "^7.6.5",
"@storybook/react": "^7.6.5",
"@testing-library/jest-dom": "^6.1.5",
"@storybook/addon-actions": "^7.6.6",
"@storybook/addon-essentials": "^7.6.6",
"@storybook/addon-links": "^7.6.6",
"@storybook/node-logger": "^7.6.6",
"@storybook/preset-create-react-app": "^7.6.6",
"@storybook/react": "^7.6.6",
"@testing-library/jest-dom": "^6.1.6",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"@types/async": "^3.2.24",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.4",
"@types/react": "^18.2.45",
"@types/node": "^20.10.5",
"@types/react": "^18.2.46",
"@types/react-document-meta": "^3.0.5",
"@types/react-dom": "^18.2.18",
"@types/react-gauge-chart": "^0.4.3",
"@types/react-router-dom": "^5.3.3",
"@types/react-swipeable-views": "^0.13.5",
"@types/styled-components": "^5.1.34",
"@types/uuid": "^9.0.7",
"@types/react-swipeable-views": "^0.13.5",
"babel-loader": "^9.1.3",
"concurrently": "^8.2.2",
"buffer": "^6.0.3",
"caniuse-lite": "^1.0.30001572",
"concurrently": "^8.2.2",
"cors": "^2.8.5",
"electron":"^28.0.0",
"electron": "^28.1.0",
"eslint-plugin-react-hooks": "^4.6.0",
"express": "^4.18.2",
"modern-normalize": "^2.0.0",
"react": "^18.2.0",
"react-d3-speedometer": "^1.1.0",
"react-document-meta": "^3.0.0-beta.2",
"react-dom": "^18.2.0",
"react-gauge-chart": "^0.4.1",
"react-icons": "^4.12.0",
"react-intl": "^6.5.5",

"react-redux": "^9.0.4",
"react-scripts": "^5.0.1",
"styled-components": "^6.1.1",
"react-swipeable-views": "^0.14.0",
"styled-components": "^6.1.6",
"typescript": "^5.3.3",
"wait-on": "^7.2.0",
"caniuse-lite": "^1.0.30001570",
"react-swipeable-views": "^0.14.0",
"react-d3-speedometer": "^1.1.0",
"react-gauge-chart": "^0.4.1",
"@types/react-gauge-chart": "^0.4.3"
"wait-on": "^7.2.0"
},
"browserslist": {
"production": [
Expand All @@ -128,5 +133,4 @@
}
]
}

}
Loading