mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-26 06:47:17 +10:00
78 lines
2.3 KiB
JSON
78 lines
2.3 KiB
JSON
{
|
|
"name": "app",
|
|
"version": "0.2.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"array-includes": "^3.0.2",
|
|
"array.prototype.find": "^2.0.4",
|
|
"autosize": "^4.0.0",
|
|
"basic-auth": "^1.1.0",
|
|
"classnames": "^2.2.5",
|
|
"compression": "^1.7.0",
|
|
"cookie-parser": "^1.4.3",
|
|
"decimal.js": "^7.1.1",
|
|
"express": "^4.15.3",
|
|
"express-enforces-ssl": "^1.1.0",
|
|
"helmet": "^3.8.1",
|
|
"lodash": "^4.17.4",
|
|
"moment": "(2.10 - 2.14 || ^2.15.1) && < 2.18.0",
|
|
"nsp": "^2.8.1",
|
|
"path-to-regexp": "^1.5.3",
|
|
"query-string": "^5.0.0",
|
|
"raven": "^2.1.2",
|
|
"raven-js": "^3.6.0",
|
|
"react": "^15.4.2",
|
|
"react-addons-shallow-compare": ">=0.14",
|
|
"react-dates": "^9.0.1",
|
|
"react-dom": "^15.4.2",
|
|
"react-google-maps": "^7.2.0",
|
|
"react-helmet": "^5.0.2",
|
|
"react-intl": "^2.2.3",
|
|
"react-moment-proptypes": "^1.4.0",
|
|
"react-redux": "^5.0.3",
|
|
"react-router-dom": "^4.0.0",
|
|
"react-sortable-hoc": "^0.6.1",
|
|
"redux": "^3.6.0",
|
|
"redux-form": "^6.6.1",
|
|
"redux-thunk": "^2.2.0",
|
|
"sanitize.css": "^5.0.0",
|
|
"sharetribe-scripts": "1.0.14",
|
|
"sharetribe-sdk":
|
|
"git+ssh://git@github.com/sharetribe/sharetribe-sdk-js#acec122c4c1279bfecb411b027f7bb8928b6b44b",
|
|
"source-map-support": "^0.4.15",
|
|
"url": "^0.11.0"
|
|
},
|
|
"devDependencies": {
|
|
"enzyme": "^2.8.0",
|
|
"enzyme-to-json": "^1.5.0",
|
|
"nodemon": "^1.11.0",
|
|
"prettier": "1.7.4",
|
|
"react-addons-test-utils": "^15.4.2",
|
|
"react-test-renderer": "^15.4.2"
|
|
},
|
|
"scripts": {
|
|
"clean": "rm -rf build/*",
|
|
"dev": "sharetribe-scripts start",
|
|
"build": "sharetribe-scripts build",
|
|
"format": "prettier --write '**/*.{js,json,css}'",
|
|
"format-ci": "prettier --list-different '**/*.{js,json,css}'",
|
|
"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":
|
|
"REACT_APP_CANONICAL_ROOT_URL=http://localhost:4000 yarn run build&&nodemon --watch server server/index.js",
|
|
"heroku-prebuild": "./heroku-copy-ssh-key-from-env.sh",
|
|
"heroku-postbuild": "yarn run build",
|
|
"audit": "nsp check"
|
|
},
|
|
"prettier": {
|
|
"printWidth": 100,
|
|
"singleQuote": true,
|
|
"trailingComma": "es5"
|
|
},
|
|
"engines": {
|
|
"node": "6.11.4",
|
|
"yarn": "^1.2.1"
|
|
}
|
|
}
|