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
2016-11-02 14:56:43 -04:00

35 lines
870 B
JSON

{
"name": "quay",
"license": "UNLICENSED",
"private": true,
"version": "1.0.0",
"scripts": {
"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.8",
"ngreact": "0.3.0",
"react": "15.3.2",
"react-dom": "15.3.2",
"typescript": "2.0.3"
},
"devDependencies": {
"css-loader": "0.25.0",
"node-sass": "3.10.1",
"sass-loader": "4.0.2",
"source-map-loader": "0.1.5",
"style-loader": "0.13.1",
"ts-loader": "0.9.5",
"typings": "1.4.0",
"webpack": "1.13.3"
}
}