mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-26 06:47:17 +10:00
90 lines
2.7 KiB
JSON
90 lines
2.7 KiB
JSON
{
|
|
"name": "app",
|
|
"version": "2.2.0",
|
|
"private": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@mapbox/polyline": "^1.0.0",
|
|
"array-includes": "^3.0.3",
|
|
"array.prototype.find": "^2.0.4",
|
|
"autosize": "^4.0.0",
|
|
"basic-auth": "^2.0.0",
|
|
"body-parser": "^1.18.2",
|
|
"classnames": "^2.2.5",
|
|
"compression": "^1.7.2",
|
|
"cookie-parser": "^1.4.3",
|
|
"core-js": "^2.5.0",
|
|
"decimal.js": "7.2.4",
|
|
"dotenv": "4.0.0",
|
|
"dotenv-expand": "4.0.1",
|
|
"express": "^4.16.3",
|
|
"express-enforces-ssl": "^1.1.0",
|
|
"express-sitemap": "^1.8.0",
|
|
"final-form": "^4.4.0",
|
|
"final-form-arrays": "^1.0.4",
|
|
"helmet": "^3.12.0",
|
|
"lodash": "^4.17.5",
|
|
"mapbox-gl-multitouch": "^1.0.3",
|
|
"moment": "^2.20.1",
|
|
"object.entries": "^1.0.4",
|
|
"object.values": "^1.0.4",
|
|
"path-to-regexp": "^2.2.0",
|
|
"prop-types": "^15.6.1",
|
|
"query-string": "^5.1.1",
|
|
"raf": "3.4.0",
|
|
"raven": "^2.4.2",
|
|
"raven-js": "^3.24.0",
|
|
"react": "^16.3.1",
|
|
"react-dates": "^16.0.0",
|
|
"react-dom": "^16.3.1",
|
|
"react-final-form": "^3.1.5",
|
|
"react-final-form-arrays": "^1.0.4",
|
|
"react-google-maps": "^9.4.5",
|
|
"react-helmet": "^5.2.0",
|
|
"react-intl": "^2.4.0",
|
|
"react-moment-proptypes": "^1.5.0",
|
|
"react-redux": "^5.0.7",
|
|
"react-router-dom": "^4.2.2",
|
|
"redux": "^4.0.0",
|
|
"redux-thunk": "^2.2.0",
|
|
"sanitize.css": "^5.0.0",
|
|
"seedrandom": "^2.4.3",
|
|
"sharetribe-flex-sdk": "^1.0.0",
|
|
"sharetribe-scripts": "1.1.5",
|
|
"smoothscroll-polyfill": "^0.4.0",
|
|
"source-map-support": "^0.5.4",
|
|
"url": "^0.11.0"
|
|
},
|
|
"devDependencies": {
|
|
"enzyme": "^3.3.0",
|
|
"enzyme-adapter-react-16": "^1.1.1",
|
|
"enzyme-to-json": "^3.3.3",
|
|
"nodemon": "^1.17.2",
|
|
"nsp": "^3.2.1",
|
|
"nsp-preprocessor-yarn": "^1.0.1",
|
|
"prettier": "^1.11.1"
|
|
},
|
|
"scripts": {
|
|
"clean": "rm -rf build/*",
|
|
"dev": "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": "sharetribe-scripts test --env=jsdom",
|
|
"test-ci": "sharetribe-scripts test --env=jsdom --runInBand",
|
|
"eject": "sharetribe-scripts eject",
|
|
"start": "node 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",
|
|
"audit": "nsp check --preprocessor yarn"
|
|
},
|
|
"prettier": {
|
|
"singleQuote": true,
|
|
"trailingComma": "es5",
|
|
"proseWrap": "always"
|
|
},
|
|
"engines": {
|
|
"node": "8.11"
|
|
}
|
|
}
|