UNPKG

roiact

Version:
122 lines (121 loc) 3.49 kB
{ "name": "roiact", "version": "0.1.48", "private": false, "homepage": "https://github.com/desmoteo/ROIact", "author": "Matteo Ferrabone", "keywords": [ "react", "components", "ROI" ], "main": "dist/index.js", "module": "dist/index.js", "files": [ "dist", "README.md" ], "repository": { "type": "git", "url": "git+https://github.com/desmoteo/ROIact" }, "dependencies": { "@babel/polyfill": "^7.12.1", "apisauce": "^1.1.1", "babel-plugin-react-css-modules": "^5.2.6", "connected-react-router": "^6.5.2", "fabric": "^3.6.3", "history": "^4.10.1", "moment": "^2.24.0", "node": "^17.1.0", "prop-types": "^15.7.2", "rc-slider": "^9.2.4", "react": "^16.10.2", "react-app-polyfill": "^1.0.6", "react-dom": "^16.10.2", "react-redux": "^7.1.1", "react-router-dom": "^5.1.2", "react-scripts": "3.2.0", "react-sizeme": "^2.6.12", "react-toastify": "^5.4.0", "redux": "^4.0.4", "redux-saga": "^1.1.1", "redux-thunk": "^2.3.0", "semantic-ui-css": "^2.4.1", "semantic-ui-react": "^0.88.2", "weather-icons-react": "^1.2.0" }, "scripts": { "build-js": "node scripts/build.js", "build-css": "node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/", "build": "GENERATE_SOURCEMAP=false react-scripts build", "pack": "webpack", "dist": "rm -rf dist && NODE_ENV=production babel src/lib --out-dir dist --copy-files" }, "devDependencies": { "@babel/cli": "^7.16.0", "@babel/core": "^7.16.0", "@babel/preset-env": "^7.16.4", "babel-eslint": "10.0.3", "babel-jest": "20.0.3", "babel-loader": "8.0.5", "babel-preset-react-app": "^7.0.1", "babel-runtime": "6.26.0", "caniuse-lite": "1.0.30000974", "case-sensitive-paths-webpack-plugin": "2.2.0", "chalk": "1.1.3", "compression": "^1.7.3", "compression-webpack-plugin": "2.0.0", "connected-react-router": "^6.9.1", "copy-webpack-plugin": "^5.0.0", "css-blank-pseudo": "^0.1.4", "css-has-pseudo": "^0.10.0", "css-loader": "^0.28.11", "css-prefers-color-scheme": "^3.1.1", "cssdb": "^4.3.0", "cssesc": "^3.0.0", "cssnano": "^4.1.10", "dotenv": "4.0.0", "dotenv-expand": "4.2.0", "eslint-config-react-app": "^3.0.7", "eslint-loader": "2.1.2", "eslint-plugin-flowtype": "2.39.1", "file-loader": "3.0.1", "fs-extra": "3.0.1", "html-webpack-plugin": "3.2.0", "interpolate-html-plugin": "^3.0.0", "mini-css-extract-plugin": "^0.5.0", "node-sass": "^4.14.1", "node-sass-chokidar": "^1.2.2", "npm-run-all": "^4.1.5", "object-assign": "4.1.1", "postcss-cssnext": "^3.1.0", "postcss-flexbugs-fixes": "3.2.0", "postcss-import": "^12.0.1", "postcss-loader": "3.0.0", "postcss-preset-env": "^6.6.0", "react-scripts": "3.2.0", "sass-loader": "^12.3.0", "style-loader": "^1.1.3", "sw-precache-webpack-plugin": "0.11.5", "url-loader": "0.6.2", "webpack": "4.29.6", "webpack-bundle-analyzer": "^3.1.0", "webpack-cli": "^3.2.1", "webpack-dev-server": "^3.2.1", "webpack-manifest-plugin": "2.0.4", "webpack-visualizer-plugin": "0.1.11" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }