40 lines
1005 B
JSON
40 lines
1005 B
JSON
{
|
|
"name": "storage-service-ui",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "webpack --mode=production"
|
|
},
|
|
"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",
|
|
"clean-webpack-plugin": "^3.0.0",
|
|
"css-loader": "^3.6.0",
|
|
"file-loader": "^6.0.0",
|
|
"html-webpack-plugin": "^4.3.0",
|
|
"image-webpack-loader": "^6.0.0",
|
|
"mini-css-extract-plugin": "^0.9.0",
|
|
"url-loader": "^4.1.0",
|
|
"webpack": "^4.43.0",
|
|
"webpack-cli": "^3.3.12",
|
|
"webpack-dev-server": "^3.11.0"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.19.2",
|
|
"uuid": "^8.2.0"
|
|
}
|
|
}
|