@darwino/darwino-react-bootstrap
Version:
A set of Javascript classes and utilities
79 lines (78 loc) • 2.82 kB
JSON
{
"name": "@darwino/darwino-react-bootstrap",
"version": "2.6.0-SNAPSHOT.20210323161543",
"description": "A set of Javascript classes and utilities",
"main": "./dist/lib/index.js",
"module": "./dist/lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/darwino/darwino-platform"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"keywords": [
"darwino",
"notes",
"domino"
],
"author": "Philippe Riand <phil@darwino.com> (http://github.com/darwino)",
"license": "Darwino",
"bugs": {
"url": "https://github.com/darwino/darwino-platform/issues"
},
"homepage": "https://www.darwino.com/",
"dependencies": {
"@babel/runtime": "^7.9.2"
},
"files": [
"/dist",
"/src",
"README.md",
"DARWINO COMMUNITY EDITION LICENSE AGREEMENT.htm",
"DARWINO ENTERPRISE EDITION LICENSE AGREEMENT.htm"
],
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/plugin-proposal-do-expressions": "^7.0.0",
"@babel/plugin-proposal-export-default-from": "^7.0.0",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-proposal-function-sent": "^7.0.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-proposal-logical-assignment-operators": "^7.0.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
"@babel/plugin-proposal-optional-chaining": "^7.0.0",
"@babel/plugin-proposal-pipeline-operator": "^7.0.0",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/plugin-transform-react-jsx": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"async": "^2.5.0",
"babel-plugin-transform-imports": "^1.4.1",
"cmdify": "0.0.4",
"copyfiles": "1.2.0",
"lerna-changelog": "^1.0.1",
"nopt": "^4.0.1",
"npm-snapshot": "^1.0.3",
"optimist": "^0.6.1",
"rimraf": "^3.0.2"
},
"scripts": {
"clean": "rimraf dist",
"build": "babel src --out-dir dist/lib --source-maps true --ignore __tests__ && yarn copycss:lib",
"link-darwino": "yarn link",
"unlink-darwino": "yarn unlink",
"copycss:lib": "copyfiles -f ./src/*.css dist/lib",
"publish-release": "node release publish --access public",
"publish-snapshot": "node snapshot publish --access public",
"build-publish-release": "yarn build && node release publish",
"build-publish-snapshot": "yarn build && node snapshot publish"
}
}