@leapdev/gui
Version:
LEAP GUI
54 lines (53 loc) • 1.54 kB
JSON
{
"name": "@leapdev/gui",
"version": "0.2.265",
"description": "LEAP GUI",
"author": "LEAP Dev",
"license": "ISC",
"homepage": "https://gitlab.com/leap-ux/gui",
"keywords": [
"webpack",
"sass"
],
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://gitlab.com/leap-ux/gui"
},
"main": "dist/index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.config.prod.js",
"serve": "webpack --config webpack.config.dev.js --watch",
"devServer": "webpack-dev-server --config webpack.config.devServer.js --watch --open",
"start": "nodemon --watch webpack.config.dev.js --exec npm run serve"
},
"devDependencies": {
"@ag-grid-enterprise/all-modules": "23.0.0",
"@angular/material": "^7.3.6",
"autoprefixer": "^9.8.6",
"bootstrap": "^4.5.2",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^6.1.0",
"css-loader": "^1.0.0",
"html-webpack-plugin": "^3.2.0",
"imagemin-webpack-plugin": "^2.4.0",
"mini-css-extract-plugin": "^0.4.2",
"ngx-bootstrap": "^5.6.2",
"ngx-toastr": "10.1.0",
"ngx-ui-switch": "^7.0.0",
"nodemon": "^2.0.4",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"postcss-loader": "^3.0.0",
"quill": "^1.3.6",
"sass": "^1.32.13",
"sass-loader": "^7.1.0",
"url-loader": "^1.1.1",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {}
}