platform/apps/ui/package.json
2023-06-21 08:50:01 -05:00

75 lines
2.3 KiB
JSON

{
"name": "@parcelvoy/ui",
"version": "0.1.0",
"repository":"https://github.com/parcelvoy/platform",
"dependencies": {
"@fontsource/inter": "^4.5.14",
"@headlessui/react": "1.7.13",
"@heroicons/react": "^2.0.11",
"@monaco-editor/react": "^4.4.6",
"@popperjs/core": "^2.11.6",
"@rehookify/datepicker": "^3.2.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
"@textea/json-viewer": "2.16.2",
"@types/jest": "^27.5.2",
"@types/node": "^16.11.41",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@types/uuid": "^9.0.0",
"autoprefixer": "^10.4.12",
"axios": "0.27.2",
"clsx": "^1.2.1",
"date-fns": "^2.29.3",
"date-fns-tz": "^1.3.8",
"grapesjs": "^0.21.1",
"grapesjs-mjml": "^1.0.4",
"http-proxy-middleware": "^2.0.6",
"react": "^18.2.0",
"react-charts": "^3.0.0-beta.54",
"react-dom": "^18.2.0",
"react-hook-form": "^7.33.0",
"react-hot-toast": "^2.4.0",
"react-popper": "^2.3.0",
"react-router-dom": "^6.4.2",
"react-scripts": "5.0.1",
"reactflow": "11.7.2",
"source-map-explorer": "2.5.3",
"uuid": "^9.0.0",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\"",
"docker:build": "docker buildx build -f ./Dockerfile -t ghcr.io/parcelvoy/ui:latest -t ghcr.io/parcelvoy/ui:$npm_config_tag ../../",
"docker:build:push": "npm run docker:build -- --push",
"package:publish": "npm run build && npm version $npm_config_tag --no-git-tag-version && npm pack && npm publish --tag=latest"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.43.0",
"eslint": "^8.28.0",
"eslint-config-standard-with-typescript": "^23.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.5.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.31.11",
"typescript": "^4.9.3"
},
"files": [ "/build" ]
}