@toppr-engg/ask-expert
Version:
A React JS implementation of Ask Expert
37 lines (36 loc) • 993 B
JSON
{
"name": "@toppr-engg/ask-expert",
"version": "1.0.2-y.31.24",
"description": "A React JS implementation of Ask Expert",
"main": "lib/askExpert.umd.js",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/toppr/toppr-web.git"
},
"scripts": {
"start": "webpack serve --open --config webpack.dev.config.js",
"clean": "rimraf dist lib",
"delfiles": "del lib/**/*.test.js lib/**/*.dev.js",
"build": "webpack --config webpack.prod.config.js",
"prepublishOnly": "yarn run build"
},
"author": "Toppr Engineers",
"bugs": {
"url": "https://github.com/toppr/toppr-web/issues"
},
"homepage": "https://github.com/toppr/toppr-web#readme",
"files": [
"lib"
],
"peerDependencies": {
"react": ">= 17.0.2",
"react-dom": ">=17.0.2",
"react-redux": "^7.2.4",
"redux": "^4.1.0",
"redux-saga": "1.1.3"
},
"publishConfig": {
"access": "public"
},
"gitHead": "224aac69cb954a2d5f2521b6259641ff7b8f6679"
}