56 lines
1.6 KiB
JSON
56 lines
1.6 KiB
JSON
{
|
|
"name": "quay",
|
|
"license": "UNLICENSED",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"test": "./node_modules/.bin/karma start --single-run --browsers PhantomJS",
|
|
"build": "./node_modules/.bin/webpack --progress -p -v",
|
|
"watch": "./node_modules/.bin/webpack --watch"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/coreos-inc/quay.git"
|
|
},
|
|
"homepage": "https://github.com/coreos-inc/quay#readme",
|
|
"dependencies": {
|
|
"@types/angular": "1.5.16",
|
|
"@types/react": "0.14.39",
|
|
"@types/react-dom": "0.14.17",
|
|
"angular": "1.5.3",
|
|
"angular-animate": "^1.5.3",
|
|
"angular-cookies": "^1.5.3",
|
|
"angular-route": "^1.5.3",
|
|
"angular-sanitize": "^1.5.3",
|
|
"bootbox": "^4.1.0",
|
|
"bootstrap": "^3.3.2",
|
|
"bootstrap-datepicker": "^1.6.4",
|
|
"cal-heatmap": "^3.3.10",
|
|
"d3": "^3.3.3",
|
|
"eonasdan-bootstrap-datetimepicker": "^4.17.43",
|
|
"jquery": "1.12.4",
|
|
"raven-js": "^3.1.0",
|
|
"react": "^15.3.2",
|
|
"react-dom": "^15.3.2",
|
|
"restangular": "^1.2.0",
|
|
"underscore": "^1.5.2"
|
|
},
|
|
"devDependencies": {
|
|
"angular-mocks": "^1.5.3",
|
|
"jasmine-core": "^2.5.2",
|
|
"karma": "^0.13.22",
|
|
"karma-chrome-launcher": "^2.0.0",
|
|
"karma-coverage": "^0.5.5",
|
|
"karma-es6-shim": "^1.0.0",
|
|
"karma-intl-shim": "^1.0.3",
|
|
"karma-jasmine": "^0.3.8",
|
|
"karma-phantomjs-launcher": "^1.0.0",
|
|
"karma-webpack": "^1.8.1",
|
|
"node-sass": "3.10.1",
|
|
"phantomjs-prebuilt": "^2.1.7",
|
|
"ts-loader": "0.9.5",
|
|
"typescript": "2.0.3",
|
|
"typings": "1.4.0",
|
|
"webpack": "1.13.3"
|
|
}
|
|
}
|