mirror of
https://gitlab.silvrtree.co.uk/martind2000/ft-webplatform.git
synced 2025-01-25 16:56:16 +00:00
134 lines
4.9 KiB
JSON
134 lines
4.9 KiB
JSON
{
|
|
"name": "ft-web-platform",
|
|
"description": "Platform functionality for retail web sites",
|
|
"version": "1.0.2",
|
|
"license": "Franklin Templeton Investments",
|
|
"repository": {
|
|
"type": "svn",
|
|
"url": "https://sourcemgmtsvn.noam.corp.frk.com:18080/svn/globalweb/branches/GW-Maintenance/frontend-projects/web-platform"
|
|
},
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "node node_modules/jest-cli/bin/jest --config test/jest/jest-bl-cli-version.json",
|
|
"test-reducers": "node node_modules/jest-cli/bin/jest --config test/jest/jest-reducers.json --coverage",
|
|
"test-portfolio-reducers": "node node_modules/jest-cli/bin/jest --config test/jest/jest-portfolio-reducers.json --coverage --watch",
|
|
"test-ppss-reducers": "node node_modules/jest-cli/bin/jest --config test/jest/jest-ppss-reducers.json --coverage --watch",
|
|
"coverage": "node node_modules/jest-cli/bin/jest --config test/jest/jest-bl-cli-version.json --coverage",
|
|
"au-build": "au build",
|
|
"au-build-dev": "au build --dev",
|
|
"au-build-js": "au build --js",
|
|
"au-lint-js": "au lint-js",
|
|
"au-process-assets": "au process-assets",
|
|
"au-process-markup": "au process-markup",
|
|
"au-test": "au test --bl",
|
|
"au-run": "au run --watch",
|
|
"au-run-dev": "au run --watch --dev --env stage",
|
|
"au-proxy-qa": "au proxy-server --proxy-target http://rcovlnx0192:8322 --dev-js-assets-server http://localhost:9000/",
|
|
"_todo": "verify modules need bootstrap-sass tooltip.js modal.js carousel.js collapse.js affix.js dropdown.js scrollspy.js button.js popover.js alert.js transition.js ~60k/ bootstrap-tabcollapse 8.58kb / moment-parseformat 10.71kb / moment-jdateformatparser 6.30kb / responsive-toolkit 7.50kb / whatwg-fetch 116.86kb"
|
|
},
|
|
"jest": {
|
|
"verbose": true,
|
|
"rootDir": "src"
|
|
},
|
|
"dependencies": {
|
|
"aurelia-animator-css": "^1.0.2",
|
|
"aurelia-bootstrapper": "^2.1.1",
|
|
"aurelia-fetch-client": "^1.1.3",
|
|
"aurelia-framework": "^1.1.4",
|
|
"aurelia-pal-browser": "^1.3.0",
|
|
"aurelia-validation": "^1.1.1",
|
|
"bluebird": "^3.5.0",
|
|
"highcharts": "^5.0.14",
|
|
"lodash": "^4.17.4",
|
|
"moment": "^2.18.1",
|
|
"moment-parseformat": "^2.1.4",
|
|
"moment-jdateformatparser": "1.0.2",
|
|
"redux": "^3.7.2",
|
|
"requirejs": "^2.3.5",
|
|
"requirejs-text": "^2.0.15",
|
|
"responsive-toolkit": "^2.6.3",
|
|
"whatwg-fetch": "^2.0.3"
|
|
},
|
|
"peerDependencies": {},
|
|
"devDependencies": {
|
|
"aurelia-cli": "^0.31.3",
|
|
"aurelia-loader-nodejs": "^1.0.1",
|
|
"aurelia-pal-nodejs": "^1.0.0-beta.2.0.0",
|
|
"aurelia-testing": "^1.0.0-beta.3.0.1",
|
|
"aurelia-tools": "^1.0.0",
|
|
"autoprefixer": "^7.1.4",
|
|
"babel-eslint": "^7.2.3",
|
|
"babel-plugin-syntax-flow": "^6.18.0",
|
|
"babel-plugin-transform-decorators-legacy": "^1.3.4",
|
|
"babel-plugin-transform-es2015-modules-amd": "^6.24.1",
|
|
"babel-plugin-transform-es2015-modules-commonjs": "^6.23.0",
|
|
"babel-plugin-transform-flow-strip-types": "^6.22.0",
|
|
"babel-polyfill": "^6.26.0",
|
|
"babel-preset-es2015": "^6.24.1",
|
|
"babel-preset-stage-1": "^6.24.1",
|
|
"babel-register": "^6.26.0",
|
|
"bootstrap": "^3.3.7",
|
|
"bootstrap-sass": "^3.3.7",
|
|
"bootstrap-tabcollapse": "^0.2.6",
|
|
"browser-sync": "^2.18.13",
|
|
"compression": "^1.7.0",
|
|
"connect-history-api-fallback": "^1.3.0",
|
|
"express": "^4.15.4",
|
|
"express-cache-response": "^1.0.2",
|
|
"express-http-proxy": "^1.0.6",
|
|
"glob": "^7.1.2",
|
|
"gulp": "github:gulpjs/gulp#4.0",
|
|
"gulp-babel": "^7.0.0",
|
|
"gulp-changed-in-place": "^2.2.0",
|
|
"gulp-clean": "^0.3.2",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-cssnano": "^2.1.2",
|
|
"gulp-debug": "^3.1.0",
|
|
"gulp-download": "^0.0.1",
|
|
"gulp-eslint": "^2.1.0",
|
|
"gulp-htmlmin": "^3.0.0",
|
|
"gulp-jest": "^2.0.0",
|
|
"gulp-json-format": "^1.0.0",
|
|
"gulp-lintspaces": "^0.5.0",
|
|
"gulp-notify": "^3.0.0",
|
|
"gulp-plumber": "^1.1.0",
|
|
"gulp-postcss": "^7.0.0",
|
|
"gulp-rename": "^1.2.2",
|
|
"gulp-replace": "^0.6.1",
|
|
"gulp-sass": "^3.1.0",
|
|
"gulp-sonar": "^3.0.1",
|
|
"gulp-sourcemaps": "^2.6.1",
|
|
"gulp-stylelint": "^5.0.0",
|
|
"gulp-uglify": "^3.0.0",
|
|
"gulp-util": "^3.0.8",
|
|
"gulp-zip": "^4.0.0",
|
|
"highlight.js": "^9.12.0",
|
|
"http-proxy-middleware": "^0.17.4",
|
|
"jasmine-core": "^2.8.0",
|
|
"jest": "^18.0.0",
|
|
"jest-cli": "^18.1.0",
|
|
"jquery": "^3.2.1",
|
|
"jquery-ui": "^1.12.1",
|
|
"jsonfile": "^3.0.1",
|
|
"karma": "^0.13.22",
|
|
"karma-babel-preprocessor": "^6.0.1",
|
|
"karma-chrome-launcher": "^2.2.0",
|
|
"karma-coverage": "^1.1.1",
|
|
"karma-firefox-launcher": "^1.0.1",
|
|
"karma-ie-launcher": "^1.0.0",
|
|
"karma-jasmine": "^1.1.0",
|
|
"karma-spec-reporter": "^0.0.31",
|
|
"marked": "^0.3.6",
|
|
"minimatch": "^3.0.4",
|
|
"mockdate": "^2.0.2",
|
|
"owl.carousel": "^2.2.0",
|
|
"pretty-hrtime": "^1.0.3",
|
|
"request": "^2.81.0",
|
|
"stylelint-config-standard": "^17.0.0",
|
|
"through2": "^2.0.3",
|
|
"uglify-js": "^3.1.0",
|
|
"vinyl": "^2.1.0",
|
|
"vinyl-map2": "^1.2.1"
|
|
}
|
|
}
|