UNPKG

olive-group-gamified

Version:

Gamified is pathway of learner to achive award,badgets and points. Here, admin can created pathway with different component and in each component admin can specify task and each task will be awared with specific point and badget.

69 lines (68 loc) 1.61 kB
{ "name": "olive-group-gamified", "version": "1.0.32", "private": false, "main": "dist/index.js", "module": "dist/index.js", "dependencies": { "react": "^17.0.0", "react-dom": "^17.0.0" }, "license": "SIC", "scripts": { "builder": "rm -rf dist && NODE_ENV=production babel components --out-dir dist --copy-files", "build": "webpack" }, "keywords": [ "olive", "group", "olivegroup", "gamified" ], "eslintConfig": { "extends": [ "react-app", "react-app/jest" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "devDependencies": { "@babel/cli": "^7.17.6", "@babel/core": "^7.17.9", "@babel/polyfill": "^7.12.1", "@babel/preset-env": "^7.16.11", "@testing-library/jest-dom": "^5.16.4", "@testing-library/react": "^13.0.0", "@testing-library/user-event": "^14.0.4", "bootstrap": "^5.1.3", "bootstrap-icons": "^1.8.1", "crypto-browserify": "^3.12.0", "font-awesome": "^4.7.0", "froala-editor": "^4.0.10", "react": "^17.0.0", "react-app-polyfill": "^3.0.0", "react-bootstrap": "^2.2.3", "react-dom": "^17.0.0", "react-froala-wysiwyg": "^4.0.10", "react-multi-select-component": "^4.2.4", "react-scripts": "5.0.0", "sass": "^1.49.11", "web-vitals": "^2.1.4", "webpack-cli": "^4.9.2" }, "peerDependencies": { "react": "^17.0.0", "react-dom": "^17.0.0" } }