mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-25 22:37:18 +10:00
115 lines
3.4 KiB
JSON
115 lines
3.4 KiB
JSON
{
|
|
"name": "app",
|
|
"version": "3.5.0",
|
|
"private": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@formatjs/intl-relativetimeformat": "^2.8.2",
|
|
"@mapbox/polyline": "^1.0.0",
|
|
"@sentry/browser": "5.6.2",
|
|
"@sentry/node": "5.6.2",
|
|
"array-includes": "^3.0.3",
|
|
"array.prototype.find": "^2.0.4",
|
|
"autosize": "^4.0.0",
|
|
"basic-auth": "^2.0.1",
|
|
"body-parser": "^1.18.3",
|
|
"classnames": "^2.2.6",
|
|
"compression": "^1.7.4",
|
|
"cookie-parser": "^1.4.4",
|
|
"core-js": "^3.1.4",
|
|
"decimal.js": "10.2.0",
|
|
"dotenv": "6.2.0",
|
|
"dotenv-expand": "4.2.0",
|
|
"express": "^4.16.4",
|
|
"express-enforces-ssl": "^1.1.0",
|
|
"express-sitemap": "^1.8.0",
|
|
"final-form": "^4.18.5",
|
|
"final-form-arrays": "^3.0.0",
|
|
"full-icu": "^1.3.0",
|
|
"helmet": "^3.18.0",
|
|
"intl-pluralrules": "^1.0.3",
|
|
"lodash": "^4.17.14",
|
|
"mapbox-gl-multitouch": "^1.0.3",
|
|
"moment": "^2.22.2",
|
|
"object.entries": "^1.0.4",
|
|
"object.values": "^1.0.4",
|
|
"path-to-regexp": "^3.0.0",
|
|
"prop-types": "^15.7.2",
|
|
"query-string": "^5.1.1",
|
|
"raf": "^3.4.0",
|
|
"react": "^16.9.0",
|
|
"react-dates": "^20.3.0",
|
|
"react-dom": "^16.9.0",
|
|
"react-final-form": "^6.3.0",
|
|
"react-final-form-arrays": "^3.1.1",
|
|
"react-google-maps": "^9.4.5",
|
|
"react-helmet-async": "^1.0.2",
|
|
"react-intl": "^3.1.13",
|
|
"react-moment-proptypes": "^1.6.0",
|
|
"react-redux": "^7.1.1",
|
|
"react-router-dom": "^5.0.1",
|
|
"redux": "^4.0.1",
|
|
"redux-thunk": "^2.3.0",
|
|
"seedrandom": "^3.0.3",
|
|
"sharetribe-flex-sdk": "^1.5.0",
|
|
"sharetribe-scripts": "3.1.1",
|
|
"smoothscroll-polyfill": "^0.4.0",
|
|
"source-map-support": "^0.5.9",
|
|
"url": "^0.11.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-jest": "24.9.0",
|
|
"bfj": "^7.0.1",
|
|
"chalk": "^2.4.1",
|
|
"enzyme": "^3.9.0",
|
|
"enzyme-adapter-react-16": "^1.12.0",
|
|
"enzyme-to-json": "^3.3.5",
|
|
"inquirer": "^7.0.0",
|
|
"nodemon": "^1.17.2",
|
|
"prettier": "^1.18.2"
|
|
},
|
|
"resolutions": {
|
|
"react-dates/lodash": "^4.17.14",
|
|
"react-google-maps/lodash": "^4.17.14",
|
|
"react-test-renderer": "^16.9.0"
|
|
},
|
|
"nodemonConfig": {
|
|
"execMap": {
|
|
"js": "node --icu-data-dir=node_modules/full-icu"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"audit": "yarn audit --json | node scripts/audit.js",
|
|
"clean": "rm -rf build/*",
|
|
"config": "node scripts/config.js",
|
|
"dev": "node scripts/config.js --check && sharetribe-scripts start",
|
|
"build": "sharetribe-scripts build",
|
|
"format": "prettier --write '**/*.{js,css}'",
|
|
"format-ci": "prettier --list-different '**/*.{js,css}'",
|
|
"format-docs": "prettier --write '**/*.md'",
|
|
"test": "NODE_ICU_DATA=node_modules/full-icu sharetribe-scripts test",
|
|
"test-ci": "sharetribe-scripts test --runInBand",
|
|
"eject": "sharetribe-scripts eject",
|
|
"start": "node --icu-data-dir=node_modules/full-icu server/index.js",
|
|
"dev-server": "export NODE_ENV=development PORT=4000 REACT_APP_CANONICAL_ROOT_URL=http://localhost:4000&&yarn run build&&nodemon --watch server server/index.js",
|
|
"heroku-postbuild": "yarn run build",
|
|
"translate": "node scripts/translations.js"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"prettier": {
|
|
"singleQuote": true,
|
|
"trailingComma": "es5",
|
|
"proseWrap": "always"
|
|
}
|
|
}
|