85 lines
2.5 KiB
JSON
85 lines
2.5 KiB
JSON
{
|
|
"name": "bodyshop",
|
|
"version": "0.1.1",
|
|
"private": true,
|
|
"proxy": "http://localhost:5000",
|
|
"dependencies": {
|
|
"@apollo/client": "^3.3.11",
|
|
"@fingerprintjs/fingerprintjs": "^3.0.6",
|
|
"@lourenci/react-kanban": "^2.1.0",
|
|
"@stripe/react-stripe-js": "^1.2.2",
|
|
"@stripe/stripe-js": "^1.12.1",
|
|
"@tanem/react-nprogress": "^3.0.56",
|
|
"@tinymce/tinymce-react": "^3.10.2",
|
|
"antd": "^4.12.3",
|
|
"apollo-link-logger": "^2.0.0",
|
|
"axios": "^0.21.1",
|
|
"dinero.js": "^1.8.1",
|
|
"dotenv": "^8.2.0",
|
|
"firebase": "^8.2.9",
|
|
"graphql": "^15.5.0",
|
|
"i18next": "^19.8.9",
|
|
"i18next-browser-languagedetector": "^6.0.1",
|
|
"jsoneditor": "^9.1.10",
|
|
"jsreport-browser-client-dist": "^1.3.0",
|
|
"libphonenumber-js": "^1.9.11",
|
|
"logrocket": "^1.0.13",
|
|
"moment-business-days": "^1.2.0",
|
|
"node-sass": "^4.14.1",
|
|
"preval.macro": "^5.0.0",
|
|
"prop-types": "^15.7.2",
|
|
"query-string": "^6.14.0",
|
|
"react": "^17.0.1",
|
|
"react-big-calendar": "^0.30.0",
|
|
"react-color": "^2.19.3",
|
|
"react-dom": "^17.0.1",
|
|
"react-drag-listview": "^0.1.8",
|
|
"react-grid-gallery": "^0.5.5",
|
|
"react-i18next": "^11.8.7",
|
|
"react-icons": "^4.2.0",
|
|
"react-number-format": "^4.4.4",
|
|
"react-phone-input-2": "^2.13.9",
|
|
"react-redux": "^7.2.2",
|
|
"react-resizable": "^1.11.0",
|
|
"react-router-dom": "^5.2.0",
|
|
"react-scripts": "^4.0.3",
|
|
"react-virtualized": "^9.22.3",
|
|
"recharts": "^2.0.7",
|
|
"redux": "^4.0.5",
|
|
"redux-persist": "^6.0.0",
|
|
"redux-saga": "^1.1.3",
|
|
"redux-state-sync": "^3.1.2",
|
|
"reselect": "^4.0.0",
|
|
"styled-components": "^5.2.0",
|
|
"subscriptions-transport-ws": "^0.9.18"
|
|
},
|
|
"scripts": {
|
|
"analyze": "source-map-explorer 'build/static/js/*.js'",
|
|
"start": "react-scripts start",
|
|
"build": "REACT_APP_GIT_SHA=`git rev-parse --short HEAD` react-scripts build",
|
|
"build-deploy": "REACT_APP_GIT_SHA=`git rev-parse --short HEAD` react-scripts build && s3cmd sync build/* s3://imex-online-production && echo '🚀 Deployed!'",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject",
|
|
"madge": "madge --image ./madge-graph.svg --extensions js,jsx,ts,tsx --circular ."
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"redux-logger": "^3.0.6",
|
|
"source-map-explorer": "^2.5.2"
|
|
}
|
|
}
|