156 lines
5.2 KiB
JSON
156 lines
5.2 KiB
JSON
{
|
|
"name": "bodyshop",
|
|
"version": "0.2.1",
|
|
"engines": {
|
|
"node": ">=18.18.2"
|
|
},
|
|
"type": "module",
|
|
"private": true,
|
|
"proxy": "http://localhost:4000",
|
|
"dependencies": {
|
|
"@ant-design/pro-layout": "^7.22.0",
|
|
"@apollo/client": "^3.12.6",
|
|
"@emotion/is-prop-valid": "^1.3.1",
|
|
"@fingerprintjs/fingerprintjs": "^4.5.1",
|
|
"@jsreport/browser-client": "^3.1.0",
|
|
"@reduxjs/toolkit": "^2.5.0",
|
|
"@sentry/cli": "^2.42.2",
|
|
"@sentry/react": "^9.3.0",
|
|
"@splitsoftware/splitio-react": "^1.13.0",
|
|
"@tanem/react-nprogress": "^5.0.53",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"antd": "^5.23.1",
|
|
"apollo-link-logger": "^2.0.1",
|
|
"apollo-link-sentry": "^4.1.0",
|
|
"autosize": "^6.0.1",
|
|
"axios": "^1.7.9",
|
|
"classnames": "^2.5.1",
|
|
"css-box-model": "^1.2.1",
|
|
"dayjs": "^1.11.13",
|
|
"dayjs-business-days2": "^1.2.3",
|
|
"dinero.js": "^1.9.1",
|
|
"dotenv": "^16.4.7",
|
|
"env-cmd": "^10.1.0",
|
|
"exifr": "^7.1.3",
|
|
"firebase": "^10.13.2",
|
|
"graphql": "^16.10.0",
|
|
"i18next": "^23.15.1",
|
|
"i18next-browser-languagedetector": "^8.0.2",
|
|
"immutability-helper": "^3.1.1",
|
|
"libphonenumber-js": "^1.11.18",
|
|
"logrocket": "^8.1.2",
|
|
"markerjs2": "^2.32.3",
|
|
"memoize-one": "^6.0.0",
|
|
"normalize-url": "^8.0.1",
|
|
"object-hash": "^3.0.0",
|
|
"prop-types": "^15.8.1",
|
|
"query-string": "^9.1.1",
|
|
"raf-schd": "^4.0.3",
|
|
"react": "^18.3.1",
|
|
"react-big-calendar": "^1.17.1",
|
|
"react-color": "^2.19.3",
|
|
"react-cookie": "^7.2.2",
|
|
"react-dom": "^18.3.1",
|
|
"react-drag-listview": "^2.0.0",
|
|
"react-grid-gallery": "^1.0.1",
|
|
"react-grid-layout": "1.3.4",
|
|
"react-i18next": "^14.1.3",
|
|
"react-icons": "^5.4.0",
|
|
"react-image-lightbox": "^5.1.4",
|
|
"react-markdown": "^9.0.3",
|
|
"react-number-format": "^5.4.3",
|
|
"react-popopo": "^2.1.9",
|
|
"react-product-fruits": "^2.2.61",
|
|
"react-redux": "^9.2.0",
|
|
"react-resizable": "^3.0.5",
|
|
"react-router-dom": "^6.26.2",
|
|
"react-sticky": "^6.0.3",
|
|
"react-virtuoso": "^4.10.4",
|
|
"recharts": "^2.15.0",
|
|
"redux": "^5.0.1",
|
|
"redux-actions": "^3.0.3",
|
|
"redux-persist": "^6.0.0",
|
|
"redux-saga": "^1.3.0",
|
|
"redux-state-sync": "^3.1.4",
|
|
"reselect": "^5.1.1",
|
|
"sass": "^1.83.4",
|
|
"socket.io-client": "^4.8.1",
|
|
"styled-components": "^6.1.14",
|
|
"subscriptions-transport-ws": "^0.11.0",
|
|
"use-memo-one": "^1.1.3",
|
|
"userpilot": "^1.3.6",
|
|
"vite-plugin-ejs": "^1.7.0",
|
|
"web-vitals": "^3.5.2"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "echo 'when updating react-big-calendar, remember to check to localizer in the calendar wrapper'",
|
|
"analyze": "source-map-explorer 'build/static/js/*.js'",
|
|
"start": "vite",
|
|
"build": "dotenvx run --env-file=.env.development.imex -- vite build",
|
|
"start:imex": "dotenvx run --env-file=.env.development.imex -- vite",
|
|
"start:rome": "dotenvx run --env-file=.env.development.rome -- vite",
|
|
"preview:imex": "dotenvx run --env-file=.env.development.imex -- vite preview",
|
|
"preview:rome": "dotenvx run --env-file=.env.development.rome -- vite preview",
|
|
"build:test:imex": "env-cmd -f .env.test.imex npm run build",
|
|
"build:test:rome": "env-cmd -f .env.test.rome npm run build",
|
|
"build:production:imex": "env-cmd -f .env.production.imex npm run build",
|
|
"build:production:rome": "env-cmd -f .env.production.rome npm run build",
|
|
"test": "cypress open",
|
|
"eject": "react-scripts eject",
|
|
"madge": "madge --image ./madge-graph.svg --extensions js,jsx,ts,tsx --circular .",
|
|
"eulaize": "node src/utils/eulaize.js",
|
|
"sentry:sourcemaps:imex": "sentry-cli sourcemaps inject --org imex --project imexonline ./build && sentry-cli sourcemaps upload --org imex --project imexonline ./build"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"resolutions": {
|
|
"react-error-overlay": "6.0.9"
|
|
},
|
|
"optionalDependencies": {
|
|
"@rollup/rollup-linux-x64-gnu": "4.6.1"
|
|
},
|
|
"devDependencies": {
|
|
"@ant-design/icons": "^5.5.2",
|
|
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
|
"@babel/preset-react": "^7.26.3",
|
|
"@dotenvx/dotenvx": "^1.33.0",
|
|
"@emotion/babel-plugin": "^11.13.5",
|
|
"@emotion/react": "^11.14.0",
|
|
"@eslint/js": "^9.18.0",
|
|
"@sentry/webpack-plugin": "^3.2.1",
|
|
"@testing-library/cypress": "^10.0.2",
|
|
"browserslist": "^4.24.4",
|
|
"browserslist-to-esbuild": "^2.1.1",
|
|
"chalk": "^5.4.1",
|
|
"cross-env": "^7.0.3",
|
|
"cypress": "^13.17.0",
|
|
"eslint": "^8.57.1",
|
|
"eslint-config-react-app": "^7.0.1",
|
|
"eslint-plugin-cypress": "^2.15.1",
|
|
"eslint-plugin-react": "^7.37.4",
|
|
"globals": "^15.14.0",
|
|
"memfs": "^4.17.0",
|
|
"os-browserify": "^0.3.0",
|
|
"react-error-overlay": "6.0.11",
|
|
"redux-logger": "^3.0.6",
|
|
"source-map-explorer": "^2.5.3",
|
|
"vite": "^6.0.7",
|
|
"vite-plugin-babel": "^1.3.0",
|
|
"vite-plugin-eslint": "^1.8.1",
|
|
"vite-plugin-node-polyfills": "^0.23.0",
|
|
"vite-plugin-pwa": "^0.21.1",
|
|
"vite-plugin-style-import": "^2.0.0",
|
|
"workbox-window": "^7.3.0"
|
|
}
|
|
}
|