You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
663 B
JSON
27 lines
663 B
JSON
{
|
|
"name": "ceph-afr-calc",
|
|
"version": "1.0.0",
|
|
"description": "Ceph/Vitastor cluster failure calculator",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"build": "webpack",
|
|
"watch-dev": "NODE_ENV=development webpack --mode=development -w"
|
|
},
|
|
"author": "Vitaliy Filippov",
|
|
"license": "AGPL-3.0",
|
|
"devDependencies": {
|
|
"webpack-cli": "^4.3.1"
|
|
},
|
|
"dependencies": {
|
|
"babel-cli": "^6.26.0",
|
|
"babel-core": "^6.26.3",
|
|
"babel-loader": "^7.1.4",
|
|
"babel-preset-env": "^1.7.0",
|
|
"babel-preset-react": "^6.24.1",
|
|
"babel-preset-stage-1": "^6.24.1",
|
|
"preact": "^10.5.10",
|
|
"webpack": "^4.26.1",
|
|
"webpack-cli": "^3.0.8"
|
|
}
|
|
}
|