This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/package.json

60 lines
1.6 KiB
JSON
Raw Normal View History

{
"name": "quay",
"license": "UNLICENSED",
"private": true,
"version": "1.0.0",
"scripts": {
2017-01-07 08:28:02 +00:00
"test": "./node_modules/.bin/karma start --browsers PhantomJS",
2016-10-26 17:59:41 +00:00
"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-jasmine": "^0.3.8",
"karma-phantomjs-launcher": "^1.0.0",
"karma-webpack": "^1.8.1",
2017-01-07 08:28:02 +00:00
"css-loader": "0.25.0",
2016-11-02 18:15:52 +00:00
"node-sass": "3.10.1",
2017-01-07 08:28:02 +00:00
"sass-loader": "4.0.2",
"source-map-loader": "0.1.5",
"style-loader": "0.13.1",
"phantomjs-prebuilt": "^2.1.7",
2016-10-26 17:59:41 +00:00
"ts-loader": "0.9.5",
"typescript": "2.0.3",
"typings": "1.4.0",
2016-11-02 18:15:52 +00:00
"webpack": "1.13.3"
}
}