mirror of
https://github.com/gomods/athens
synced 2026-02-03 14:20:31 +00:00
* buffalo app moved to cmd * ooops: * added copy of proxy as olympus * removed buffalo test * added blank endpoint for feed * forgot db config file and storage setup * resolved comments * newlines * resolved conficts
35 lines
914 B
JSON
35 lines
914 B
JSON
{
|
|
"name": "buffalo",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"babel-cli": "~6.26.0",
|
|
"babel-core": "~6.26.0",
|
|
"babel-loader": "~7.1.2",
|
|
"babel-preset-env": "~1.6",
|
|
"bootstrap": "4",
|
|
"bootstrap-sass": "~3.3.7",
|
|
"clean-webpack-plugin": "~0.1.17",
|
|
"copy-webpack-plugin": "4.5",
|
|
"css-loader": "~0.28.4",
|
|
"expose-loader": "~0.7.3",
|
|
"extract-text-webpack-plugin": "3.0.2",
|
|
"file-loader": "~1.1.6",
|
|
"font-awesome": "~4.7.0",
|
|
"gopherjs-loader": "^0.0.1",
|
|
"jquery": "~3.3",
|
|
"jquery-ujs": "~1.2.2",
|
|
"node-sass": "~4.7.2",
|
|
"npm-install-webpack-plugin": "4.0.5",
|
|
"path": "~0.12.7",
|
|
"popper.js": "~1.14",
|
|
"sass-loader": "~6.0.6",
|
|
"style-loader": "~0.20.1",
|
|
"uglifyjs-webpack-plugin": "1",
|
|
"url-loader": "~0.6.2",
|
|
"webpack": "~3.10.0",
|
|
"webpack-manifest-plugin": "~1.2.1"
|
|
}
|
|
}
|