ft/package.json
2017-06-09 09:09:06 +01:00

128 lines
4.0 KiB
JSON

{
"name": "ft-web-platform",
"description": "Platform functionality for retail web sites",
"version": "0.1.0",
"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": "jest",
"test-reducers": "jest --config jest-reducers.json --coverage",
"test-portfolio-reducers": "jest --config jest-portfolio-reducers.json --coverage --watch",
"test-ppss-reducers": "jest --config jest-ppss-reducers.json --coverage --watch",
"coverage": "jest --coverage",
"au-build": "au build",
"au-build-dev": "au build --dev",
"au-build-js": "au build --js",
"au-build-css": "au build --alan",
"au-lint-css": "au lint-css",
"au-lint-js": "au lint-js",
"au-process-assets": "au process-assets",
"au-process-css": "au process-css",
"au-process-markup": "au process-markup",
"au-test": "au test --bl",
"au-run": "au run --watch",
"au-run-dev": "au run --watch --dev"
},
"jest": {
"verbose": true,
"rootDir": "src"
},
"dependencies": {
"aurelia-animator-css": "^1.0.1",
"aurelia-bootstrapper": "^2.1.1",
"aurelia-fetch-client": "^1.1.2",
"aurelia-framework": "^1.1.0",
"aurelia-pal-browser": "^1.2.0",
"bluebird": "^3.5.0",
"highcharts": "^5.0.9",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"moment-parseformat": "^2.1.4",
"redux": "^3.6.0",
"requirejs": "^2.3.3",
"requirejs-text": "^2.0.15",
"responsive-toolkit": "^2.6.3",
"whatwg-fetch": "^2.0.3"
},
"peerDependencies": {},
"devDependencies": {
"attrchange": "^1.0.1",
"aurelia-cli": "^0.29.0",
"aurelia-testing": "^1.0.0-beta.2.0.1",
"aurelia-tools": "^1.0.0",
"autoprefixer": "^6.7.7",
"babel-eslint": "^6.0.4",
"babel-plugin-syntax-flow": "^6.8.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-es2015-modules-amd": "^6.8.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.10.3",
"babel-plugin-transform-flow-strip-types": "^6.8.0",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-1": "^6.5.0",
"babel-register": "^6.9.0",
"bootstrap": "^3.3.7",
"bootstrap-sass": "^3.3.7",
"browser-sync": "^2.13.0",
"compression": "^1.6.2",
"connect-history-api-fallback": "^1.2.0",
"express": "^4.15.3",
"express-cache-response": "^1.0.2",
"express-http-proxy": "^1.0.3",
"glob": "^7.1.1",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-babel": "^6.1.2",
"gulp-changed-in-place": "^2.0.3",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.2",
"gulp-debug": "^3.0.0",
"gulp-download": "0.0.1",
"gulp-eslint": "^2.1.0",
"gulp-htmlmin": "^3.0.0",
"gulp-jest": "^1.0.0",
"gulp-json-format": "^1.0.0",
"gulp-lintspaces": "^0.5.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.0.0",
"gulp-sonar": "^3.0.1",
"gulp-sourcemaps": "^2.0.0-alpha",
"gulp-stylelint": "^3.6.1",
"gulp-uglify": "^2.1.2",
"gulp-util": "^3.0.8",
"gulp-zip": "^3.2.0",
"highlight.js": "^9.9.0",
"http-proxy-middleware": "^0.17.4",
"jasmine-core": "^2.4.1",
"jest": "^18.0.0",
"jest-cli": "^18.1.0",
"jquery": "^3.1.1",
"jquery-ui": "^1.12.1",
"jsonfile": "^3.0.0",
"karma": "^0.13.22",
"karma-babel-preprocessor": "^6.0.1",
"karma-chrome-launcher": "^1.0.1",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.0.2",
"karma-spec-reporter": "0.0.26",
"marked": "^0.3.6",
"minimatch": "^3.0.2",
"mockdate": "^2.0.1",
"owl.carousel": "^2.2.0",
"pretty-hrtime": "^1.0.3",
"request": "^2.81.0",
"stylelint-config-standard": "^15.0.0",
"through2": "^2.0.1",
"uglify-js": "^2.6.3",
"vinyl": "^2.0.1",
"vinyl-map2": "^1.2.1"
}
}