67 lines
2 KiB
JSON
67 lines
2 KiB
JSON
{
|
|
"name": "quay",
|
|
"license": "UNLICENSED",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"test": "./node_modules/.bin/karma start --single-run --browsers PhantomJS",
|
|
"test:node": "JASMINE_CONFIG_PATH=static/test/jasmine.json ./node_modules/.bin/jasmine-ts './static/js/**/*.spec.ts'",
|
|
"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": {
|
|
"angular": "1.6.2",
|
|
"angular-animate": "1.6.2",
|
|
"angular-cookies": "1.6.2",
|
|
"angular-route": "1.6.2",
|
|
"angular-sanitize": "1.6.2",
|
|
"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": {
|
|
"@types/angular": "1.6.2",
|
|
"@types/angular-mocks": "^1.5.8",
|
|
"@types/angular-route": "^1.3.3",
|
|
"@types/es6-shim": "^0.31.32",
|
|
"@types/jasmine": "^2.5.41",
|
|
"@types/jquery": "^2.0.40",
|
|
"@types/react": "0.14.39",
|
|
"@types/react-dom": "0.14.17",
|
|
"angular-mocks": "1.6.2",
|
|
"angular-ts-decorators": "0.0.19",
|
|
"css-loader": "0.25.0",
|
|
"jasmine-core": "^2.5.2",
|
|
"jasmine-ts": "0.0.3",
|
|
"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",
|
|
"node-sass": "3.10.1",
|
|
"phantomjs-prebuilt": "^2.1.7",
|
|
"sass-loader": "4.0.2",
|
|
"source-map-loader": "0.1.5",
|
|
"style-loader": "0.13.1",
|
|
"ts-loader": "^0.9.5",
|
|
"typescript": "^2.2.1",
|
|
"typings": "1.4.0",
|
|
"webpack": "^2.2"
|
|
}
|
|
}
|