UNPKG

@leapdev/gui

Version:
75 lines (74 loc) 2.02 kB
{ "name": "@leapdev/gui", "version": "0.0.199", "description": "LEAP GUI", "author": "LEAP Dev", "license": "ISC", "homepage": "https://gitlab.com/leap-ux/gui", "keywords": [ "webpack", "sass" ], "bugs": { "url": "", "email": "" }, "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", "start": "nodemon --watch webpack.config.dev.js --exec npm run serve" }, "devDependencies": { "ag-grid": "^18.1.2", "autoprefixer": "^9.1.3", "babel-core": "^6.26.3", "babel-eslint": "9.0.0", "babel-jest": "23.4.2", "babel-loader": "^8.0.0", "babel-polyfill": "^6.26.0", "babel-preset-env": "^1.7.0", "bootstrap": "^4.1.3", "clean-webpack-plugin": "^0.1.19", "copy-webpack-plugin": "^4.5.2", "css-loader": "^1.0.0", "eslint": "5.4.0", "eslint-loader": "2.1.0", "extract-text-webpack-plugin": "^3.0.2", "glob": "^7.1.3", "html-webpack-inline-source-plugin": "0.0.10", "html-webpack-plugin": "^3.2.0", "imagemin-webpack-plugin": "^2.2.0", "link-media-html-webpack-plugin": "^2.0.0", "lodash": "^4.17.10", "mini-css-extract-plugin": "^0.4.2", "ngx-bootstrap": "^3.0.1", "ngx-ui-switch": "^7.0.0", "node-sass": "^4.9.3", "nodemon": "^1.18.3", "optimize-css-assets-webpack-plugin": "^5.0.0", "postcss-loader": "^3.0.0", "quill": "^1.3.6", "sass-loader": "^7.1.0", "style-loader": "^0.23.0", "svg-sprite-loader": "^3.9.2", "svgo": "^1.0.5", "svgo-loader": "^2.1.0", "url-loader": "^1.1.1", "webpack": "^4.17.1", "webpack-cli": "^3.1.0", "webpack-dev-server": "^3.1.6", "webpack-merge": "4.1.4" }, "dependencies": { "parallel-webpack": "^2.3.0" } }