70 lines
2.2 KiB
JSON
70 lines
2.2 KiB
JSON
{
|
|
"name": "storage-service-ui",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "npm run test && webpack --mode=production",
|
|
"start": "webpack-dev-server --open",
|
|
"dev": "webpack-dev-server",
|
|
"docs": "rm -rf out && documentation build src/** -f html -o out",
|
|
"show:docs": "lite-server --baseDir=\"out\"",
|
|
"prune": "ts-prune -p jsconfig.json",
|
|
"eslint": "eslint -c .eslintrc.json src --fix",
|
|
"lint": "npm run eslint && npm run prune",
|
|
"test": "jest",
|
|
"master:test": "git fetch && git reset --hard master && git checkout master && git pull && npm i && npm start"
|
|
},
|
|
"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/plugin-proposal-class-properties": "^7.10.4",
|
|
"@babel/plugin-syntax-class-properties": "^7.10.4",
|
|
"@babel/plugin-transform-runtime": "^7.10.4",
|
|
"@babel/preset-env": "^7.10.4",
|
|
"babel-eslint": "^10.1.0",
|
|
"babel-loader": "^8.1.0",
|
|
"clean-webpack-plugin": "^3.0.0",
|
|
"css-loader": "^3.6.0",
|
|
"cssnano": "^4.1.10",
|
|
"documentation": "^13.0.2",
|
|
"eslint": "^7.4.0",
|
|
"eslint-loader": "^4.0.2",
|
|
"eslint-plugin-import": "^2.22.0",
|
|
"eslint-plugin-jest": "^23.18.0",
|
|
"file-loader": "^6.0.0",
|
|
"html-loader": "^1.1.0",
|
|
"html-webpack-plugin": "^4.3.0",
|
|
"image-webpack-loader": "^6.0.0",
|
|
"jest": "^26.1.0",
|
|
"mini-css-extract-plugin": "^0.9.0",
|
|
"postcss-import": "^12.0.1",
|
|
"postcss-loader": "^3.0.0",
|
|
"postcss-preset-env": "^6.7.0",
|
|
"ts-prune": "^0.7.4",
|
|
"url-loader": "^4.1.0",
|
|
"webpack": "^4.43.0",
|
|
"webpack-cli": "^3.3.12",
|
|
"webpack-dev-server": "^3.11.0"
|
|
},
|
|
"dependencies": {
|
|
"@popperjs/core": "^2.9.2",
|
|
"ace-builds": "^1.4.12",
|
|
"axios": "^0.19.2",
|
|
"bootstrap": "^5.0.0-alpha1",
|
|
"moment": "^2.27.0",
|
|
"query-string": "^6.13.1",
|
|
"uuid": "^8.2.0"
|
|
}
|
|
}
|