{ "name": "threetwo", "version": "0.0.2", "description": "ThreeTwo! A comic book curator.", "main": "server/index.js", "typings": "server/index.js", "scripts": { "build": "vite build", "dev": "rimraf dist && npm run build && vite", "prod": "npm run build && vite", "docs": "jsdoc -c jsdoc.json" }, "author": "Rishi Ghan", "license": "MIT", "dependencies": { "@babel/runtime": "^7.13.17", "@bluelovers/fast-glob": "https://github.com/rishighan/fast-glob-v2-api.git", "@dnd-kit/core": "^4.0.0", "@dnd-kit/sortable": "^5.0.0", "@dnd-kit/utilities": "^3.2.0", "@fortawesome/fontawesome-free": "^6.1.1", "@redux-devtools/extension": "^3.2.2", "@rollup/plugin-node-resolve": "^15.0.1", "@tanstack/react-table": "^8.5.11", "@types/mime-types": "^2.1.0", "@types/react": "^17.0.3", "@types/react-dom": "^17.0.2", "@types/react-redux": "^7.1.16", "@types/react-router-dom": "^5.1.7", "@types/socket.io": "^3.0.2", "@types/socket.io-client": "^3.0.0", "@vitejs/plugin-react": "^3.1.0", "airdcpp-apisocket": "2.4.5-beta.1", "axios": "^0.27.2", "axios-rate-limit": "^1.3.0", "axios-simple-cache-adapter": "^1.1.0", "babel-polyfill": "^6.26.0", "babel-preset-minify": "^0.5.2", "better-docs": "^2.7.2", "date-fns": "^2.28.0", "dayjs": "^1.10.6", "ellipsize": "^0.1.0", "express": "^4.17.1", "filename-parser": "^1.0.2", "final-form": "^4.20.2", "final-form-arrays": "^3.0.2", "html-to-text": "^8.1.0", "jsdoc": "^3.6.10", "lodash": "^4.17.21", "node-sass": "npm:sass", "pretty-bytes": "^5.6.0", "prop-types": "^15.8.1", "qs": "^6.10.5", "react": "^18.2.0", "react-collapsible": "^2.9.0", "react-comic-viewer": "^0.4.0", "react-day-picker": "^8.6.0", "react-dom": "^18.1.0", "react-fast-compare": "^3.2.0", "react-final-form": "^6.5.9", "react-final-form-arrays": "^3.1.4", "react-loader-spinner": "^4.0.0", "react-masonry-css": "^1.0.16", "react-modal": "^3.15.1", "react-redux": "^7.2.6", "react-router": "^6.2.2", "react-router-dom": "^6.2.2", "react-select": "^5.3.2", "react-select-async-paginate": "^0.7.2", "react-slick": "^0.29.0", "react-sliding-pane": "^7.1.0", "react-stickynode": "^4.1.0", "react-textarea-autosize": "^8.3.4", "reapop": "^4.2.1", "redux-first-history": "^5.1.1", "redux-socket.io-middleware": "^1.0.4", "redux-thunk": "^2.4.2", "slick-carousel": "^1.8.1", "socket.io-client": "^4.3.2", "styled-components": "^5.3.5", "threetwo-ui-typings": "^1.0.14", "vite-plugin-html": "^3.2.0", "websocket": "^1.0.34", "ws": "^7.5.3", "xml2js": "^0.4.23", "xregexp": "^5.0.2" }, "devDependencies": { "@babel/cli": "^7.13.10", "@babel/core": "^7.13.10", "@babel/plugin-syntax-top-level-await": "^7.14.5", "@babel/plugin-transform-runtime": "^7.13.15", "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.13.0", "@tsconfig/node14": "^1.0.0", "@types/express": "^4.17.8", "@types/jest": "^26.0.20", "@types/lodash": "^4.14.168", "@types/node": "^14.14.34", "@types/react": "^17.0.3", "@types/react-dom": "^17.0.2", "@types/react-redux": "^7.1.16", "@typescript-eslint/eslint-plugin": "^4.17.0", "@typescript-eslint/parser": "^4.17.0", "babel-eslint": "^10.0.0", "body-parser": "^1.19.0", "bulma": "^0.9.4", "comlink": "^4.3.0", "concurrently": "^4.0.0", "eslint": "^7.22.0", "eslint-config-airbnb": "^18.2.1", "eslint-config-airbnb-base": "^14.2.1", "eslint-config-prettier": "^8.1.0", "eslint-plugin-css-modules": "^2.11.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-jsx-a11y": "^6.0.3", "eslint-plugin-prettier": "^3.3.1", "eslint-plugin-react": "^7.22.0", "express": "^4.17.1", "install": "^0.13.0", "jest": "^26.6.3", "nodemon": "^1.17.3", "npm": "^8.11.0", "prettier": "^2.2.1", "react-refresh": "^0.14.0", "rimraf": "^4.1.3", "sass": "^1.58.1", "tslint": "^6.1.3", "typescript": "^4.2.3", "vite": "^4.1.1" } }