Cosmos-Server/gupm.json
2023-03-18 20:01:42 +00:00

92 lines
4 KiB
JSON

{
"author": "Yann Stepienik",
"cli": {
"aliases": {
"certificate": "sh generate-certificate.sh",
"client": "g vite dev",
"dockerdev": "g ci/build; g vite build --base=/ui/; docker build --tag cosmos-dev .",
"start": "build/bin"
}
},
"dependencies": {
"default": {
"go://github.com/cespare/xxhash/v2": "master",
"go://github.com/go-chi/chi": "master",
"go://github.com/go-chi/httprate": "master",
"go://github.com/go-playground/validator/v10": "master",
"go://github.com/golang-jwt/jwt": "master",
"go://github.com/golang/crypto/": "master",
"go://github.com/gorilla/mux": "master",
"go://github.com/imdario/mergo": "master",
"go://github.com/joho/godotenv": "master",
"go://github.com/lib/pq": "master",
"go://github.com/pquerna/ffjson": "master",
"go://github.com/roberthodgen/spa-server": "master",
"go://go.mongodb.org/mongo-driver": "master",
"go://gopkg.in/ffmt.v1": "v1.5.6",
"npm://@ant-design/colors": "^6.0.0",
"npm://@ant-design/icons": "^4.7.0",
"npm://@babel/core": "^7.19.1",
"npm://@babel/eslint-parser": "^7.19.1",
"npm://@emotion/cache": "^11.10.3",
"npm://@emotion/react": "^11.10.4",
"npm://@emotion/styled": "^11.10.4",
"npm://@esbuild/linux-x64": "0.16.17",
"npm://@mui/lab": "^5.0.0-alpha.100",
"npm://@mui/material": "^5.10.6",
"npm://@mui/x-data-grid": "6.0.1",
"npm://@reduxjs/toolkit": "^1.8.5",
"npm://@testing-library/jest-dom": "^5.16.5",
"npm://@testing-library/react": "^13.4.0",
"npm://@testing-library/user-event": "^14.4.3",
"npm://@vitejs/plugin-react": "3.1.0",
"npm://apexcharts": "^3.35.5",
"npm://eslint": "^8.23.1",
"npm://eslint-config-airbnb-typescript": "^17.0.0",
"npm://eslint-config-prettier": "^8.5.0",
"npm://eslint-config-react-app": "7.0.1",
"npm://eslint-import-resolver-typescript": "3.5.1",
"npm://eslint-plugin-flowtype": "^8.0.3",
"npm://eslint-plugin-import": "^2.26.0",
"npm://eslint-plugin-jsx-a11y": "6.6.1",
"npm://eslint-plugin-prettier": "^4.2.1",
"npm://eslint-plugin-react": "^7.31.8",
"npm://eslint-plugin-react-hooks": "4.6.0",
"npm://express": "4.18.2",
"npm://express-ws": "5.0.2",
"npm://formik": "^2.2.9",
"npm://framer-motion": "^7.3.6",
"npm://history": "^5.3.0",
"npm://lodash": "^4.17.21",
"npm://prettier": "2.7.1",
"npm://prop-types": "^15.8.1",
"npm://react": "^18.2.0",
"npm://react-apexcharts": "^1.4.0",
"npm://react-copy-to-clipboard": "^5.1.0",
"npm://react-device-detect": "^2.2.2",
"npm://react-dom": "^18.2.0",
"npm://react-draggable": "^4.4.5",
"npm://react-element-to-jsx-string": "^15.0.0",
"npm://react-number-format": "^4.9.4",
"npm://react-perfect-scrollbar": "^1.5.8",
"npm://react-redux": "^8.0.4",
"npm://react-router": "^6.4.1",
"npm://react-router-dom": "^6.4.1",
"npm://react-scripts": "^5.0.1",
"npm://react-syntax-highlighter": "^15.5.0",
"npm://react-window": "^1.8.7",
"npm://redux": "^4.2.0",
"npm://simplebar": "^5.3.8",
"npm://simplebar-react": "^2.4.1",
"npm://typescript": "4.8.3",
"npm://vite": "4.1.4",
"npm://web-vitals": "^3.0.2",
"npm://yup": "^0.32.11"
},
"defaultProvider": "go"
},
"description": "Cosmos Server",
"name": "cosmos-server",
"version": "0.0.6",
"wrapInstallFolder": "src"
}