lumen-react-javascript
Version:
Lumen React bridge
93 lines (92 loc) • 3.15 kB
JSON
{
"name": "lumen-react-javascript",
"version": "3.3.3",
"description": "Lumen React bridge",
"typings": "./typings/index.d.ts",
"main": "lib",
"scripts": {
"test": "echo \"Not implemented yet...\"",
"createIndex": "node ./scripts/create-index.js",
"copyStatics": "cp -a ./src/scss ./lib",
"compileSass": "./node_modules/.bin/node-sass ./src/scss/lib.scss --output-style=compact --output=./lib",
"build": "rm -rf ./lib && rm -rf ./typings && yarn createIndex && ./node_modules/typescript/bin/tsc && yarn copyStatics && yarn compileSass",
"prepare": "yarn test && yarn build"
},
"repository": {
"type": "git",
"url": "git+https://rajeevsiewnath@bitbucket.org/lumen-react/lumen-react-javascript.git"
},
"author": "",
"license": "ISC",
"homepage": "https://bitbucket.org/lumen-react/lumen-react-javascript#readme",
"dependencies": {},
"devDependencies": {
"axios": "0.18.0",
"@types/enzyme": "3.1.10",
"@types/enzyme-adapter-react-16": "1.0.2",
"@types/history": "4.7.2",
"@types/jest": "23.1.1",
"@types/js-cookie": "2.1.0",
"@types/lodash": "4.14.107",
"@types/prop-types": "15.5.2",
"@types/react": "16.8.14",
"@types/react-dom": "16.8.4",
"@types/react-intl": "2.3.7",
"@types/react-redux": "5.0.16",
"@types/react-router": "4.4.5",
"@types/react-router-bootstrap": "0.24.5",
"@types/react-router-dom": "4.3.2",
"@types/react-widgets": "4.3.3",
"@types/recompose": "0.26.1",
"@types/redux": "3.6.0",
"@types/redux-form": "7.4.15",
"@types/redux-promise": "0.5.28",
"@types/redux-thunk": "2.1.0",
"@types/showdown": "1.9.1",
"enzyme": "3.3.0",
"enzyme-adapter-react-16": "1.1.1",
"jest": "23.1.0",
"node-sass": "4.11.0",
"react-bootstrap": "1.0.0-beta.8",
"react-bootstrap-table-next": "0.1.15",
"react-bootstrap-table2-editor": "0.2.1",
"react-bootstrap-table2-filter": "0.3.2",
"react-bootstrap-table2-overlay": "0.1.2",
"react-bootstrap-table2-paginator": "0.1.5",
"react-geolocated": "2.4.0",
"react-hot-loader": "4.1.1",
"redux-forms-markdown-editor": "1.1.8",
"typescript": "3.4.5"
},
"peerDependencies": {
"axios": "0.18.0",
"bootstrap": "4.3.1",
"intl": "1.2.5",
"js-cookie": "2.2.0",
"lodash": "4.17.5",
"node-sass": "4.11.0",
"prop-types": "15.6.1",
"react": "16.8.6",
"react-bootstrap": "1.0.0-beta.8",
"react-bootstrap-table-next": "0.1.15",
"react-bootstrap-table2-editor": "0.2.1",
"react-bootstrap-table2-filter": "0.3.2",
"react-bootstrap-table2-overlay": "0.1.2",
"react-bootstrap-table2-paginator": "0.1.5",
"react-dom": "16.8.6",
"react-geolocated": "2.4.0",
"react-hot-loader": "4.1.1",
"react-intl": "2.4.0",
"react-redux": "5.0.7",
"react-router-bootstrap": "0.25.0",
"react-router-dom": "5.0.0",
"react-widgets": "4.4.10",
"recompose": "0.27.0",
"redux": "3.7.2",
"redux-form": "7.4.2",
"redux-forms-markdown-editor": "1.1.8",
"redux-promise": "0.5.3",
"showdown": "1.9.0",
"typescript": "3.4.5"
}
}