@bitnami/hex-js
Version:
HEx Design System native JS library
43 lines (42 loc) • 1.09 kB
JSON
{
"name": "@bitnami/hex-js",
"version": "4.0.0",
"description": "HEx Design System native JS library",
"main": "index.js",
"scripts": {
"start": "webpack --mode development --watch",
"build:dev": "webpack --mode development",
"build": "webpack --mode production --config ./webpack.config.prod.js",
"flow": "flow",
"flow:start": "flow status",
"flow:stop": "flow stop",
"prepublish": "yarn run build",
"prepack": "yarn run build",
"test": "echo \"Error: no test specified\""
},
"keywords": [
"Bitnami",
"User",
"Interface",
"Components",
"Foundations",
"Library"
],
"publishConfig": {
"access": "public"
},
"author": "Bitnami Team",
"license": "Apache-2.0",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-flow": "^6.23.0",
"flow-bin": "^0.63.1",
"hammerjs": "^2.0.8",
"string-replace-loader": "^2.1.1",
"uglifyjs-webpack-plugin": "^1.2.2",
"webpack": "4.1.0",
"webpack-cli": "^2.0.10"
}
}