UNPKG

@toppr-engg/ask-expert

Version:

A React JS implementation of Ask Expert

54 lines (53 loc) 1.98 kB
{ "name": "@toppr-engg/ask-expert", "version": "2.1.19-alpha.0", "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", "start:staging": "webpack serve --node-env=staging --config webpack.dev.config.js --open ", "start:preprod": "webpack serve --node-env=preprod --config webpack.dev.config.js --open ", "start:prod": "webpack serve --node-env=production --config webpack.dev.config.js --open ", "start:whj": "webpack serve --node-env=whj --config webpack.dev.config.js --open ", "build:staging": "webpack --node-env=staging --config webpack.prod.config.js", "build:preprod": "webpack --node-env=preprod --config webpack.prod.config.js", "build:prod": "webpack --node-env=production --config webpack.prod.config.js", "build": "webpack --config webpack.prod.config.js", "build:whj": "webpack --config webpack.prod.config.js", "analyze": "webpack --env=analyze=true --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" }, "devDependencies": { "@tailwindcss/line-clamp": "^0.3.0", "autoprefixer": "^10.4.0", "cssnano": "^5.0.14", "postcss": "^8.4.5", "tailwindcss": "^3.0.1", "terser-webpack-plugin": "^5.3.0" }, "publishConfig": { "access": "public" }, "gitHead": "3abe02bab5fb1e73e2c86c0aab74ac31a2827163" }