31 lines
747 B
JSON
31 lines
747 B
JSON
{
|
|
"name": "storage-service-ui",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "webpack"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vigdorov/storage-service-ui.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/vigdorov/storage-service-ui/issues"
|
|
},
|
|
"homepage": "https://github.com/vigdorov/storage-service-ui#readme",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.10.4",
|
|
"@babel/preset-env": "^7.10.4",
|
|
"babel-loader": "^8.1.0",
|
|
"css-loader": "^3.6.0",
|
|
"html-webpack-plugin": "^4.3.0",
|
|
"mini-css-extract-plugin": "^0.9.0",
|
|
"webpack": "^4.43.0",
|
|
"webpack-cli": "^3.3.12"
|
|
}
|
|
}
|