@mongodb-js/mongodb-ui-components
Version:
A collection of frequently used functional UI components found on mongodb properties
52 lines (51 loc) • 2.25 kB
JSON
{
"name": "@mongodb-js/mongodb-ui-components",
"version": "5.1.3",
"main": "./index.js",
"description": "A collection of frequently used functional UI components found on mongodb properties",
"scripts": {
"styl:dev": "stylus --include-css --watch src --out public/index.css",
"webpack:dev": "cross-env NODE_ENV=development node webpack",
"webpack:prod": "cross-env NODE_ENV=production node webpack",
"styl-nav:prod": "stylus --include-css --compress -u autoprefixer-stylus src/nav/styl/index.styl --out build/nav/index.css",
"dev": "concurrently \"npm run webpack:dev\" \"npm run styl:dev\" \"node server\"",
"build": "npm run styl-nav:prod && npm run webpack:prod",
"build:node": "NODE_ENV=production BABEL_ENV=node ./node_modules/.bin/babel ./src --presets=react --plugins=transform-strict-mode --ignore ./src/nav/styl --out-dir ./build && node bin/build-node-preact",
"bump": "npm version patch && git add . && git commit -m \"bump\" && git push origin master",
"update": "git add . && git commit -m \"update\" && git push origin master",
"deploy": "npm run build:node && npm run update && npm run bump && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/10gen/mongodb-ui-components.git"
},
"author": "Micheal Parks",
"license": "ISC",
"bugs": {
"url": "https://github.com/10gen/mongodb-ui-components/issues"
},
"homepage": "https://github.com/10gen/mongodb-ui-components#readme",
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.4.5",
"preact": "^8.4.2",
"autoprefixer-stylus": "^0.14.0",
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.6",
"babel-plugin-transform-react-constant-elements": "^6.23.0",
"babel-plugin-transform-react-inline-elements": "^6.22.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-plugin-transform-strict-mode": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"concurrently": "^4.1.0",
"cross-env": "^5.2.0",
"express": "^4.17.1",
"fs-extra": "^8.0.1",
"replace-in-file": "^4.1.0",
"stylus": "^0.54.5",
"uglifyjs-webpack-plugin": "^2.1.3",
"webpack": "^4.32.2"
}
}