2016-09-27 18:06:28 +00:00
|
|
|
{
|
|
|
|
"name": "quay",
|
|
|
|
"license": "UNLICENSED",
|
|
|
|
"private": true,
|
|
|
|
"version": "1.0.0",
|
|
|
|
"scripts": {
|
2017-07-31 16:40:37 +00:00
|
|
|
"dev": "karma start --browsers ChromeHeadless",
|
|
|
|
"test": "karma start --single-run --browsers ChromeHeadless",
|
|
|
|
"test:node": "JASMINE_CONFIG_PATH=static/test/jasmine.json jasmine-ts './static/js/**/*.spec.ts'",
|
|
|
|
"e2e": "ts-node protractor static/test/protractor.conf.ts",
|
|
|
|
"build": "npm run clean && NODE_ENV=production webpack --progress",
|
|
|
|
"watch": "npm run clean && webpack --watch",
|
|
|
|
"lint": "tslint --type-check -p tsconfig.json -e **/*.spec.ts",
|
|
|
|
"analyze": "NODE_ENV=production webpack --profile --json | awk '{if(NR>1)print}' > static/build/stats.json && webpack-bundle-analyzer --mode static -r static/build/report.html static/build/stats.json",
|
|
|
|
"clean": "rm -f static/build/*"
|
2016-09-27 18:06:28 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/coreos-inc/quay.git"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/coreos-inc/quay#readme",
|
|
|
|
"dependencies": {
|
2017-03-08 22:57:16 +00:00
|
|
|
"angular": "1.6.2",
|
|
|
|
"angular-animate": "1.6.2",
|
|
|
|
"angular-cookies": "1.6.2",
|
|
|
|
"angular-route": "1.6.2",
|
|
|
|
"angular-sanitize": "1.6.2",
|
2017-01-07 05:27:54 +00:00
|
|
|
"bootbox": "^4.1.0",
|
|
|
|
"bootstrap": "^3.3.2",
|
|
|
|
"bootstrap-datepicker": "^1.6.4",
|
|
|
|
"cal-heatmap": "^3.3.10",
|
2017-05-25 04:42:06 +00:00
|
|
|
"clipboard": "^1.6.1",
|
2017-03-08 19:43:53 +00:00
|
|
|
"core-js": "^2.4.1",
|
2017-01-07 05:27:54 +00:00
|
|
|
"d3": "^3.3.3",
|
|
|
|
"eonasdan-bootstrap-datetimepicker": "^4.17.43",
|
2017-05-21 09:10:11 +00:00
|
|
|
"file-saver": "^1.3.3",
|
2017-07-31 16:40:37 +00:00
|
|
|
"highlight.js": "^9.12.0",
|
2017-01-07 05:27:54 +00:00
|
|
|
"jquery": "1.12.4",
|
2017-04-05 21:14:08 +00:00
|
|
|
"ng-metadata": "^4.0.1",
|
2017-01-07 05:27:54 +00:00
|
|
|
"raven-js": "^3.1.0",
|
|
|
|
"restangular": "^1.2.0",
|
2017-04-05 21:14:08 +00:00
|
|
|
"rxjs": "^5.0.1",
|
2017-05-10 21:18:37 +00:00
|
|
|
"showdown": "^1.6.4",
|
2017-05-21 09:10:11 +00:00
|
|
|
"underscore": "^1.5.2",
|
|
|
|
"urijs": "^1.18.10",
|
|
|
|
"zeroclipboard": "^2.3.0"
|
2016-09-27 18:06:28 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-03-08 22:57:16 +00:00
|
|
|
"@types/angular": "1.6.2",
|
2017-01-18 23:46:37 +00:00
|
|
|
"@types/angular-mocks": "^1.5.8",
|
2017-01-21 00:24:55 +00:00
|
|
|
"@types/angular-route": "^1.3.3",
|
2017-03-06 08:02:57 +00:00
|
|
|
"@types/angular-sanitize": "^1.3.4",
|
2017-04-05 21:14:08 +00:00
|
|
|
"@types/core-js": "^0.9.39",
|
2017-01-18 23:46:37 +00:00
|
|
|
"@types/jasmine": "^2.5.41",
|
2017-03-08 20:01:20 +00:00
|
|
|
"@types/jquery": "^2.0.40",
|
2017-05-10 21:18:37 +00:00
|
|
|
"@types/showdown": "^1.4.32",
|
2017-03-08 22:57:16 +00:00
|
|
|
"angular-mocks": "1.6.2",
|
2017-01-18 23:46:37 +00:00
|
|
|
"css-loader": "0.25.0",
|
2017-05-21 09:10:11 +00:00
|
|
|
"html-loader": "^0.4.5",
|
2017-01-07 05:27:54 +00:00
|
|
|
"jasmine-core": "^2.5.2",
|
2017-01-20 04:02:57 +00:00
|
|
|
"jasmine-ts": "0.0.3",
|
2017-06-09 18:49:11 +00:00
|
|
|
"karma": "^1.7.0",
|
|
|
|
"karma-chrome-launcher": "^2.1.1",
|
2017-01-07 05:27:54 +00:00
|
|
|
"karma-coverage": "^0.5.5",
|
|
|
|
"karma-es6-shim": "^1.0.0",
|
|
|
|
"karma-jasmine": "^0.3.8",
|
|
|
|
"karma-webpack": "^1.8.1",
|
2017-05-21 09:10:11 +00:00
|
|
|
"ngtemplate-loader": "^1.3.1",
|
2017-06-06 23:03:13 +00:00
|
|
|
"protractor": "^5.1.2",
|
2017-05-21 09:10:11 +00:00
|
|
|
"script-loader": "^0.7.0",
|
2017-01-07 08:28:02 +00:00
|
|
|
"source-map-loader": "0.1.5",
|
|
|
|
"style-loader": "0.13.1",
|
2017-02-23 20:39:58 +00:00
|
|
|
"ts-loader": "^0.9.5",
|
2017-03-11 23:27:23 +00:00
|
|
|
"ts-mocks": "^0.2.2",
|
2017-06-06 23:03:13 +00:00
|
|
|
"ts-node": "^3.0.6",
|
2017-06-20 06:17:42 +00:00
|
|
|
"tslint": "^5.4.3",
|
2017-02-23 20:39:58 +00:00
|
|
|
"typescript": "^2.2.1",
|
2017-07-31 16:40:37 +00:00
|
|
|
"webpack": "^2.2",
|
|
|
|
"webpack-bundle-analyzer": "^2.8.3"
|
2016-09-27 18:06:28 +00:00
|
|
|
}
|
|
|
|
}
|